Searched refs:isVideoFormat (Results 1 – 3 of 3) sorted by relevance
29 public static boolean isVideoFormat(MediaFormat format) { in isVideoFormat() method in DecoderUtil
37 if (!DecoderUtil.isVideoFormat(format)) { in VideoTrackDecoder()
239 if (DecoderUtil.isVideoFormat(format) && mVideoTrackIndex == -1) { in onStart()