Searched refs:getDecoderNames (Results 1 – 8 of 8) sorted by relevance
217 String[] decoderNames = MediaUtils.getDecoderNames(false, format); in testHlsSampleAes_bbb_unmuxed_1500k()
263 for (String name : MediaUtils.getDecoderNames(v, format)) { in getDecodersForPath()
171 String[] codecs = MediaUtils.getDecoderNames(true /* isGoog */, mediaFormat); in runDecodeShortAudio()
370 String[] codecs = MediaUtils.getDecoderNames(true /* isGoog */, mediaFormat); in runDecodeShortVideo()
194 String[] decoderNames = MediaUtils.getDecoderNames(format); in prepareParamList()
694 for (String decoderName: MediaUtils.getDecoderNames(mimeFormat)) { in testColorAspects()2679 String[] decoderNames = MediaUtils.getDecoderNames(format);
258 public static String[] getDecoderNames(/* Nullable */ Boolean isGoog, MediaFormat... formats) { in getDecoderNames() method in MediaUtils262 public static String[] getDecoderNames(MediaFormat... formats) { in getDecoderNames() method in MediaUtils
408 decoderNames = MediaUtils.getDecoderNames(format); in doTest()