Home
last modified time | relevance | path

Searched refs:getCodecNames (Results 1 – 1 of 1) sorted by relevance

/cts/libs/deviceutil/src/android/cts/util/
DMediaUtils.java188 private static String[] getCodecNames( in getCodecNames() method in MediaUtils
221 return getCodecNames(false /* isEncoder */, isGoog, formats); in getDecoderNames()
225 return getCodecNames(false /* isEncoder */, null /* isGoog */, formats); in getDecoderNames()
230 return getCodecNames(true /* isEncoder */, isGoog, formats); in getEncoderNames()
234 return getCodecNames(true /* isEncoder */, null /* isGoog */, formats); in getEncoderNames()
245 String[] codecs = getCodecNames(isEncoder, isGoog, formats); in verifyNumCodecs()