Searched refs:hasVideo (Results 1 – 2 of 2) sorted by relevance
193 boolean hasVideo = false; in prepareVideo()204 if (!hasVideo) { in prepareVideo()208 hasVideo = true; in prepareVideo()220 if (hasVideo) { in prepareVideo()
261 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() argument272 assertTrue(hasVideo? hasVideoStr != null : hasVideoStr == null); in checkTracksAndDuration()