Searched refs:getDecoderNames (Results 1 – 7 of 7) sorted by relevance
183 String[] decoderNames = MediaUtils.getDecoderNames(isGoog, format); in decodeTestVectors()
584 String[] codecs = MediaUtils.getDecoderNames(true /* isGoog */, mediaFormat); in runDecodeShortVideo()647 String[] codecs = MediaUtils.getDecoderNames(true /* isGoog */, mediaFormat); in runDecodeShortAudio()
243 String[] decoderNames = MediaUtils.getDecoderNames(false, format); in testHlsSampleAes_bbb_unmuxed_1500k()
318 String[] decoders = MediaUtils.getDecoderNames(isGoog, formats); in perf()
263 for (String name : MediaUtils.getDecoderNames(v, format)) { in getDecodersForPath()
244 public static String[] getDecoderNames(/* Nullable */ Boolean isGoog, MediaFormat... formats) { in getDecoderNames() method in MediaUtils248 public static String[] getDecoderNames(MediaFormat... formats) { in getDecoderNames() method in MediaUtils
688 decoderNames = MediaUtils.getDecoderNames(format); in doTest()