/cts/tests/media/src/android/mediav2/cts/ |
D | CodecDecoderSurfaceTest.java | 80 queueEOS(); in decodeAndSavePts() 171 queueEOS(); in testSimpleDecodeToSurface() 258 queueEOS(); in testFlush() 271 queueEOS(); in testFlush() 346 queueEOS(); in testReconfigure() 362 queueEOS(); in testReconfigure() 383 queueEOS(); in testReconfigure()
|
D | CodecEncoderTest.java | 192 queueEOS(); in testSimpleEncode() 259 queueEOS(); in testLosslessEncodeDecode() 357 queueEOS(); in testFlush() 379 queueEOS(); in testFlush() 482 queueEOS(); in testReconfigure() 501 queueEOS(); in testReconfigure() 521 queueEOS(); in testReconfigure() 583 queueEOS(); in testOnlyEos() 661 queueEOS(); in testSetForceSyncFrame() 768 queueEOS(); in testAdaptiveBitRate()
|
D | CodecDecoderTest.java | 243 queueEOS(); in testSimpleDecode() 359 queueEOS(); in testFlush() 372 queueEOS(); in testFlush() 489 queueEOS(); in testReconfigure() 515 queueEOS(); in testReconfigure() 551 queueEOS(); in testReconfigure() 598 queueEOS(); in testOnlyEos() 682 queueEOS(); in testSimpleDecodeQueueCSD() 777 queueEOS(); in testDecodePartialFrame()
|
D | CodecUnitTest.java | 482 queueEOS(); in testConfigureAfterStart() 499 queueEOS(); in testConfigureAfterQueueInputBuffer() 518 queueEOS(); in testConfigureInEOSState() 543 queueEOS(); in testConfigureInFlushState() 631 queueEOS(); in testDequeueInputBufferInRunningState() 700 queueEOS(); in testDequeueOutputBufferInRunningState() 791 queueEOS(); in testGetMetaDataInUnInitState() 824 queueEOS(); in testGetMetaDataInRunningState() 881 queueEOS(); in testSetCallBackInUnInitState() 891 queueEOS(); in testSetCallBackInUnInitState() [all …]
|
D | CodecDecoderPauseTest.java | 112 queueEOS(); in testPause()
|
D | EncoderColorAspectsTest.java | 168 queueEOS(); in testColorAspects()
|
D | AdaptivePlaybackTest.java | 219 queueEOS(); in testAdaptivePlayback()
|
D | CodecEncoderSurfaceTest.java | 322 private void queueEOS() throws InterruptedException { in queueEOS() method in CodecEncoderSurfaceTest 487 queueEOS(); in testSimpleEncodeFromSurface()
|
D | CodecTestBase.java | 920 void queueEOS() throws InterruptedException { in queueEOS() method in CodecTestBase 1334 queueEOS(); in decodeToMemory() 1368 queueEOS(); in validateColorAspects() 1704 queueEOS(); in encodeToMemory() 1722 cdtb.queueEOS(); in decodeElementaryStream()
|
D | EncodeDecodeAccuracyTest.java | 428 queueEOS(); in decodeElementaryStream()
|
D | EncoderProfileLevelTest.java | 757 queueEOS(); in testValidateProfileLevel()
|
/cts/tests/media/jni/ |
D | NativeCodecUnitTest.cpp | 290 if (!queueEOS()) return false; in testConfigureInRunningState() 355 if (!queueEOS()) return false; in testDequeueInputBufferInRunningState() 418 if (!queueEOS()) return false; in testDequeueOutputBufferInRunningState() 544 if (!queueEOS()) return false; in testGetNameInRunningState() 597 if (!queueEOS()) return false; in testSetAsyncNotifyCallbackInInitState() 604 if (!queueEOS()) return false; in testSetAsyncNotifyCallbackInInitState() 614 if (!queueEOS()) return false; in testSetAsyncNotifyCallbackInInitState() 633 if (!queueEOS()) return false; in testSetAsyncNotifyCallbackInRunningState() 652 if (!queueEOS()) return false; in testSetAsyncNotifyCallbackInUnInitState() 663 if (!queueEOS()) return false; in testSetAsyncNotifyCallbackInUnInitState() [all …]
|
D | NativeCodecEncoderTest.cpp | 372 if (!queueEOS()) return false; in encodeToMemory() 444 if (!queueEOS()) return false; in testSimpleEncode() 513 if (!queueEOS()) return false; in testFlush() 533 if (!queueEOS()) return false; in testFlush() 620 if (!queueEOS()) return false; in testReconfigure() 636 if (!queueEOS()) return false; in testReconfigure() 652 if (!queueEOS()) return false; in testReconfigure() 699 if (!queueEOS()) return false; in testOnlyEos() 758 if (!queueEOS()) return false; in testSetForceSyncFrame() 841 if (!queueEOS()) return false; in testAdaptiveBitRate()
|
D | NativeCodecDecoderTest.cpp | 292 if (!queueEOS()) return false; in decodeToMemory() 351 if (!queueEOS()) return false; in testSimpleDecode() 487 if (!queueEOS()) return false; in testFlush() 503 if (!queueEOS()) return false; in testFlush() 554 if (!queueEOS()) return false; in testOnlyEos() 629 if (!queueEOS()) return false; in testSimpleDecodeQueueCSD()
|
D | NativeCodecEncoderSurfaceTest.cpp | 71 bool queueEOS(); 368 bool CodecEncoderSurfaceTest::queueEOS() { in queueEOS() function in CodecEncoderSurfaceTest 551 if (!queueEOS()) return false; in testSimpleEncode()
|
D | NativeCodecTestBase.h | 160 bool queueEOS();
|
D | NativeCodecTestBase.cpp | 464 bool CodecTestBase::queueEOS() { in queueEOS() function in CodecTestBase
|
/cts/tests/mediapc/src/android/mediapc/cts/ |
D | AudioPlaybackLoad.java | 57 queueEOS(); in doDecodeAndPlayback()
|
D | CodecTranscoderTestBase.java | 234 void queueEOS() throws InterruptedException { in queueEOS() method in CodecTranscoderTestBase 385 queueEOS(); in doTranscode()
|
D | CodecTestBase.java | 281 void queueEOS() throws InterruptedException { in queueEOS() method in CodecTestBase 689 queueEOS(); in doDecode() 773 queueEOS(); in doEncode()
|
D | PlaybackFrameDrop.java | 148 queueEOS(); in getFrameDropCount()
|
D | EncoderInitializationLatencyTest.java | 438 queueEOS(); in calculateEncoderInitializationLatency()
|