Home
last modified time | relevance | path

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

12

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderBlockModelMultiAccessUnitTest.java156 waitForAllOutputs(); in testSimpleDecode()
245 waitForAllOutputs(); in testFlush()
258 waitForAllOutputs(); in testFlush()
351 waitForAllOutputs(); in testReconfigure()
365 waitForAllOutputs(); in testReconfigure()
385 waitForAllOutputs(); in testReconfigure()
DCodecDecoderSurfaceTest.java119 waitForAllOutputs(); in decodeAndSavePts()
250 waitForAllOutputs(); in testSimpleDecodeToSurface()
351 waitForAllOutputs(); in testDetachAndReattachSurface()
438 waitForAllOutputs(); in testFlush()
451 waitForAllOutputs(); in testFlush()
541 waitForAllOutputs(); in testReconfigure()
555 waitForAllOutputs(); in testReconfigure()
573 waitForAllOutputs(); in testReconfigure()
DCodecDecoderMultiAccessUnitTest.java226 waitForAllOutputs(); in testSimpleDecode()
334 waitForAllOutputs(); in testFlush()
347 waitForAllOutputs(); in testFlush()
444 waitForAllOutputs(); in testReconfigure()
458 waitForAllOutputs(); in testReconfigure()
475 waitForAllOutputs(); in testReconfigure()
DCodecDecoderTest.java404 waitForAllOutputs(); in testSimpleDecode()
534 waitForAllOutputs(); in testFlush()
547 waitForAllOutputs(); in testFlush()
677 waitForAllOutputs(); in testReconfigure()
694 waitForAllOutputs(); in testReconfigure()
720 waitForAllOutputs(); in testReconfigure()
760 waitForAllOutputs(); in testOnlyEos()
846 waitForAllOutputs(); in testSimpleDecodeQueueCSD()
923 waitForAllOutputs(); in testDecodePartialFrame()
961 waitForAllOutputs(); in testDefaultOutputColorFormat()
DCodecEncoderTest.java357 waitForAllOutputs(); in testSimpleEncode()
474 waitForAllOutputs(); in testReconfigure()
489 waitForAllOutputs(); in testReconfigure()
506 waitForAllOutputs(); in testReconfigure()
575 waitForAllOutputs(); in testOnlyEos()
652 waitForAllOutputs(); in testSetForceSyncFrame()
754 waitForAllOutputs(); in testAdaptiveBitRate()
DCodecDecoderPauseTest.java121 waitForAllOutputs(); in testPause()
DCodecDecoderDetachedSurfaceTest.java323 waitForAllOutputs(); in testSetOutputSurface()
391 waitForAllOutputs(); in testFeatureDetachedSurface()
507 waitForAllOutputs(); in testDetachOutputSurface()
DCodecUnitTest.java560 waitForAllOutputs(); in testConfigureAfterStart()
581 waitForAllOutputs(); in testConfigureAfterQueueInputBuffer()
598 waitForAllOutputs(); in testConfigureInEOSState()
624 waitForAllOutputs(); in testConfigureInFlushState()
717 waitForAllOutputs(); in testDequeueInputBufferInRunningState()
790 waitForAllOutputs(); in testDequeueOutputBufferInRunningState()
890 waitForAllOutputs(); in testGetMetaDataInUnInitState()
931 waitForAllOutputs(); in testGetMetaDataInRunningState()
993 waitForAllOutputs(); in testSetCallBackInUnInitState()
1003 waitForAllOutputs(); in testSetCallBackInUnInitState()
[all …]
DCodecEncoderMultiAccessUnitTest.java258 protected void waitForAllOutputs() throws InterruptedException { in waitForAllOutputs() method in CodecEncoderMultiAccessUnitTest
329 waitForAllOutputs(); in testSimpleEncode()
DDecoderPushBlankBufferOnStopTest.java140 waitForAllOutputs(); in testSimpleDecodeToSurface()
DCodecEncoderBlockModelMultiAccessUnitTest.java270 protected void waitForAllOutputs() throws InterruptedException { in waitForAllOutputs() method in CodecEncoderBlockModelMultiAccessUnitTest
347 waitForAllOutputs(); in testSimpleEncode()
DAv1FilmGrainValidationTest.java178 waitForAllOutputs(); in testAv1FilmGrainRequirement()
DEncoderLevelTest.java197 waitForAllOutputs(); in testVideoEncodeLevels()
/cts/tests/media/jni/
DNativeCodecEncoderTest.cpp370 if (!waitForAllOutputs()) return false; in encodeToMemory()
423 if (!waitForAllOutputs()) return false; in testSimpleEncode()
485 if (!waitForAllOutputs()) return false; in testReconfigure()
497 if (!waitForAllOutputs()) return false; in testReconfigure()
510 if (!waitForAllOutputs()) return false; in testReconfigure()
544 if (!waitForAllOutputs()) return false; in testOnlyEos()
591 if (!waitForAllOutputs()) return false; in testSetForceSyncFrame()
662 if (!waitForAllOutputs()) return false; in testAdaptiveBitRate()
DNativeCodecDecoderTestCommon.cpp348 if (!waitForAllOutputs()) return false; in decodeToMemory()
392 if (!waitForAllOutputs()) return false; in testSimpleDecode()
489 if (!waitForAllOutputs()) return false; in testFlush()
503 if (!waitForAllOutputs()) return false; in testFlush()
536 if (!waitForAllOutputs()) return false; in testOnlyEos()
599 if (!waitForAllOutputs()) return false; in testSimpleDecodeQueueCSD()
DNativeCodecUnitTest.cpp304 if (!waitForAllOutputs()) return false; in testConfigureInRunningState()
365 if (!waitForAllOutputs()) return false; in testDequeueInputBufferInRunningState()
428 if (!waitForAllOutputs()) return false; in testDequeueOutputBufferInRunningState()
554 if (!waitForAllOutputs()) return false; in testGetNameInRunningState()
607 if (!waitForAllOutputs()) return false; in testSetAsyncNotifyCallbackInInitState()
614 if (!waitForAllOutputs()) return false; in testSetAsyncNotifyCallbackInInitState()
624 if (!waitForAllOutputs()) return false; in testSetAsyncNotifyCallbackInInitState()
643 if (!waitForAllOutputs()) return false; in testSetAsyncNotifyCallbackInRunningState()
662 if (!waitForAllOutputs()) return false; in testSetAsyncNotifyCallbackInUnInitState()
673 if (!waitForAllOutputs()) return false; in testSetAsyncNotifyCallbackInUnInitState()
[all …]
DNativeCodecTestBase.h198 bool waitForAllOutputs();
/cts/tests/mediapc/src/android/mediapc/cts/
DAudioPlaybackLoad.java59 waitForAllOutputs(); in doDecodeAndPlayback()
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecDecoderTestBase.java379 waitForAllOutputs(); in decodeToMemory()
405 waitForAllOutputs(); in decodeToMemory()
436 waitForAllOutputs(); in validateColorAspects()
DCodecEncoderTestBase.java562 protected void waitForAllOutputs() throws InterruptedException { in waitForAllOutputs() method in CodecEncoderTestBase
563 super.waitForAllOutputs(); in waitForAllOutputs()
601 waitForAllOutputs(); in encodeToMemory()
DHDRDecoderTestBase.java152 waitForAllOutputs(); in validateHDRInfo()
DHDREncoderTestBase.java138 waitForAllOutputs(); in validateHDRInfo()
DCodecDecoderMultiAccessUnitTestBase.java234 protected void waitForAllOutputs() throws InterruptedException { in waitForAllOutputs() method in CodecDecoderMultiAccessUnitTestBase
/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/
DCodecDecoderMultiAccessUnitDrmTest.java162 waitForAllOutputs(); in testSimpleDecode()
DCodecDecoderBlockModelMultiAccessUnitDrmTest.java166 waitForAllOutputs(); in testSimpleDecode()

12