Home
last modified time | relevance | path

Searched refs:queueEOS (Results 1 – 22 of 22) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderSurfaceTest.java80 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()
DCodecEncoderTest.java192 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()
DCodecDecoderTest.java243 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()
DCodecUnitTest.java482 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 …]
DCodecDecoderPauseTest.java112 queueEOS(); in testPause()
DEncoderColorAspectsTest.java168 queueEOS(); in testColorAspects()
DAdaptivePlaybackTest.java219 queueEOS(); in testAdaptivePlayback()
DCodecEncoderSurfaceTest.java322 private void queueEOS() throws InterruptedException { in queueEOS() method in CodecEncoderSurfaceTest
487 queueEOS(); in testSimpleEncodeFromSurface()
DCodecTestBase.java920 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()
DEncodeDecodeAccuracyTest.java428 queueEOS(); in decodeElementaryStream()
DEncoderProfileLevelTest.java757 queueEOS(); in testValidateProfileLevel()
/cts/tests/media/jni/
DNativeCodecUnitTest.cpp290 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 …]
DNativeCodecEncoderTest.cpp372 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()
DNativeCodecDecoderTest.cpp292 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()
DNativeCodecEncoderSurfaceTest.cpp71 bool queueEOS();
368 bool CodecEncoderSurfaceTest::queueEOS() { in queueEOS() function in CodecEncoderSurfaceTest
551 if (!queueEOS()) return false; in testSimpleEncode()
DNativeCodecTestBase.h160 bool queueEOS();
DNativeCodecTestBase.cpp464 bool CodecTestBase::queueEOS() { in queueEOS() function in CodecTestBase
/cts/tests/mediapc/src/android/mediapc/cts/
DAudioPlaybackLoad.java57 queueEOS(); in doDecodeAndPlayback()
DCodecTranscoderTestBase.java234 void queueEOS() throws InterruptedException { in queueEOS() method in CodecTranscoderTestBase
385 queueEOS(); in doTranscode()
DCodecTestBase.java281 void queueEOS() throws InterruptedException { in queueEOS() method in CodecTestBase
689 queueEOS(); in doDecode()
773 queueEOS(); in doEncode()
DPlaybackFrameDrop.java148 queueEOS(); in getFrameDropCount()
DEncoderInitializationLatencyTest.java438 queueEOS(); in calculateEncoderInitializationLatency()