Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecDecoderTestCommon.cpp56 bool queueCodecConfig();
308 bool CodecDecoderTest::queueCodecConfig() { in queueCodecConfig() function in CodecDecoderTest
464 if (!queueCodecConfig()) return false; /* flushed codec too soon, resubmit csd */ in testFlush()
471 if (!queueCodecConfig()) return false; /* flushed codec too soon, resubmit csd */ in testFlush()
596 if (i == 0 && !queueCodecConfig()) return false; in testSimpleDecodeQueueCSD()
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderMultiAccessUnitTest.java312 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()
316 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()
DCodecDecoderSurfaceTest.java416 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()
421 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()
DCodecDecoderTest.java508 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()
513 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()
843 if (i == 0) queueCodecConfig(); in testSimpleDecodeQueueCSD()
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecDecoderTestBase.java335 protected void queueCodecConfig() throws InterruptedException { in queueCodecConfig() method in CodecDecoderTestBase