Home
last modified time | relevance | path

Searched refs:hasVideo (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DMediaCodecClearKeyPlayer.java254 boolean hasVideo = false; in prepareVideo()
276 if (!hasVideo) { in prepareVideo()
280 hasVideo = true; in prepareVideo()
292 if (hasVideo) { in prepareVideo()
DMediaRecorderTest.java470 boolean hasVideo = true; in recordVideoUsingCamera()
472 checkTracksAndDuration(targetDurMs, hasVideo, hasAudio, fileName, frameRate); in recordVideoUsingCamera()
476 int targetMs, boolean hasVideo, boolean hasAudio, String fileName, in checkTracksAndDuration() argument
482 assertTrue(hasVideo? hasVideoStr != null : hasVideoStr == null); in checkTracksAndDuration()