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