Searched refs:getCodecNames (Results 1 – 2 of 2) sorted by relevance
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | MediaUtils.java | 225 private static String[] getCodecNames( in getCodecNames() method in MediaUtils 260 return getCodecNames(false /* isEncoder */, isGoog, formats); in getDecoderNames() 264 return getCodecNames(false /* isEncoder */, null /* isGoog */, formats); in getDecoderNames() 269 return getCodecNames(true /* isEncoder */, isGoog, formats); in getEncoderNames() 273 return getCodecNames(true /* isEncoder */, null /* isGoog */, formats); in getEncoderNames() 279 return getCodecNames(false /* isEncoder */, null /* isGoog */, format); in getDecoderNamesForMime() 285 return getCodecNames(true /* isEncoder */, null /* isGoog */, format); in getEncoderNamesForMime() 296 String[] codecs = getCodecNames(isEncoder, isGoog, formats); in verifyNumCodecs()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 26097 method @NonNull public java.util.List<java.lang.String> getCodecNames();
|