Searched refs:queueCodecConfig (Results 1 – 5 of 5) sorted by relevance
56 bool queueCodecConfig();308 bool CodecDecoderTest::queueCodecConfig() { in queueCodecConfig() function in CodecDecoderTest464 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()
469 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()
314 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()318 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()
383 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()388 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()
356 protected void queueCodecConfig() throws InterruptedException { in queueCodecConfig() method in CodecDecoderTestBase