Searched refs:getDecoderNames (Results 1 – 5 of 5) sorted by relevance
246 String[] decoderNames = MediaUtils.getDecoderNames(isGoog, format); in decodeTestVectors()
278 String[] decoders = MediaUtils.getDecoderNames(isGoog, formats); in perf()
325 for (String decoderName: MediaUtils.getDecoderNames(mimeFormat)) { in testColorAspects()2048 String[] decoderNames = MediaUtils.getDecoderNames(format);
220 public static String[] getDecoderNames(/* Nullable */ Boolean isGoog, MediaFormat... formats) { in getDecoderNames() method in MediaUtils224 public static String[] getDecoderNames(MediaFormat... formats) { in getDecoderNames() method in MediaUtils
599 decoderNames = MediaUtils.getDecoderNames(format); in doTest()