Home
last modified time | relevance | path

Searched refs:getInputFormat (Results 1 – 19 of 19) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DImageReaderArgs.java67 public int getInputFormat() { in getInputFormat() method in ImageReaderArgs
DItsService.java1997 int inputFormat = args.getInputFormat();
/cts/tests/mediapc/src/android/mediapc/cts/
DCodecTranscoderTestBase.java131 if (mEncoder.getInputFormat().containsKey(MediaFormat.KEY_LATENCY)) { in configureCodec()
133 mLatency = mEncoder.getInputFormat().getInteger(MediaFormat.KEY_LATENCY); in configureCodec()
511 if (mEncoder.getInputFormat().containsKey(MediaFormat.KEY_LATENCY)) { in configureCodec()
513 mLatency = mEncoder.getInputFormat().getInteger(MediaFormat.KEY_LATENCY); in configureCodec()
/cts/tests/media/src/android/mediav2/cts/
DEncoderColorAspectsTest.java381 if (mCodec.getInputFormat().containsKey(MediaFormat.KEY_LATENCY)) { in doFullColorAspects()
383 mLatency = mCodec.getInputFormat().getInteger(MediaFormat.KEY_LATENCY); in doFullColorAspects()
DEncodeDecodeAccuracyTest.java304 if (mEncoder.getInputFormat().containsKey(MediaFormat.KEY_LATENCY)) { in configureCodec()
306 mLatency = mEncoder.getInputFormat().getInteger(MediaFormat.KEY_LATENCY); in configureCodec()
DAudioEncoderTest.java150 MediaFormat acceptedFmt = mCodec.getInputFormat(); in encodeAndValidate()
DCodecUnitTest.java282 mCodec.getInputFormat(); in tryGetInputFormatInInvalidState()
1196 mCodec.getInputFormat(); in testGetInputFormatInInitState()
1217 mCodec.getInputFormat(); in testGetInputFormatInRunningState()
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecEncoderSurfaceTestBase.java242 if (mEncoder.getInputFormat().containsKey(MediaFormat.KEY_LATENCY)) { in configureCodec()
244 mLatency = mEncoder.getInputFormat().getInteger(MediaFormat.KEY_LATENCY); in configureCodec()
571 MediaFormat inpFormat = mDecoder.getInputFormat(); in encodeToMemory()
/cts/tests/tests/media/common/src/android/media/cts/
DStreamUtils.java79 encode ? mCodec.getInputFormat() : mCodec.getOutputFormat(); in MediaCodecStream()
/cts/tests/tests/media/encoder/src/android/media/encoder/cts/
DVideoEncoderTest.java180 + " configured for " + codec.getInputFormat(); in play()
373 Log.i(TAG, "encoder input format " + mEncoder.getInputFormat() + " from " + outFmt); in initCodecsAndConfigureEncoder()
680 assertNotNull("could not get encoder image for " + mEncoder.getInputFormat(), encImage); in renderDecodedBuffer()
681 assertNotNull("could not get decoder image for " + mDecoder.getInputFormat(), decImage); in renderDecodedBuffer()
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DVideoDecoderPerfTest.java302 mDecInputFormat = codec.getInputFormat(); in doDecode()
DHDRDecoderTest.java572 int transferRequest = mDecoder.getInputFormat().getInteger( in testHdrToSdr()
DDecoderTest.java411 MediaFormat actual = codec.getInputFormat(); in verifyChannelsAndRates()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java638 mEncInputFormat = codec.getInputFormat(); in runEncoder()
640 MediaFormat inputFormat = codec.getInputFormat(); in runEncoder()
/cts/tests/videocodec/src/android/videocodec/cts/
DVideoDecodeEditEncodeTest.java465 MediaFormat format = decoder.getInputFormat(); in editVideoFile()
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DMediaCodecCapabilitiesTest.java741 isEncoder ? codec.getInputFormat() : codec.getOutputFormat(); in testAllNonTunneledVideoCodecsSupportFlexibleYUV()
DDecodeEditEncodeTest.java609 inputFormat = decoder.getInputFormat(); in editVideoFile()
DMediaCodecTest.java2179 encode ? codec.getInputFormat() : codec.getOutputFormat(); in encodingOfAudioCodec()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt22572 method @NonNull public android.media.MediaFormat getInputFormat();