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.java261 boolean hasVideo = false; in prepareVideo()
283 if (!hasVideo) { in prepareVideo()
287 hasVideo = true; in prepareVideo()
299 if (hasVideo) { in prepareVideo()
DMediaRecorderTest.java481 boolean hasVideo = true; in recordVideoUsingCamera()
483 checkTracksAndDuration(targetDurMs, hasVideo, hasAudio, fileName, frameRate); in recordVideoUsingCamera()
487 int targetMs, boolean hasVideo, boolean hasAudio, String fileName, in checkTracksAndDuration() argument
493 assertTrue(hasVideo? hasVideoStr != null : hasVideoStr == null); in checkTracksAndDuration()