Searched refs:runDecodeTillFirstOutput (Results 1 – 1 of 1) sorted by relevance
858 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