Searched refs:findCodecForFormat (Results 1 – 3 of 3) sorted by relevance
43 String mediaCodecName = EncoderUtil.findCodecForFormat(mediaFormat, /* isDecoder= */ true); in createForAudioDecoding()73 String mediaCodecName = EncoderUtil.findCodecForFormat(mediaFormat, /* isDecoder= */ true); in createForVideoDecoding()
212 public static String findCodecForFormat(MediaFormat format, boolean isDecoder) { in findCodecForFormat() method in EncoderUtil
115 String mediaCodecName = EncoderUtil.findCodecForFormat(mediaFormat, /* isDecoder= */ false); in createForAudioEncoding()