Home
last modified time | relevance | path

Searched refs:getOutputFormat (Results 1 – 25 of 30) sorted by relevance

12

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java266 MediaFormat defFormat = mCodec.getOutputFormat(); in testSimpleDecode()
302 mIsCodecInAsyncMode ? mAsyncHandle.getOutputFormat() : in testSimpleDecode()
378 MediaFormat defFormat = mCodec.getOutputFormat(); in testFlush()
442 mIsCodecInAsyncMode ? mAsyncHandle.getOutputFormat() : in testFlush()
512 MediaFormat defFormat = mCodec.getOutputFormat(); in testReconfigure()
537 mIsCodecInAsyncMode ? mAsyncHandle.getOutputFormat() : in testReconfigure()
565 mIsCodecInAsyncMode ? mAsyncHandle.getOutputFormat() : in testReconfigure()
590 mIsCodecInAsyncMode ? mAsyncHandle.getOutputFormat() : in testReconfigure()
626 mIsCodecInAsyncMode ? mAsyncHandle.getOutputFormat() : in testReconfigure()
740 MediaFormat defFormat = mCodec.getOutputFormat(); in testSimpleDecodeQueueCSD()
[all …]
DEncoderColorAspectsTest.java96 mTrackID = mMuxer.addTrack(mCodec.getOutputFormat()); in dequeueOutput()
212 MediaFormat fmt = mCodec.getOutputFormat(); in testColorAspects()
DCodecUnitTest.java252 mCodec.getOutputFormat(); in tryGetOutputFormatInInvalidState()
259 mCodec.getOutputFormat(0); in tryGetOutputFormatInInvalidState()
1228 mCodec.getOutputFormat(); in testGetOutputFormatInInitState()
1233 mCodec.getOutputFormat(0); in testGetOutputFormatInInitState()
1257 mCodec.getOutputFormat(); in testGetOutputFormatInRunningState()
1262 MediaFormat outputFormat = mCodec.getOutputFormat(-1); in testGetOutputFormatInRunningState()
1272 MediaFormat outputFormat = mCodec.getOutputFormat(bufferIndex); in testGetOutputFormatInRunningState()
1278 MediaFormat outputFormat = mCodec.getOutputFormat(bufferIndex); in testGetOutputFormatInRunningState()
1285 MediaFormat outputFormat = mCodec.getOutputFormat(bufferIndex); in testGetOutputFormatInRunningState()
DCodecTestBase.java200 MediaFormat getOutputFormat() { in getOutputFormat() method in CodecAsyncHandler
684 mOutFormat = mCodec.getOutputFormat(); in doWork()
730 mOutFormat = mCodec.getOutputFormat(); in waitForAllOutputs()
1008 mOutFormat = mCodec.getOutputFormat(); in doWork()
1076 validateColorAspects(mCodec.getOutputFormat(), range, standard, transfer); in validateColorAspects()
1096 validateColorAspects(mCodec.getOutputFormat(), range, standard, transfer); in validateColorAspects()
DCodecEncoderSurfaceTest.java296 mTrackID = mMuxer.addTrack(mEncoder.getOutputFormat()); in dequeueEncoderOutput()
DEncoderProfileLevelTest.java731 MediaFormat outFormat = mCodec.getOutputFormat(); in testValidateProfileLevel()
/cts/tests/tests/media/src/android/media/cts/
DDecodeEditEncodeTest.java309 MediaFormat newFormat = encoder.getOutputFormat(); in generateVideoData()
520 MediaFormat newFormat = encoder.getOutputFormat(); in editVideoData()
562 MediaFormat newFormat = decoder.getOutputFormat(); in editVideoData()
709 MediaFormat newFormat = decoder.getOutputFormat(); in checkVideoData()
DSdkMediaCodec.java98 return mCodec.getOutputFormat().toString(); in getOutputFormatString()
DExtractDecodeEditEncodeMuxTest.java894 decoderOutputVideoFormat = videoDecoder.getOutputFormat(); in doExtractDecodeEditEncodeMux()
961 decoderOutputAudioFormat = audioDecoder.getOutputFormat(); in doExtractDecodeEditEncodeMux()
1069 encoderOutputVideoFormat = videoEncoder.getOutputFormat(); in doExtractDecodeEditEncodeMux()
1127 encoderOutputAudioFormat = audioEncoder.getOutputFormat(); in doExtractDecodeEditEncodeMux()
DEncodeVirtualDisplayTest.java327 MediaFormat decoderOutputFormat = decoder.getOutputFormat(); in doTestEncodeVirtual()
398 MediaFormat newFormat = encoder.getOutputFormat(); in doTestEncodeVirtual()
DDecoderTest.java575 boolean getOutputFormat = false; in testColorAspects()
606 MediaFormat fmt = dec.getOutputFormat(); in testColorAspects()
613 getOutputFormat = true; in testColorAspects()
618 assertTrue(getOutputFormat == true); in testColorAspects()
936 MediaFormat bufferFormat = codec.getOutputFormat(index); in testHdrStaticMetadata()
1843 MediaFormat oformat = codec.getOutputFormat();
2682 MediaFormat outFormat = codec.getOutputFormat();
2857 MediaFormat oformat = codec.getOutputFormat();
3208 MediaFormat oformat = codec.getOutputFormat();
DEncodeDecodeTest.java723 MediaFormat newFormat = encoder.getOutputFormat(); in doEncodeDecodeVideoFromBuffer()
817 decoderOutputFormat = decoder.getOutputFormat(); in doEncodeDecodeVideoFromBuffer()
972 MediaFormat decoderOutputFormat = decoder.getOutputFormat(); in doEncodeDecodeVideoFromSurfaceToSurface()
DCodecState.java192 mOutputFormat = mCodec.getOutputFormat(); in doSomeWork()
DEncoderTest.java403 MediaFormat trackFormat = codec.getOutputFormat(); in testEncoder()
DDecoderTestAacDrc.java530 MediaFormat oformat = codec.getOutputFormat(); in decodeToMemory()
DMediaCodecTest.java1950 encode ? codec.getInputFormat() : codec.getOutputFormat(); in encodingOfAudioCodec()
2064 encode ? mCodec.getInputFormat() : mCodec.getOutputFormat(); in MediaCodecStream()
2192 Log.i(TAG, mCodec.getName() + " new format: " + mCodec.getOutputFormat()); in read()
DDecoderTestXheAac.java962 MediaFormat oformat = codec.getOutputFormat();
DVideoDecoderPerfTest.java298 mDecOutputFormat = codec.getOutputFormat(); in doDecode()
DImageReaderDecoderTest.java542 MediaFormat outFormat = decoder.getOutputFormat(); in decodeFramesToImage()
DMediaCodecCapabilitiesTest.java646 isEncoder ? codec.getInputFormat() : codec.getOutputFormat(); in testAllNonTunneledVideoCodecsSupportFlexibleYUV()
DNativeDecoderTest.java491 format[tt] = codec[tt].getOutputFormat(); in getDecodedData()
/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp357 ? mAsyncHandle.getOutputFormat() in testSimpleDecode()
489 ? mAsyncHandle.getOutputFormat() in testFlush()
621 mIsCodecInAsyncMode ? mAsyncHandle.getOutputFormat() in testSimpleDecodeQueueCSD()
DNativeCodecTestBase.h77 AMediaFormat* getOutputFormat();
DNativeCodecTestBase.cpp153 AMediaFormat* CodecAsyncHandler::getOutputFormat() { in getOutputFormat() function in CodecAsyncHandler
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java984 mEncOutputFormat = codec.getOutputFormat(); in runEncoder()
1266 mDecOutputFormat = codec.getOutputFormat(); in runDecoder()

12