Home
last modified time | relevance | path

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

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DMediaUtils.java206 private static String[] getCodecNames( in getCodecNames() method in MediaUtils
238 return getCodecNames(false /* isEncoder */, isGoog, formats); in getDecoderNames()
242 return getCodecNames(false /* isEncoder */, null /* isGoog */, formats); in getDecoderNames()
247 return getCodecNames(true /* isEncoder */, isGoog, formats); in getEncoderNames()
251 return getCodecNames(true /* isEncoder */, null /* isGoog */, formats); in getEncoderNames()
257 return getCodecNames(false /* isEncoder */, null /* isGoog */, format); in getDecoderNamesForMime()
263 return getCodecNames(true /* isEncoder */, null /* isGoog */, format); in getEncoderNamesForMime()
274 String[] codecs = getCodecNames(isEncoder, isGoog, formats); in verifyNumCodecs()