Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp50 bool queueCodecConfig();
239 bool CodecDecoderTest::queueCodecConfig() { in queueCodecConfig() function in CodecDecoderTest
435 if (!queueCodecConfig()) return false; /* flushed codec too soon, resubmit csd */ in testFlush()
442 if (!queueCodecConfig()) return false; /* flushed codec too soon, resubmit csd */ in testFlush()
598 if (i == 0 && !queueCodecConfig()) return false; in testSimpleDecodeQueueCSD()
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java391 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()
396 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()
748 queueCodecConfig(); in testSimpleDecodeQueueCSD()
DCodecDecoderSurfaceTest.java282 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()
287 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()
DCodecTestBase.java1020 void queueCodecConfig() throws InterruptedException { in queueCodecConfig() method in CodecDecoderTestBase