Home
last modified time | relevance | path

Searched refs:waitForAllOutputs (Results 1 – 19 of 19) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderSurfaceTest.java81 waitForAllOutputs(); in decodeAndSavePts()
172 waitForAllOutputs(); in testSimpleDecodeToSurface()
259 waitForAllOutputs(); in testFlush()
272 waitForAllOutputs(); in testFlush()
347 waitForAllOutputs(); in testReconfigure()
363 waitForAllOutputs(); in testReconfigure()
384 waitForAllOutputs(); in testReconfigure()
DCodecEncoderTest.java193 waitForAllOutputs(); in testSimpleEncode()
260 waitForAllOutputs(); in testLosslessEncodeDecode()
358 waitForAllOutputs(); in testFlush()
380 waitForAllOutputs(); in testFlush()
483 waitForAllOutputs(); in testReconfigure()
502 waitForAllOutputs(); in testReconfigure()
522 waitForAllOutputs(); in testReconfigure()
584 waitForAllOutputs(); in testOnlyEos()
662 waitForAllOutputs(); in testSetForceSyncFrame()
769 waitForAllOutputs(); in testAdaptiveBitRate()
DCodecDecoderTest.java244 waitForAllOutputs(); in testSimpleDecode()
360 waitForAllOutputs(); in testFlush()
373 waitForAllOutputs(); in testFlush()
490 waitForAllOutputs(); in testReconfigure()
516 waitForAllOutputs(); in testReconfigure()
552 waitForAllOutputs(); in testReconfigure()
599 waitForAllOutputs(); in testOnlyEos()
683 waitForAllOutputs(); in testSimpleDecodeQueueCSD()
778 waitForAllOutputs(); in testDecodePartialFrame()
DCodecUnitTest.java483 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 …]
DCodecDecoderPauseTest.java113 waitForAllOutputs(); in testPause()
DEncoderColorAspectsTest.java169 waitForAllOutputs(); in testColorAspects()
DAdaptivePlaybackTest.java220 waitForAllOutputs(); in testAdaptivePlayback()
DCodecTestBase.java952 void waitForAllOutputs() throws InterruptedException { in waitForAllOutputs() method in CodecTestBase
1335 waitForAllOutputs(); in decodeToMemory()
1369 waitForAllOutputs(); in validateColorAspects()
1705 waitForAllOutputs(); in encodeToMemory()
1723 cdtb.waitForAllOutputs(); in decodeElementaryStream()
DEncodeDecodeAccuracyTest.java429 waitForAllOutputs(); in decodeElementaryStream()
DEncoderProfileLevelTest.java758 waitForAllOutputs(); in testValidateProfileLevel()
/cts/tests/media/jni/
DNativeCodecEncoderTest.cpp373 if (!waitForAllOutputs()) return false; in encodeToMemory()
445 if (!waitForAllOutputs()) return false; in testSimpleEncode()
514 if (!waitForAllOutputs()) return false; in testFlush()
534 if (!waitForAllOutputs()) return false; in testFlush()
621 if (!waitForAllOutputs()) return false; in testReconfigure()
637 if (!waitForAllOutputs()) return false; in testReconfigure()
653 if (!waitForAllOutputs()) return false; in testReconfigure()
700 if (!waitForAllOutputs()) return false; in testOnlyEos()
759 if (!waitForAllOutputs()) return false; in testSetForceSyncFrame()
842 if (!waitForAllOutputs()) return false; in testAdaptiveBitRate()
DNativeCodecDecoderTest.cpp293 if (!waitForAllOutputs()) return false; in decodeToMemory()
352 if (!waitForAllOutputs()) return false; in testSimpleDecode()
488 if (!waitForAllOutputs()) return false; in testFlush()
504 if (!waitForAllOutputs()) return false; in testFlush()
555 if (!waitForAllOutputs()) return false; in testOnlyEos()
630 if (!waitForAllOutputs()) return false; in testSimpleDecodeQueueCSD()
DNativeCodecUnitTest.cpp296 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 …]
DNativeCodecTestBase.h161 bool waitForAllOutputs();
DNativeCodecTestBase.cpp509 bool CodecTestBase::waitForAllOutputs() { in waitForAllOutputs() function in CodecTestBase
/cts/tests/mediapc/src/android/mediapc/cts/
DAudioPlaybackLoad.java58 waitForAllOutputs(); in doDecodeAndPlayback()
DCodecTestBase.java313 void waitForAllOutputs() throws InterruptedException { in waitForAllOutputs() method in CodecTestBase
690 waitForAllOutputs(); in doDecode()
774 waitForAllOutputs(); in doEncode()
DPlaybackFrameDrop.java149 waitForAllOutputs(); in getFrameDropCount()
DEncoderInitializationLatencyTest.java439 waitForAllOutputs(); in calculateEncoderInitializationLatency()