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()
427 boolean[] completed = new boolean[TEST_BITRATES_SET.length]; in internalTestEncoderQuality()446 completed[i] = false; in internalTestEncoderQuality()449 completed[i] = true; in internalTestEncoderQuality()467 if (!completed[i]) { in internalTestEncoderQuality()471 if (!completed[j]) { in internalTestEncoderQuality()491 if (!completed[i]) { in internalTestEncoderQuality()
1027 final AtomicBoolean completed = new AtomicBoolean(false); in testDecodeAfterFlush() local1043 completed.set(true); in testDecodeAfterFlush()1076 completed.set(runDecodeTillFirstOutput(mediaCodec, mediaExtractor)); in testDecodeAfterFlush()1128 if (!completed.get()) { in testDecodeAfterFlush()1212 final AtomicBoolean completed = new AtomicBoolean(); in testDecodeShortInput() local1216 completed.set(runDecodeShortInput(INPUT_RESOURCE_ID, LAST_BUFFER_TIMESTAMP_US)); in testDecodeShortInput()1221 if (!completed.get()) { in testDecodeShortInput()
819 Boolean completed = false; in tryFileOpenRead() local828 completed = future.get(3, TimeUnit.SECONDS); in tryFileOpenRead()
992 completed = true; in onCompletion()1018 return (what != 0 && what != MediaPlayer.MEDIA_ERROR_SERVER_DIED) || completed; in waitForErrorOrCompletion()1024 boolean completed = false; field in StagefrightTest.MediaPlayerCrashListener
308 // Time this test completed.