Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderSurfaceTest.java105 queueEOS(); in decodeAndSavePts()
220 queueEOS(); in testSimpleDecodeToSurface()
301 queueEOS(); in testFlush()
314 queueEOS(); in testFlush()
386 queueEOS(); in testReconfigure()
402 queueEOS(); in testReconfigure()
423 queueEOS(); in testReconfigure()
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 …]
DCodecEncoderTest.java114 queueEOS(); in encodeToMemory()
301 queueEOS(); in testSimpleEncode()
399 queueEOS(); in testFlush()
420 queueEOS(); in testFlush()
528 queueEOS(); in testReconfigure()
547 queueEOS(); in testReconfigure()
567 queueEOS(); in testReconfigure()
632 queueEOS(); in testOnlyEos()
714 queueEOS(); in testSetForceSyncFrame()
825 queueEOS(); in testAdaptiveBitRate()
DCodecDecoderTest.java275 queueEOS(); in testSimpleDecode()
414 queueEOS(); in testFlush()
427 queueEOS(); in testFlush()
550 queueEOS(); in testReconfigure()
575 queueEOS(); in testReconfigure()
610 queueEOS(); in testReconfigure()
662 queueEOS(); in testOnlyEos()
750 queueEOS(); in testSimpleDecodeQueueCSD()
845 queueEOS(); in testDecodePartialFrame()
DCodecEncoderSurfaceTest.java340 private void queueEOS() throws InterruptedException { in queueEOS() method in CodecEncoderSurfaceTest
500 queueEOS(); in testSimpleEncodeFromSurface()
DCodecTestBase.java696 void queueEOS() throws InterruptedException { in queueEOS() method in CodecTestBase
1046 queueEOS(); in decodeToMemory()
1074 queueEOS(); in validateColorAspects()
1094 queueEOS(); in validateColorAspects()
DEncoderColorAspectsTest.java198 queueEOS(); in testColorAspects()
DEncoderProfileLevelTest.java729 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.cpp366 if (!queueEOS()) return false; in encodeToMemory()
438 if (!queueEOS()) return false; in testSimpleEncode()
507 if (!queueEOS()) return false; in testFlush()
527 if (!queueEOS()) return false; in testFlush()
614 if (!queueEOS()) return false; in testReconfigure()
630 if (!queueEOS()) return false; in testReconfigure()
646 if (!queueEOS()) return false; in testReconfigure()
693 if (!queueEOS()) return false; in testOnlyEos()
752 if (!queueEOS()) return false; in testSetForceSyncFrame()
835 if (!queueEOS()) return false; in testAdaptiveBitRate()
DNativeCodecDecoderTest.cpp277 if (!queueEOS()) return false; in decodeToMemory()
336 if (!queueEOS()) return false; in testSimpleDecode()
458 if (!queueEOS()) return false; in testFlush()
474 if (!queueEOS()) return false; in testFlush()
525 if (!queueEOS()) return false; in testOnlyEos()
600 if (!queueEOS()) return false; in testSimpleDecodeQueueCSD()
DNativeCodecEncoderSurfaceTest.cpp70 bool queueEOS();
340 bool CodecEncoderSurfaceTest::queueEOS() { in queueEOS() function in CodecEncoderSurfaceTest
508 if (!queueEOS()) return false; in testSimpleEncode()
DNativeCodecTestBase.h157 bool queueEOS();
DNativeCodecTestBase.cpp473 bool CodecTestBase::queueEOS() { in queueEOS() function in CodecTestBase