Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java208 private static String[] getCodecNames( in getCodecNames() method in MediaUtils
243 return getCodecNames(false /* isEncoder */, isGoog, formats); in getDecoderNames()
247 return getCodecNames(false /* isEncoder */, null /* isGoog */, formats); in getDecoderNames()
252 return getCodecNames(true /* isEncoder */, isGoog, formats); in getEncoderNames()
256 return getCodecNames(true /* isEncoder */, null /* isGoog */, formats); in getEncoderNames()
262 return getCodecNames(false /* isEncoder */, null /* isGoog */, format); in getDecoderNamesForMime()
268 return getCodecNames(true /* isEncoder */, null /* isGoog */, format); in getEncoderNamesForMime()
279 String[] codecs = getCodecNames(isEncoder, isGoog, formats); in verifyNumCodecs()