Searched refs:queueCodecConfig (Results 1 – 4 of 4) sorted by relevance
50 bool queueCodecConfig();239 bool CodecDecoderTest::queueCodecConfig() { in queueCodecConfig() function in CodecDecoderTest435 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()
391 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()
282 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()287 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()
1020 void queueCodecConfig() throws InterruptedException { in queueCodecConfig() method in CodecDecoderTestBase