Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderSurfaceTest.java80 queueEOS(); in decodeAndSavePts()
171 queueEOS(); in testSimpleDecodeToSurface()
258 queueEOS(); in testFlush()
277 queueEOS(); in testFlush()
358 queueEOS(); in testReconfigure()
379 queueEOS(); in testReconfigure()
406 queueEOS(); in testReconfigure()
DCodecEncoderTest.java200 queueEOS(); in testSimpleEncode()
267 queueEOS(); in testLosslessEncodeDecode()
365 queueEOS(); in testFlush()
387 queueEOS(); in testFlush()
490 queueEOS(); in testReconfigure()
509 queueEOS(); in testReconfigure()
529 queueEOS(); in testReconfigure()
591 queueEOS(); in testOnlyEos()
669 queueEOS(); in testSetForceSyncFrame()
777 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
1337 queueEOS(); in decodeToMemory()
1371 queueEOS(); in validateColorAspects()
1707 queueEOS(); in encodeToMemory()
1725 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 …]
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()
DPlaybackFrameDrop.java148 queueEOS(); in getFrameDropCount()
DCodecTestBase.java281 void queueEOS() throws InterruptedException { in queueEOS() method in CodecTestBase
689 queueEOS(); in doDecode()
773 queueEOS(); in doEncode()
DEncoderInitializationLatencyTest.java444 queueEOS(); in calculateEncoderInitializationLatency()