Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderMultiAccessUnitTest.java309 flushCodec(); in testFlush()
314 flushCodec(); in testFlush()
327 flushCodec(); in testFlush()
341 flushCodec(); in testFlush()
DCodecDecoderSurfaceTest.java414 flushCodec(); in testFlush()
419 flushCodec(); in testFlush()
432 flushCodec(); in testFlush()
445 flushCodec(); in testFlush()
DCodecDecoderBlockModelMultiAccessUnitTest.java238 flushCodec(); in testFlush()
252 flushCodec(); in testFlush()
DCodecDecoderTest.java506 flushCodec(); in testFlush()
511 flushCodec(); in testFlush()
526 flushCodec(); in testFlush()
541 flushCodec(); in testFlush()
DCodecUnitTest.java238 flushCodec(); in tryFlushInInvalidState()
618 flushCodec(); in testConfigureInFlushState()
853 flushCodec(); in testFlushInRunningState()
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecDecoderMultiAccessUnitTestBase.java75 protected void flushCodec() { in flushCodec() method in CodecDecoderMultiAccessUnitTestBase
76 super.flushCodec(); in flushCodec()
DCodecDecoderBlockModelMultiAccessUnitTestBase.java67 protected void flushCodec() { in flushCodec() method in CodecDecoderBlockModelMultiAccessUnitTestBase
68 super.flushCodec(); in flushCodec()
DCodecTestBase.java1256 protected void flushCodec() { in flushCodec() method in CodecTestBase
/cts/tests/media/jni/
DNativeCodecDecoderTestCommon.cpp460 if (!flushCodec()) return false; in testFlush()
467 if (!flushCodec()) return false; in testFlush()
480 if (!flushCodec()) return false; in testFlush()
495 if (!flushCodec()) return false; in testFlush()
DNativeCodecTestBase.h188 virtual bool flushCodec();
DNativeCodecUnitTest.cpp287 if (!flushCodec()) return false; in testConfigureInRunningState()
465 if (flushCodec()) { in testFlushInInitState()
481 if (!flushCodec()) return false; in testFlushInRunningState()
503 if (flushCodec()) { in testFlushInUnInitState()
510 if (flushCodec()) { in testFlushInUnInitState()
DNativeCodecTestBase.cpp450 bool CodecTestBase::flushCodec() { in flushCodec() function in CodecTestBase