Searched defs:isFormatSupported (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java622 public final boolean isFormatSupported(MediaFormat format) { method in class:MediaCodecInfo.CodecCapabilities
666 // remove profile from this format otherwise levelCaps.isFormatSupported will
671 if (levelCaps != null && !levelCaps.isFormatSupported(formatWithoutProfile)) {

Completed in 84 milliseconds