Home
last modified time | relevance | path

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

/cts/tests/tests/media/codec/src/android/media/codec/cts/
DMediaCodecTest.java1284 public void testDecodeAfterFlush() throws InterruptedException { in testDecodeAfterFlush() method in MediaCodecTest
1285 testDecodeAfterFlush(true /* audio */); in testDecodeAfterFlush()
1286 testDecodeAfterFlush(false /* audio */); in testDecodeAfterFlush()
1289 private void testDecodeAfterFlush(final boolean audio) throws InterruptedException { in testDecodeAfterFlush() method in MediaCodecTest