D | MediaUtils.java | 686 public static boolean canDecodeVideo(String mime, int width, int height, float rate) { in canDecodeVideo() method in MediaUtils 687 return canDecodeVideo(mime, width, height, rate, (float)0.0); in canDecodeVideo() 691 …public static boolean canDecodeVideo(String mime, int width, int height, float rate, float decodeR… in canDecodeVideo() method in MediaUtils 697 public static boolean canDecodeVideo( in canDecodeVideo() method in MediaUtils 700 return canDecodeVideo(mime, width, height, rate, profile, level, bitrate, (float)0.0); in canDecodeVideo() 703 public static boolean canDecodeVideo( in canDecodeVideo() method in MediaUtils
|