Home
last modified time | relevance | path

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

/cts/tests/tests/media/codec/src/android/media/codec/cts/
DMediaCodecTest.java813 testAsyncReset(false /* testStop */); in testAsyncFlushAndReset()
819 testAsyncReset(true /* testStop */); in testAsyncStopAndReset()
822 private void testAsyncReset(boolean testStop) throws Exception, InterruptedException { in testAsyncReset() method in MediaCodecTest
825 testAsyncReset(false /* audio */, (i % 2) == 0 /* swap */, testStop); in testAsyncReset()
828 testAsyncReset(true /* audio */, (i % 2) == 0 /* swap */, testStop); in testAsyncReset()
836 private void testAsyncReset(boolean audio, boolean swap, final boolean testStop) in testAsyncReset() method in MediaCodecTest