Searched refs:findDecoderForFormat (Results 1 – 19 of 19) sorted by relevance
76 super(findDecoderForFormat(streamFormat), streamFormat.getString(MediaFormat.KEY_MIME), in DecodeStreamToYuv()135 return findDecoderForFormat(getFormatInStream(mediaType, file)); in findDecoderForStream()138 static String findDecoderForFormat(MediaFormat format) { in findDecoderForFormat() method in DecodeStreamToYuv140 String codecName = mcl.findDecoderForFormat(format); in findDecoderForFormat()
173 String decoder = codecList.findDecoderForFormat(format); in validateHDRInfo()
65 String codecName = mcl.findDecoderForFormat(format); in createCodecFor()
290 String codecName = mcl.findDecoderForFormat(videoFormat); in testTunneledTrickPlay()429 String codecName = mcl.findDecoderForFormat(videoFormat); in testTunneledPerfectSeek()
384 String codecname = mcl.findDecoderForFormat(desiredFormat); in verifyChannelsAndRates()2619 if (mcl.findDecoderForFormat(baseFormat) == null) {2623 assertNotNull("no decoder for " + format, mcl.findDecoderForFormat(format));3308 String codecName = mcl.findDecoderForFormat(format);4570 String decoderName = mcl.findDecoderForFormat(format);
403 mediaCodecList.findDecoderForFormat(mediaFormat)); in createDecoder()
190 if (mcl.findDecoderForFormat(format) == null) { in isResolutionSupported()
269 String codecName = mcl.findDecoderForFormat(format); in addTrack()
388 String decoder = codecList.findDecoderForFormat(mActiveEncCfg.getFormat()); in testColorAspects()
351 String myDecoderName = mclist.findDecoderForFormat(format); in setSoundWithResId()
671 MediaCodec decoder = MediaCodec.createByCodecName(mcl.findDecoderForFormat(inputFormat)); in createVideoDecoder()707 MediaCodec decoder = MediaCodec.createByCodecName(mcl.findDecoderForFormat(inputFormat)); in createAudioDecoder()
495 String codec = mAllCodecs.findDecoderForFormat(format); in testHaveAdaptiveVideoDecoderForAllSupportedFormats()
1497 if (mcl.findDecoderForFormat(testFormat) == null in isConcurrentEncodingDecodingSupported()
344 : mRegularCodecs.findDecoderForFormat(format); in codecCanBeFound()458 String codecName = mRegularCodecs.findDecoderForFormat(format); in testFindDecoderWithAacProfile()
301 String decoder = sMCL.findDecoderForFormat(format); in getDecoder()326 String decoder = sMCL.findDecoderForFormat(format); in canDecode()
340 String videoDecName = mcl.findDecoderForFormat(mDecFormat); in initCodecsAndConfigureEncoder()
1197 if (mcl.findDecoderForFormat(format) == null) { in has10BitHEVCDecoder()
2864 if (mcl.findDecoderForFormat(format) == null) { in has10BitHEVCDecoder()
23131 method public String findDecoderForFormat(android.media.MediaFormat);