Home
last modified time | relevance | path

Searched refs:configureCodec (Results 1 – 25 of 46) sorted by relevance

12

/cts/tests/media/jni/
DNativeCodecUnitTest.cpp261 if (!configureCodec(mFormat, isAsync, true, isEncoder)) return false; in testConfigureInInitState()
279 if (!configureCodec(mFormat, isAsync, false, isEncoder)) return false; in testConfigureInRunningState()
322 if (!configureCodec(mFormat, isAsync, false, isEncoder)) return false; in testConfigureInUnInitState()
338 if (!configureCodec(mFormat, isAsync, false, isEncoder)) return false; in testDequeueInputBufferInInitState()
355 if (!configureCodec(mFormat, isAsync, false, isEncoder)) return false; in testDequeueInputBufferInRunningState()
382 if (!configureCodec(mFormat, isAsync, false, isEncoder)) return false; in testDequeueInputBufferInUnInitState()
399 if (!configureCodec(mFormat, isAsync, false, isEncoder)) return false; in testDequeueOutputBufferInInitState()
417 if (!configureCodec(mFormat, isAsync, false, isEncoder)) return false; in testDequeueOutputBufferInRunningState()
446 if (!configureCodec(mFormat, isAsync, false, isEncoder)) return false; in testDequeueOutputBufferInUnInitState()
464 if (!configureCodec(mFormat, isAsync, false, isEncoder)) return false; in testFlushInInitState()
[all …]
DNativeCodecEncoderTest.cpp53 bool configureCodec(AMediaFormat* format, bool isAsync, bool signalEOSWithLastFrame,
155 bool CodecEncoderTest::configureCodec(AMediaFormat* format, bool isAsync, in configureCodec() function in CodecEncoderTest
158 return CodecTestBase::configureCodec(format, isAsync, signalEOSWithLastFrame, isEncoder); in configureCodec()
366 if (!configureCodec(format, false, true, true)) return false; in encodeToMemory()
419 if (!configureCodec(format, isAsync, eosType, true)) return false; in testSimpleEncode()
465 if (!configureCodec(format, isAsync, true, true)) return false; in testReconfigure()
541 if (!configureCodec(format, isAsync, false, true)) return false; in testOnlyEos()
579 if (!configureCodec(format, isAsync, false, true)) return false; in testSetForceSyncFrame()
643 if (!configureCodec(format, isAsync, false, true)) return false; in testAdaptiveBitRate()
DNativeCodecDecoderTestCommon.cpp50 bool configureCodec(AMediaFormat* format, bool isAsync, bool signalEOSWithLastFrame,
167 bool CodecDecoderTest::configureCodec(AMediaFormat* format, bool isAsync, in configureCodec() function in CodecDecoderTest
344 if (!configureCodec(format, false, true, false)) return false; in decodeToMemory()
382 if (!configureCodec(mInpDecFormat, isAsync, eosType, false)) return false; in testSimpleDecode()
449 if (!configureCodec(mInpDecFormat, isAsync, true, false)) return false; in testFlush()
533 if (!configureCodec(mInpDecFormat, isAsync, false, false)) return false; in testOnlyEos()
586 if (!configureCodec(fmt, isAsync, eosType, false)) return false; in testSimpleDecodeQueueCSD()
DNativeCodecEncoderSurfaceTest.cpp65 bool configureCodec(bool isAsync, bool signalEOSWithLastFrame, bool usePersistentSurface);
188 bool CodecEncoderSurfaceTest::configureCodec(bool isAsync, bool signalEOSWithLastFrame, in configureCodec() function in CodecEncoderSurfaceTest
598 if (!configureCodec(isAsync, false, usePersistentSurface)) return false; in testSimpleEncode()
/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java210 configureCodec(format, isAsync, false, true); in tryConfigureCodecInInvalidState()
536 configureCodec(format, isAsync, false, true); in testConfigureInInitState()
554 configureCodec(format, isAsync, false, true); in testConfigureAfterStart()
575 configureCodec(format, isAsync, false, true); in testConfigureAfterQueueInputBuffer()
595 configureCodec(format, isAsync, false, true); in testConfigureInEOSState()
616 configureCodec(format, isAsync, false, true); in testConfigureInFlushState()
638 configureCodec(format, isAsync, false, true); in testConfigureInUnInitState()
642 configureCodec(format, isAsync, false, true); in testConfigureInUnInitState()
673 configureCodec(format, isAsync, false, true); in testDequeueInputBufferInUnInitState()
691 configureCodec(format, isAsync, false, true); in testDequeueInputBufferInInitState()
[all …]
DCodecDecoderDetachedSurfaceTest.java307 configureCodec(format, isAsync, isAsync /* use crypto configure api */, in testSetOutputSurface()
367 configureCodec(format, isAsync, isAsync /* use crypto configure api */, in testFeatureDetachedSurface()
434 configureCodec(format, isAsync, isAsync /* use crypto configure api */, in testDetachOutputSurface()
483 configureCodec(format, isAsync, isAsync /* use crypto configure api */, in testDetachOutputSurface()
492 configureCodec(format, isAsync, isAsync /* use crypto configure api */, in testDetachOutputSurface()
DCodecDecoderSurfaceTest.java114 configureCodec(format, false, true, false); in decodeAndSavePts()
246 configureCodec(format, isAsync, true, false); in testSimpleDecodeToSurface()
317 configureCodec( in testDetachAndReattachSurface()
410 configureCodec(format, isAsync, true, false); in testFlush()
523 configureCodec(format, isAsync, true, false); in testReconfigure()
DCodecDecoderTest.java393 configureCodec(format, isAsync, eosType, false); in testSimpleDecode()
494 configureCodec(format, isAsync, true, false); in testFlush()
643 configureCodec(format, isAsync, true, false); in testReconfigure()
755 configureCodec(format, isAsync, false, false); in testOnlyEos()
833 configureCodec(fmt, isAsync, eosMode, false); in testSimpleDecodeQueueCSD()
915 configureCodec(format, isAsync, true, false); in testDecodePartialFrame()
957 configureCodec(format, true, true, false); in testDefaultOutputColorFormat()
DCodecDecoderBlockModelMultiAccessUnitTest.java150 configureCodec(format, true, signalEosWithLastFrame, false); in testSimpleDecode()
226 configureCodec(format, true, true, false); in testFlush()
332 configureCodec(format, true, true, false); in testReconfigure()
DCodecDecoderMultiAccessUnitTest.java220 configureCodec(format, true, signalEosWithLastFrame, false); in testSimpleDecode()
305 configureCodec(format, true, true, false); in testFlush()
425 configureCodec(format, true, true, false); in testReconfigure()
DCodecEncoderTest.java353 configureCodec(format, isAsync, eosType, true); in testSimpleEncode()
454 configureCodec(format, isAsync, true, true); in testReconfigure()
569 configureCodec(format, isAsync, false, true); in testOnlyEos()
640 configureCodec(format, isAsync, false, true); in testSetForceSyncFrame()
737 configureCodec(format, isAsync, false, true); in testAdaptiveBitRate()
DCodecDecoderPauseTest.java111 configureCodec(format, isAsync, false, false); in testPause()
DEncodeDecodeAccuracyTest.java300 private void configureCodec(MediaFormat encFormat, boolean isAsync) { in configureCodec() method in EncodeDecodeAccuracyTest
508 configureCodec(format, true, true, false); in decodeElementaryStream()
539 configureCodec(format, isAsync); in testEncodeDecodeAccuracyRGB()
DDecoderPushBlankBufferOnStopTest.java136 configureCodec(format, true, false, false); in testSimpleDecodeToSurface()
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecEncoderBlockModelTestBase.java57 protected void configureCodec(MediaFormat format, boolean isAsyncUnUsed, in configureCodec() method in CodecEncoderBlockModelTestBase
64 configureCodec(format, true, signalEOSWithLastFrame, isEncoder, in configureCodec()
DCodecDecoderBlockModelTestBase.java103 protected void configureCodec(MediaFormat format, boolean isAsyncUnUsed, in configureCodec() method in CodecDecoderBlockModelTestBase
110 configureCodec(format, true, signalEOSWithLastFrame, isEncoder, in configureCodec()
DCodecDecoderTestBase.java374 configureCodec(format, isAsync, signalledEos, false); in decodeToMemory()
401 configureCodec(format, false, true, false); in decodeToMemory()
432 configureCodec(format, true, true, false); in validateColorAspects()
DCodecDecoderBlockModelDrmTestBase.java84 protected void configureCodec(MediaFormat format, boolean isAsyncUnUsed, in configureCodec() method in CodecDecoderBlockModelDrmTestBase
DCodecDecoderBlockModelMultiAccessUnitDrmTestBase.java92 protected void configureCodec(MediaFormat format, boolean isAsyncUnUsed, in configureCodec() method in CodecDecoderBlockModelMultiAccessUnitDrmTestBase
/cts/tests/mediapc/src/android/mediapc/cts/
DAudioPlaybackLoad.java55 configureCodec(format, false, false, false); in doDecodeAndPlayback()
DCodecTranscoderTestBase.java126 void configureCodec(MediaFormat decFormat, MediaFormat encFormat, boolean isAsync, in configureCodec() method in CodecTranscoderTestBase
424 configureCodec(decoderFormat, encoderFormat, mIsAsync, false); in doTranscode()
504 void configureCodec(MediaFormat decFormat, MediaFormat encFormat, boolean isAsync, in configureCodec() method in TranscodeLoad
532 configureCodec(decoderFormat, encoderFormat, false, false); in doTranscode()
DCodecTestBase.java294 void configureCodec(MediaFormat format, boolean isAsync, boolean signalEOSWithLastFrame, in configureCodec() method in CodecTestBase
611 void configureCodec(MediaFormat format, boolean isAsync, boolean signalEOSWithLastFrame, in configureCodec() method in CodecDecoderTestBase
666 void configureCodec(MediaFormat format, boolean isAsync, boolean signalEOSWithLastFrame, in configureCodec() method in CodecDecoderTestBase
668 configureCodec(format, isAsync, signalEOSWithLastFrame, isEncoder, null); in configureCodec()
971 configureCodec(format, mIsAsync, false, false, mServerURL); in doDecode()
1095 configureCodec(format, mIsAsync, false, true); in doEncode()
/cts/tests/video/src/android/video/cts/
DCodecEncoderPerformanceTestBase.java212 configureCodec(mIsAsync); in encode()
229 void configureCodec(boolean isAsync) { in configureCodec() method in CodecEncoderPerformanceTestBase
/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/
DCodecDecoderMultiAccessUnitDrmTest.java156 configureCodec(format, true, eosType, false); in testSimpleDecode()
DCodecDecoderBlockModelMultiAccessUnitDrmTest.java160 configureCodec(format, true, eosType, false); in testSimpleDecode()

12