D | MediaUtils.java | 635 public static boolean canDecodeVideo(String mime, int width, int height, float rate) { in canDecodeVideo() method in MediaUtils 636 return canDecodeVideo(mime, width, height, rate, (float)0.0); in canDecodeVideo() 640 …public static boolean canDecodeVideo(String mime, int width, int height, float rate, float decodeR… in canDecodeVideo() method in MediaUtils 646 public static boolean canDecodeVideo( in canDecodeVideo() method in MediaUtils 649 return canDecodeVideo(mime, width, height, rate, profile, level, bitrate, (float)0.0); in canDecodeVideo() 652 public static boolean canDecodeVideo( in canDecodeVideo() method in MediaUtils
|