/cts/tests/media/src/android/mediav2/cts/ |
D | CodecDecoderBlockModelMultiAccessUnitTest.java | 155 queueEOS(); in testSimpleDecode() 244 queueEOS(); in testFlush() 257 queueEOS(); in testFlush() 350 queueEOS(); in testReconfigure() 364 queueEOS(); in testReconfigure() 384 queueEOS(); in testReconfigure()
|
D | CodecDecoderSurfaceTest.java | 118 queueEOS(); in decodeAndSavePts() 249 queueEOS(); in testSimpleDecodeToSurface() 350 queueEOS(); in testDetachAndReattachSurface() 437 queueEOS(); in testFlush() 450 queueEOS(); in testFlush() 540 queueEOS(); in testReconfigure() 554 queueEOS(); in testReconfigure() 572 queueEOS(); in testReconfigure()
|
D | CodecDecoderMultiAccessUnitTest.java | 225 queueEOS(); in testSimpleDecode() 333 queueEOS(); in testFlush() 346 queueEOS(); in testFlush() 443 queueEOS(); in testReconfigure() 457 queueEOS(); in testReconfigure() 474 queueEOS(); in testReconfigure()
|
D | CodecDecoderTest.java | 403 queueEOS(); in testSimpleDecode() 533 queueEOS(); in testFlush() 546 queueEOS(); in testFlush() 676 queueEOS(); in testReconfigure() 693 queueEOS(); in testReconfigure() 719 queueEOS(); in testReconfigure() 759 queueEOS(); in testOnlyEos() 845 queueEOS(); in testSimpleDecodeQueueCSD() 922 queueEOS(); in testDecodePartialFrame() 960 queueEOS(); in testDefaultOutputColorFormat()
|
D | CodecEncoderTest.java | 356 queueEOS(); in testSimpleEncode() 473 queueEOS(); in testReconfigure() 488 queueEOS(); in testReconfigure() 505 queueEOS(); in testReconfigure() 574 queueEOS(); in testOnlyEos() 651 queueEOS(); in testSetForceSyncFrame() 753 queueEOS(); in testAdaptiveBitRate()
|
D | EncoderColorAspectsTest.java | 239 protected void queueEOS() throws InterruptedException { in queueEOS() method in EncoderColorAspectsTest 241 super.queueEOS(); in queueEOS() 388 queueEOS(); in doFullColorAspects()
|
D | CodecUnitTest.java | 559 queueEOS(); in testConfigureAfterStart() 577 queueEOS(); in testConfigureAfterQueueInputBuffer() 597 queueEOS(); in testConfigureInEOSState() 623 queueEOS(); in testConfigureInFlushState() 716 queueEOS(); in testDequeueInputBufferInRunningState() 789 queueEOS(); in testDequeueOutputBufferInRunningState() 889 queueEOS(); in testGetMetaDataInUnInitState() 930 queueEOS(); in testGetMetaDataInRunningState() 992 queueEOS(); in testSetCallBackInUnInitState() 1002 queueEOS(); in testSetCallBackInUnInitState() [all …]
|
D | CodecDecoderPauseTest.java | 120 queueEOS(); in testPause()
|
D | CodecDecoderDetachedSurfaceTest.java | 322 queueEOS(); in testSetOutputSurface() 390 queueEOS(); in testFeatureDetachedSurface() 506 queueEOS(); in testDetachOutputSurface()
|
D | CodecEncoderMultiAccessUnitTest.java | 241 protected void queueEOS() throws InterruptedException { in queueEOS() method in CodecEncoderMultiAccessUnitTest 328 queueEOS(); in testSimpleEncode()
|
D | DecoderPushBlankBufferOnStopTest.java | 139 queueEOS(); in testSimpleDecodeToSurface()
|
D | Av1FilmGrainValidationTest.java | 177 queueEOS(); in testAv1FilmGrainRequirement()
|
D | EncoderLevelTest.java | 196 queueEOS(); in testVideoEncodeLevels()
|
/cts/tests/media/jni/ |
D | NativeCodecEncoderTest.cpp | 369 if (!queueEOS()) return false; in encodeToMemory() 422 if (!queueEOS()) return false; in testSimpleEncode() 484 if (!queueEOS()) return false; in testReconfigure() 496 if (!queueEOS()) return false; in testReconfigure() 509 if (!queueEOS()) return false; in testReconfigure() 543 if (!queueEOS()) return false; in testOnlyEos() 590 if (!queueEOS()) return false; in testSetForceSyncFrame() 661 if (!queueEOS()) return false; in testAdaptiveBitRate()
|
D | NativeCodecUnitTest.cpp | 297 if (!queueEOS()) return false; in testConfigureInRunningState() 364 if (!queueEOS()) return false; in testDequeueInputBufferInRunningState() 427 if (!queueEOS()) return false; in testDequeueOutputBufferInRunningState() 553 if (!queueEOS()) return false; in testGetNameInRunningState() 606 if (!queueEOS()) return false; in testSetAsyncNotifyCallbackInInitState() 613 if (!queueEOS()) return false; in testSetAsyncNotifyCallbackInInitState() 623 if (!queueEOS()) return false; in testSetAsyncNotifyCallbackInInitState() 642 if (!queueEOS()) return false; in testSetAsyncNotifyCallbackInRunningState() 661 if (!queueEOS()) return false; in testSetAsyncNotifyCallbackInUnInitState() 672 if (!queueEOS()) return false; in testSetAsyncNotifyCallbackInUnInitState() [all …]
|
D | NativeCodecDecoderTestCommon.cpp | 347 if (!queueEOS()) return false; in decodeToMemory() 391 if (!queueEOS()) return false; in testSimpleDecode() 488 if (!queueEOS()) return false; in testFlush() 502 if (!queueEOS()) return false; in testFlush() 535 if (!queueEOS()) return false; in testOnlyEos() 598 if (!queueEOS()) return false; in testSimpleDecodeQueueCSD()
|
D | NativeCodecEncoderSurfaceTest.cpp | 72 bool queueEOS(); 418 bool CodecEncoderSurfaceTest::queueEOS() { in queueEOS() function in CodecEncoderSurfaceTest 602 if (!queueEOS()) return false; in testSimpleEncode()
|
D | NativeCodecTestBase.h | 197 bool queueEOS();
|
/cts/tests/mediapc/src/android/mediapc/cts/ |
D | AudioPlaybackLoad.java | 58 queueEOS(); in doDecodeAndPlayback()
|
/cts/tests/media/common/src/android/mediav2/common/cts/ |
D | CodecDecoderTestBase.java | 378 queueEOS(); in decodeToMemory() 404 queueEOS(); in decodeToMemory() 435 queueEOS(); in validateColorAspects()
|
D | HDRDecoderTestBase.java | 151 queueEOS(); in validateHDRInfo()
|
D | HDREncoderTestBase.java | 137 queueEOS(); in validateHDRInfo()
|
D | CodecDecoderMultiAccessUnitTestBase.java | 217 protected void queueEOS() throws InterruptedException { in queueEOS() method in CodecDecoderMultiAccessUnitTestBase
|
/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/ |
D | CodecDecoderMultiAccessUnitDrmTest.java | 161 queueEOS(); in testSimpleDecode()
|
D | CodecDecoderBlockModelMultiAccessUnitDrmTest.java | 165 queueEOS(); in testSimpleDecode()
|