Home | History | Annotate | Download | only in media

Lines Matching defs:isFormatSupported

622         public final boolean isFormatSupported(MediaFormat format) {
666 // remove profile from this format otherwise levelCaps.isFormatSupported will
671 if (levelCaps != null && !levelCaps.isFormatSupported(formatWithoutProfile)) {