/cts/tests/media/src/android/mediav2/cts/ |
D | CodecUnitTest.java | 162 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 …]
|
D | CodecEncoderTest.java | 189 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()
|
D | CodecDecoderSurfaceTest.java | 76 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()
|
D | CodecDecoderTest.java | 233 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()
|
D | EncodeDecodeAccuracyTest.java | 205 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()
|
D | CodecDecoderPauseTest.java | 103 configureCodec(format, isAsync, false, false); in testPause()
|
D | EncoderColorAspectsTest.java | 165 configureCodec(mConfigFormat, true, true, true); in testColorAspects()
|
D | AdaptivePlaybackTest.java | 216 configureCodec(format, true, false, false); in testAdaptivePlayback()
|
D | CodecEncoderSurfaceTest.java | 166 private void configureCodec(MediaFormat decFormat, MediaFormat encFormat, boolean isAsync, in configureCodec() method in CodecEncoderSurfaceTest 483 configureCodec(decoderFormat, encoderFormat, isAsync, false); in testSimpleEncodeFromSurface()
|
D | CodecTestBase.java | 819 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()
|
D | EncoderProfileLevelTest.java | 754 configureCodec(format, false, true, true); in testValidateProfileLevel()
|
/cts/tests/media/jni/ |
D | NativeCodecUnitTest.cpp | 257 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 …]
|
D | NativeCodecDecoderTest.cpp | 48 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()
|
D | NativeCodecEncoderTest.cpp | 368 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()
|
D | NativeCodecEncoderSurfaceTest.cpp | 63 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()
|
D | NativeCodecTestBase.h | 150 virtual bool configureCodec(AMediaFormat* format, bool isAsync, bool signalEOSWithLastFrame,
|
D | NativeCodecTestBase.cpp | 358 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/ |
D | CodecTranscoderTestBase.java | 110 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
|
D | AudioPlaybackLoad.java | 54 configureCodec(format, false, false, false); in doDecodeAndPlayback()
|
D | CodecTestBase.java | 205 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()
|
D | PlaybackFrameDrop.java | 144 configureCodec(formats.get(0), mIsAsync, false, false); in getFrameDropCount()
|