Searched refs:getInputFormat (Results 1 – 19 of 19) sorted by relevance
67 public int getInputFormat() { in getInputFormat() method in ImageReaderArgs
1997 int inputFormat = args.getInputFormat();
131 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()
381 if (mCodec.getInputFormat().containsKey(MediaFormat.KEY_LATENCY)) { in doFullColorAspects()383 mLatency = mCodec.getInputFormat().getInteger(MediaFormat.KEY_LATENCY); in doFullColorAspects()
304 if (mEncoder.getInputFormat().containsKey(MediaFormat.KEY_LATENCY)) { in configureCodec()306 mLatency = mEncoder.getInputFormat().getInteger(MediaFormat.KEY_LATENCY); in configureCodec()
150 MediaFormat acceptedFmt = mCodec.getInputFormat(); in encodeAndValidate()
282 mCodec.getInputFormat(); in tryGetInputFormatInInvalidState()1196 mCodec.getInputFormat(); in testGetInputFormatInInitState()1217 mCodec.getInputFormat(); in testGetInputFormatInRunningState()
242 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()
79 encode ? mCodec.getInputFormat() : mCodec.getOutputFormat(); in MediaCodecStream()
180 + " 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()
302 mDecInputFormat = codec.getInputFormat(); in doDecode()
572 int transferRequest = mDecoder.getInputFormat().getInteger( in testHdrToSdr()
411 MediaFormat actual = codec.getInputFormat(); in verifyChannelsAndRates()
638 mEncInputFormat = codec.getInputFormat(); in runEncoder()640 MediaFormat inputFormat = codec.getInputFormat(); in runEncoder()
465 MediaFormat format = decoder.getInputFormat(); in editVideoFile()
741 isEncoder ? codec.getInputFormat() : codec.getOutputFormat(); in testAllNonTunneledVideoCodecsSupportFlexibleYUV()
609 inputFormat = decoder.getInputFormat(); in editVideoFile()
2179 encode ? codec.getInputFormat() : codec.getOutputFormat(); in encodingOfAudioCodec()
22572 method @NonNull public android.media.MediaFormat getInputFormat();