Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java162 configureCodec(format, isAsync, false, true); in tryConfigureCodecInInvalidState()
460 configureCodec(format, isAsync, false, true); in testConfigureInInitState()
477 configureCodec(format, isAsync, false, true); in testConfigureAfterStart()
497 configureCodec(format, isAsync, false, true); in testConfigureAfterQueueInputBuffer()
516 configureCodec(format, isAsync, false, true); in testConfigureInEOSState()
536 configureCodec(format, isAsync, false, true); in testConfigureInFlushState()
557 configureCodec(format, isAsync, false, true); in testConfigureInUnInitState()
561 configureCodec(format, isAsync, false, true); in testConfigureInUnInitState()
590 configureCodec(format, isAsync, false, true); in testDequeueInputBufferInUnInitState()
607 configureCodec(format, isAsync, false, true); in testDequeueInputBufferInInitState()
[all …]
DCodecEncoderTest.java189 configureCodec(format, isAsync, eosType, true); in testSimpleEncode()
256 configureCodec(format, true, true, true); in testLosslessEncodeDecode()
337 configureCodec(inpFormat, isAsync, true, true); in testFlush()
463 configureCodec(format, isAsync, true, true); in testReconfigure()
578 configureCodec(mFormats.get(0), isAsync, false, true); in testOnlyEos()
653 configureCodec(format, isAsync, false, true); in testSetForceSyncFrame()
755 configureCodec(format, isAsync, false, true); in testAdaptiveBitRate()
DCodecDecoderSurfaceTest.java76 configureCodec(format, false, true, false); in decodeAndSavePts()
168 configureCodec(format, isAsync, true, false); in testSimpleDecodeToSurface()
233 configureCodec(format, isAsync, true, false); in testFlush()
329 configureCodec(format, isAsync, true, false); in testReconfigure()
DCodecDecoderTest.java233 configureCodec(format, isAsync, eosType, false); in testSimpleDecode()
322 configureCodec(format, isAsync, true, false); in testFlush()
450 configureCodec(format, isAsync, true, false); in testReconfigure()
594 configureCodec(format, isAsync, false, false); in testOnlyEos()
670 configureCodec(fmt, isAsync, eosMode, false); in testSimpleDecodeQueueCSD()
770 configureCodec(format, isAsync, true, false); in testDecodePartialFrame()
DEncodeDecodeAccuracyTest.java205 private void configureCodec(MediaFormat encFormat, boolean isAsync) { in configureCodec() method in EncodeDecodeAccuracyTest
424 configureCodec(format, true, true, false); in decodeElementaryStream()
466 configureCodec(formats.get(0), isAsync); in testEncodeDecodeAccuracyRGB()
DCodecDecoderPauseTest.java103 configureCodec(format, isAsync, false, false); in testPause()
DEncoderColorAspectsTest.java165 configureCodec(mConfigFormat, true, true, true); in testColorAspects()
DAdaptivePlaybackTest.java216 configureCodec(format, true, false, false); in testAdaptivePlayback()
DCodecEncoderSurfaceTest.java166 private void configureCodec(MediaFormat decFormat, MediaFormat encFormat, boolean isAsync, in configureCodec() method in CodecEncoderSurfaceTest
483 configureCodec(decoderFormat, encoderFormat, isAsync, false); in testSimpleEncodeFromSurface()
DCodecTestBase.java819 void configureCodec(MediaFormat format, boolean isAsync, boolean signalEOSWithLastFrame, in configureCodec() method in CodecTestBase
856 configureCodec(format, isAsync, signalEOSWithLastFrame, isEncoder); in reConfigureCodec()
1330 configureCodec(format, false, true, false); in decodeToMemory()
1365 configureCodec(format, true, true, false); in validateColorAspects()
1694 configureCodec(format, false, true, true); in encodeToMemory()
DEncoderProfileLevelTest.java754 configureCodec(format, false, true, true); in testValidateProfileLevel()
/cts/tests/media/jni/
DNativeCodecUnitTest.cpp257 if (!configureCodec(mFormat, isAsync, true, isEncoder)) return false; in testConfigureInInitState()
274 if (!configureCodec(mFormat, isAsync, false, isEncoder)) return false; in testConfigureInRunningState()
313 if (!configureCodec(mFormat, isAsync, false, isEncoder)) return false; in testConfigureInUnInitState()
329 if (!configureCodec(mFormat, isAsync, false, isEncoder)) return false; in testDequeueInputBufferInInitState()
346 if (!configureCodec(mFormat, isAsync, false, isEncoder)) return false; in testDequeueInputBufferInRunningState()
373 if (!configureCodec(mFormat, isAsync, false, isEncoder)) return false; in testDequeueInputBufferInUnInitState()
390 if (!configureCodec(mFormat, isAsync, false, isEncoder)) return false; in testDequeueOutputBufferInInitState()
408 if (!configureCodec(mFormat, isAsync, false, isEncoder)) return false; in testDequeueOutputBufferInRunningState()
437 if (!configureCodec(mFormat, isAsync, false, isEncoder)) return false; in testDequeueOutputBufferInUnInitState()
455 if (!configureCodec(mFormat, isAsync, false, isEncoder)) return false; in testFlushInInitState()
[all …]
DNativeCodecDecoderTest.cpp48 bool configureCodec(AMediaFormat* format, bool isAsync, bool signalEOSWithLastFrame,
155 bool CodecDecoderTest::configureCodec(AMediaFormat* format, bool isAsync, in configureCodec() function in CodecDecoderTest
289 if (!configureCodec(format, false, true, false)) return false; in decodeToMemory()
342 if (!configureCodec(mInpDecFormat, isAsync, eosType, false)) return false; in testSimpleDecode()
449 if (!configureCodec(mInpDecFormat, isAsync, true, false)) return false; in testFlush()
552 if (!configureCodec(mInpDecFormat, isAsync, false, false)) return false; in testOnlyEos()
617 if (!configureCodec(fmt, isAsync, eosType, false)) return false; in testSimpleDecodeQueueCSD()
DNativeCodecEncoderTest.cpp368 if (!configureCodec(format, false, true, true)) return false; in encodeToMemory()
441 if (!configureCodec(format, isAsync, eosType, true)) return false; in testSimpleEncode()
492 if (!configureCodec(format, isAsync, true, true)) return false; in testFlush()
601 if (!configureCodec(format, isAsync, true, true)) return false; in testReconfigure()
697 if (!configureCodec(format, isAsync, false, true)) return false; in testOnlyEos()
750 if (!configureCodec(format, isAsync, false, true)) return false; in testSetForceSyncFrame()
827 if (!configureCodec(format, isAsync, false, true)) return false; in testAdaptiveBitRate()
DNativeCodecEncoderSurfaceTest.cpp63 bool configureCodec(bool isAsync, bool signalEOSWithLastFrame);
166 bool CodecEncoderSurfaceTest::configureCodec(bool isAsync, bool signalEOSWithLastFrame) { in configureCodec() function in CodecEncoderSurfaceTest
547 if (!configureCodec(mIsCodecInAsyncMode, mSignalEOSWithLastFrame)) return false; in testSimpleEncode()
DNativeCodecTestBase.h150 virtual bool configureCodec(AMediaFormat* format, bool isAsync, bool signalEOSWithLastFrame,
DNativeCodecTestBase.cpp358 bool CodecTestBase::configureCodec(AMediaFormat* format, bool isAsync, bool signalEOSWithLastFrame, in configureCodec() function in CodecTestBase
384 return configureCodec(format, isAsync, signalEOSWithLastFrame, isEncoder); in reConfigureCodec()
/cts/tests/mediapc/src/android/mediapc/cts/
DCodecTranscoderTestBase.java110 void configureCodec(MediaFormat decFormat, MediaFormat encFormat, boolean isAsync, in configureCodec() method in CodecTranscoderTestBase
380 configureCodec(decoderFormat, encoderFormat, mIsAsync, false); in doTranscode()
425 void configureCodec(MediaFormat decFormat, MediaFormat encFormat, boolean isAsync, in configureCodec() method in TranscodeLoad
DAudioPlaybackLoad.java54 configureCodec(format, false, false, false); in doDecodeAndPlayback()
DCodecTestBase.java205 void configureCodec(MediaFormat format, boolean isAsync, boolean signalEOSWithLastFrame, in configureCodec() method in CodecTestBase
685 configureCodec(format, mIsAsync, false, false); in doDecode()
769 configureCodec(format, mIsAsync, false, true); in doEncode()
DPlaybackFrameDrop.java144 configureCodec(formats.get(0), mIsAsync, false, false); in getFrameDropCount()