Searched refs:queueCodecConfig (Results 1 – 4 of 4) sorted by relevance
56 bool queueCodecConfig();306 bool CodecDecoderTest::queueCodecConfig() { in queueCodecConfig() function in CodecDecoderTest462 if (!queueCodecConfig()) return false; /* flushed codec too soon, resubmit csd */ in testFlush()469 if (!queueCodecConfig()) return false; /* flushed codec too soon, resubmit csd */ in testFlush()594 if (i == 0 && !queueCodecConfig()) return false; in testSimpleDecodeQueueCSD()
313 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()318 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()
492 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()497 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()827 if (i == 0) queueCodecConfig(); in testSimpleDecodeQueueCSD()
309 protected void queueCodecConfig() throws InterruptedException { in queueCodecConfig() method in CodecDecoderTestBase