Searched refs:waitForAllOutputs (Results 1 – 12 of 12) sorted by relevance
106 waitForAllOutputs(); in decodeAndSavePts()221 waitForAllOutputs(); in testSimpleDecodeToSurface()302 waitForAllOutputs(); in testFlush()315 waitForAllOutputs(); in testFlush()387 waitForAllOutputs(); in testReconfigure()403 waitForAllOutputs(); in testReconfigure()424 waitForAllOutputs(); in testReconfigure()
115 waitForAllOutputs(); in encodeToMemory()302 waitForAllOutputs(); in testSimpleEncode()400 waitForAllOutputs(); in testFlush()421 waitForAllOutputs(); in testFlush()529 waitForAllOutputs(); in testReconfigure()548 waitForAllOutputs(); in testReconfigure()568 waitForAllOutputs(); in testReconfigure()633 waitForAllOutputs(); in testOnlyEos()715 waitForAllOutputs(); in testSetForceSyncFrame()826 waitForAllOutputs(); in testAdaptiveBitRate()
276 waitForAllOutputs(); in testSimpleDecode()415 waitForAllOutputs(); in testFlush()428 waitForAllOutputs(); in testFlush()551 waitForAllOutputs(); in testReconfigure()576 waitForAllOutputs(); in testReconfigure()611 waitForAllOutputs(); in testReconfigure()663 waitForAllOutputs(); in testOnlyEos()751 waitForAllOutputs(); in testSimpleDecodeQueueCSD()846 waitForAllOutputs(); in testDecodePartialFrame()
483 waitForAllOutputs(); in testConfigureAfterStart()503 waitForAllOutputs(); in testConfigureAfterQueueInputBuffer()519 waitForAllOutputs(); in testConfigureInEOSState()544 waitForAllOutputs(); in testConfigureInFlushState()632 waitForAllOutputs(); in testDequeueInputBufferInRunningState()701 waitForAllOutputs(); in testDequeueOutputBufferInRunningState()792 waitForAllOutputs(); in testGetMetaDataInUnInitState()825 waitForAllOutputs(); in testGetMetaDataInRunningState()882 waitForAllOutputs(); in testSetCallBackInUnInitState()892 waitForAllOutputs(); in testSetCallBackInUnInitState()[all …]
715 void waitForAllOutputs() throws InterruptedException { in waitForAllOutputs() method in CodecTestBase1047 waitForAllOutputs(); in decodeToMemory()1075 waitForAllOutputs(); in validateColorAspects()1095 waitForAllOutputs(); in validateColorAspects()
199 waitForAllOutputs(); in testColorAspects()
730 waitForAllOutputs(); in testValidateProfileLevel()
367 if (!waitForAllOutputs()) return false; in encodeToMemory()439 if (!waitForAllOutputs()) return false; in testSimpleEncode()508 if (!waitForAllOutputs()) return false; in testFlush()528 if (!waitForAllOutputs()) return false; in testFlush()615 if (!waitForAllOutputs()) return false; in testReconfigure()631 if (!waitForAllOutputs()) return false; in testReconfigure()647 if (!waitForAllOutputs()) return false; in testReconfigure()694 if (!waitForAllOutputs()) return false; in testOnlyEos()753 if (!waitForAllOutputs()) return false; in testSetForceSyncFrame()836 if (!waitForAllOutputs()) return false; in testAdaptiveBitRate()
278 if (!waitForAllOutputs()) return false; in decodeToMemory()337 if (!waitForAllOutputs()) return false; in testSimpleDecode()459 if (!waitForAllOutputs()) return false; in testFlush()475 if (!waitForAllOutputs()) return false; in testFlush()526 if (!waitForAllOutputs()) return false; in testOnlyEos()601 if (!waitForAllOutputs()) return false; in testSimpleDecodeQueueCSD()
296 if (!waitForAllOutputs()) return false; in testConfigureInRunningState()356 if (!waitForAllOutputs()) return false; in testDequeueInputBufferInRunningState()419 if (!waitForAllOutputs()) return false; in testDequeueOutputBufferInRunningState()545 if (!waitForAllOutputs()) return false; in testGetNameInRunningState()598 if (!waitForAllOutputs()) return false; in testSetAsyncNotifyCallbackInInitState()605 if (!waitForAllOutputs()) return false; in testSetAsyncNotifyCallbackInInitState()615 if (!waitForAllOutputs()) return false; in testSetAsyncNotifyCallbackInInitState()634 if (!waitForAllOutputs()) return false; in testSetAsyncNotifyCallbackInRunningState()653 if (!waitForAllOutputs()) return false; in testSetAsyncNotifyCallbackInUnInitState()664 if (!waitForAllOutputs()) return false; in testSetAsyncNotifyCallbackInUnInitState()[all …]
158 bool waitForAllOutputs();
496 bool CodecTestBase::waitForAllOutputs() { in waitForAllOutputs() function in CodecTestBase