Searched refs:queueCodecConfig (Results 1 – 4 of 4) sorted by relevance
52 bool queueCodecConfig();254 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()627 if (i == 0 && !queueCodecConfig()) return false; in testSimpleDecodeQueueCSD()
239 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()244 queueCodecConfig(); /* flushed codec too soon after start, resubmit csd */ in testFlush()
336 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()
1311 void queueCodecConfig() throws InterruptedException { in queueCodecConfig() method in CodecDecoderTestBase