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/
DMediaCodecCencPlayer.java193 boolean hasVideo = false; in prepareVideo()
204 if (!hasVideo) { in prepareVideo()
208 hasVideo = true; in prepareVideo()
220 if (hasVideo) { in prepareVideo()
DMediaRecorderTest.java261 boolean hasVideo = true; in recordVideoUsingCamera()
263 checkTracksAndDuration(targetDurMs, hasVideo, hasAudio, fileName); in recordVideoUsingCamera()
267 int targetMs, boolean hasVideo, boolean hasAudio, String fileName) throws Exception { in checkTracksAndDuration() argument
272 assertTrue(hasVideo? hasVideoStr != null : hasVideoStr == null); in checkTracksAndDuration()