Home
last modified time | relevance | path

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

12

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderBlockModelMultiAccessUnitTest.java155 queueEOS(); in testSimpleDecode()
244 queueEOS(); in testFlush()
257 queueEOS(); in testFlush()
350 queueEOS(); in testReconfigure()
364 queueEOS(); in testReconfigure()
384 queueEOS(); in testReconfigure()
DCodecDecoderSurfaceTest.java118 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()
DCodecDecoderMultiAccessUnitTest.java225 queueEOS(); in testSimpleDecode()
333 queueEOS(); in testFlush()
346 queueEOS(); in testFlush()
443 queueEOS(); in testReconfigure()
457 queueEOS(); in testReconfigure()
474 queueEOS(); in testReconfigure()
DCodecDecoderTest.java403 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()
DCodecEncoderTest.java356 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()
DEncoderColorAspectsTest.java239 protected void queueEOS() throws InterruptedException { in queueEOS() method in EncoderColorAspectsTest
241 super.queueEOS(); in queueEOS()
388 queueEOS(); in doFullColorAspects()
DCodecUnitTest.java559 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 …]
DCodecDecoderPauseTest.java120 queueEOS(); in testPause()
DCodecDecoderDetachedSurfaceTest.java322 queueEOS(); in testSetOutputSurface()
390 queueEOS(); in testFeatureDetachedSurface()
506 queueEOS(); in testDetachOutputSurface()
DCodecEncoderMultiAccessUnitTest.java241 protected void queueEOS() throws InterruptedException { in queueEOS() method in CodecEncoderMultiAccessUnitTest
328 queueEOS(); in testSimpleEncode()
DDecoderPushBlankBufferOnStopTest.java139 queueEOS(); in testSimpleDecodeToSurface()
DAv1FilmGrainValidationTest.java177 queueEOS(); in testAv1FilmGrainRequirement()
DEncoderLevelTest.java196 queueEOS(); in testVideoEncodeLevels()
/cts/tests/media/jni/
DNativeCodecEncoderTest.cpp369 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()
DNativeCodecUnitTest.cpp297 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 …]
DNativeCodecDecoderTestCommon.cpp347 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()
DNativeCodecEncoderSurfaceTest.cpp72 bool queueEOS();
418 bool CodecEncoderSurfaceTest::queueEOS() { in queueEOS() function in CodecEncoderSurfaceTest
602 if (!queueEOS()) return false; in testSimpleEncode()
DNativeCodecTestBase.h197 bool queueEOS();
/cts/tests/mediapc/src/android/mediapc/cts/
DAudioPlaybackLoad.java58 queueEOS(); in doDecodeAndPlayback()
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecDecoderTestBase.java378 queueEOS(); in decodeToMemory()
404 queueEOS(); in decodeToMemory()
435 queueEOS(); in validateColorAspects()
DHDRDecoderTestBase.java151 queueEOS(); in validateHDRInfo()
DHDREncoderTestBase.java137 queueEOS(); in validateHDRInfo()
DCodecDecoderMultiAccessUnitTestBase.java217 protected void queueEOS() throws InterruptedException { in queueEOS() method in CodecDecoderMultiAccessUnitTestBase
/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/
DCodecDecoderMultiAccessUnitDrmTest.java161 queueEOS(); in testSimpleDecode()
DCodecDecoderBlockModelMultiAccessUnitDrmTest.java165 queueEOS(); in testSimpleDecode()

12