Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp52 bool queueCodecConfig();
254 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()
627 if (i == 0 && !queueCodecConfig()) return false; in testSimpleDecodeQueueCSD()
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderSurfaceTest.java239 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()
244 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()
DCodecDecoderTest.java336 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()
341 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()
680 if (i == 0) queueCodecConfig(); in testSimpleDecodeQueueCSD()
DCodecTestBase.java1311 void queueCodecConfig() throws InterruptedException { in queueCodecConfig() method in CodecDecoderTestBase