Searched refs:completed (Results 1 – 6 of 6) sorted by relevance
227 boolean completed = runCheckAudioBuffer(INPUT_RESOURCE_ID, timeOutMs); in testAudioBufferReturn()228 if (!completed) { in testAudioBufferReturn()284 boolean completed = runFlush(INPUT_RESOURCE_ID, timeOutMs); in testFlush()285 if (!completed) { in testFlush()422 final AtomicBoolean completed = new AtomicBoolean(); in playAV() local427 completed.set(runPlayAV(inputResourceId, lastBufferTimestampMs * 1000, in playAV()433 assertTrue("timed out decoding to end-of-stream", completed.get()); in playAV()571 boolean completed = false; in runPlayAV()579 completed = reachedEos_l(); in runPlayAV()581 return completed; in runPlayAV()
433 boolean[] completed = new boolean[TEST_BITRATES_SET.length]; in internalTestEncoderQuality()452 completed[i] = false; in internalTestEncoderQuality()455 completed[i] = true; in internalTestEncoderQuality()473 if (!completed[i]) { in internalTestEncoderQuality()477 if (!completed[j]) { in internalTestEncoderQuality()497 if (!completed[i]) { in internalTestEncoderQuality()
1043 final AtomicBoolean completed = new AtomicBoolean(false); in testDecodeAfterFlush() local1059 completed.set(true); in testDecodeAfterFlush()1092 completed.set(runDecodeTillFirstOutput(mediaCodec, mediaExtractor)); in testDecodeAfterFlush()1144 if (!completed.get()) { in testDecodeAfterFlush()1228 final AtomicBoolean completed = new AtomicBoolean(); in testDecodeShortInput() local1232 completed.set(runDecodeShortInput(INPUT_RESOURCE_ID, LAST_BUFFER_TIMESTAMP_US)); in testDecodeShortInput()1237 if (!completed.get()) { in testDecodeShortInput()
895 Boolean completed = false; in tryFileOpenRead() local904 completed = future.get(3, TimeUnit.SECONDS); in tryFileOpenRead()
1183 completed = true; in onCompletion()1224 return (what != 0 && what != MediaPlayer.MEDIA_ERROR_SERVER_DIED) || completed; in waitForErrorOrCompletion()1230 boolean completed = false; field in StagefrightTest.MediaPlayerCrashListener
314 // Time this test completed.