Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderSurfaceTest.java280 flushCodec(); in testFlush()
285 flushCodec(); in testFlush()
296 flushCodec(); in testFlush()
309 flushCodec(); in testFlush()
DCodecEncoderTest.java82 void flushCodec() { in flushCodec() method in CodecEncoderTest
83 super.flushCodec(); in flushCodec()
385 flushCodec(); in testFlush()
394 flushCodec(); in testFlush()
416 flushCodec(); in testFlush()
DCodecDecoderTest.java389 flushCodec(); in testFlush()
394 flushCodec(); in testFlush()
407 flushCodec(); in testFlush()
422 flushCodec(); in testFlush()
DCodecTestBase.java613 void flushCodec() { in flushCodec() method in CodecTestBase
1146 void flushCodec() { in flushCodec() method in CodecEncoderTestBase
1147 super.flushCodec(); in flushCodec()
DCodecUnitTest.java190 flushCodec(); in tryFlushInInvalidState()
538 flushCodec(); in testConfigureInFlushState()
760 flushCodec(); in testFlushInRunningState()
/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp431 if (!flushCodec()) return false; in testFlush()
438 if (!flushCodec()) return false; in testFlush()
450 if (!flushCodec()) return false; in testFlush()
467 if (!flushCodec()) return false; in testFlush()
DNativeCodecEncoderTest.cpp58 bool flushCodec() override;
208 bool CodecEncoderTest::flushCodec() { in flushCodec() function in CodecEncoderTest
209 bool isOk = CodecTestBase::flushCodec(); in flushCodec()
490 if (!flushCodec()) return false; in testFlush()
501 if (!flushCodec()) return false; in testFlush()
521 if (!flushCodec()) return false; in testFlush()
DNativeCodecTestBase.h149 virtual bool flushCodec();
DNativeCodecUnitTest.cpp281 if (!flushCodec()) return false; in testConfigureInRunningState()
456 if (flushCodec()) { in testFlushInInitState()
472 if (!flushCodec()) return false; in testFlushInRunningState()
494 if (flushCodec()) { in testFlushInUnInitState()
501 if (flushCodec()) { in testFlushInUnInitState()
DNativeCodecTestBase.cpp378 bool CodecTestBase::flushCodec() { in flushCodec() function in CodecTestBase