Searched refs:checkDecoderForFormat (Results 1 – 4 of 4) sorted by relevance
108 supported &= MediaUtils.checkDecoderForFormat(format); in testGetResolutions()
154 if (!MediaUtils.checkDecoderForFormat(format)) { in doTestVideoPlayback()
836 if (!MediaUtils.checkDecoderForFormat(mediaFormat)) { in testAsyncReset()1294 if (!MediaUtils.checkDecoderForFormat(mediaFormat)) { in testDecodeAfterFlush()
741 public static boolean checkDecoderForFormat(MediaFormat format) { in checkDecoderForFormat() method in MediaUtils