Searched refs:completed (Results 1 – 4 of 4) sorted by relevance
205 boolean completed = runCheckAudioBuffer(INPUT_RESOURCE_ID, timeOutMs); in testAudioBufferReturn()206 if (!completed) { in testAudioBufferReturn()264 boolean completed = runFlush(INPUT_RESOURCE_ID, timeOutMs); in testFlush()265 if (!completed) { in testFlush()387 final AtomicBoolean completed = new AtomicBoolean(); in playAV() local391 completed.set(runPlayAV(inputResourceId, lastBufferTimestampMs * 1000, in playAV()397 if (!completed.get()) { in playAV()512 boolean completed = false; in runPlayAV()520 completed = reachedEos_l(); in runPlayAV()522 return completed; in runPlayAV()
417 boolean[] completed = new boolean[TEST_BITRATES_SET.length]; in testEncoderQuality()435 completed[i] = false; in testEncoderQuality()438 completed[i] = true; in testEncoderQuality()456 if (!completed[i]) { in testEncoderQuality()460 if (!completed[j]) { in testEncoderQuality()480 if (!completed[i]) { in testEncoderQuality()
808 final AtomicBoolean completed = new AtomicBoolean(false); in testDecodeAfterFlush() local837 completed.set(runDecodeTillFirstOutput(mediaCodec, mediaExtractor)); in testDecodeAfterFlush()858 if (!completed.get()) { in testDecodeAfterFlush()930 final AtomicBoolean completed = new AtomicBoolean(); in testDecodeShortInput() local934 completed.set(runDecodeShortInput(INPUT_RESOURCE_ID, LAST_BUFFER_TIMESTAMP_US)); in testDecodeShortInput()939 if (!completed.get()) { in testDecodeShortInput()
656 Boolean completed = false; in tryFileOpenRead() local665 completed = future.get(3, TimeUnit.SECONDS); in tryFileOpenRead()