Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/media/jni/
H A 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()
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DCodecDecoderTest.java469 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()
474 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()
651 if (i == 0) queueCodecConfig(); in testSimpleDecodeQueueCSD()
H A DCodecDecoderMultiAccessUnitTest.java314 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()
318 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()
H A DCodecDecoderSurfaceTest.java383 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()
388 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()
/aosp_15_r20/cts/tests/media/common/src/android/mediav2/common/cts/
H A DCodecDecoderTestBase.java356 protected void queueCodecConfig() throws InterruptedException { in queueCodecConfig() method in CodecDecoderTestBase