Home
last modified time | relevance | path

Searched refs:runDecodeTillFirstOutput (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/media/codec/src/android/media/codec/cts/
DMediaCodecTest.java858 assertTrue(runDecodeTillFirstOutput(mediaCodec, mediaExtractor)); in testAsyncReset()
1315 if (!runDecodeTillFirstOutput(mediaCodec, mediaExtractor)) { in testDecodeAfterFlush()
1339 completed.set(runDecodeTillFirstOutput(mediaCodec, mediaExtractor)); in testDecodeAfterFlush()
1398 private static boolean runDecodeTillFirstOutput( in runDecodeTillFirstOutput() method in MediaCodecTest