Home
last modified time | relevance | path

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

/cts/libs/deviceutil/src/android/cts/util/
DMediaUtils.java487 private static boolean hasCodecForMimes(boolean encoder, String[] mimes) { in hasCodecForMimes() method in MediaUtils
499 return hasCodecForMimes(true /* encoder */, mimes); in hasEncoder()
503 return hasCodecForMimes(false /* encoder */, mimes); in hasDecoder()
507 return check(hasCodecForMimes(false /* encoder */, mimes), "no decoder found"); in checkDecoder()
511 return check(hasCodecForMimes(true /* encoder */, mimes), "no encoder found"); in checkEncoder()