D | MediaUtils.java | 711 public static boolean canDecodeVideo(String mime, int width, int height, float rate) { in canDecodeVideo() method in MediaUtils 712 return canDecodeVideo(mime, width, height, rate, (float)0.0); in canDecodeVideo() 716 …public static boolean canDecodeVideo(String mime, int width, int height, float rate, float decodeR… in canDecodeVideo() method in MediaUtils 722 public static boolean canDecodeVideo( in canDecodeVideo() method in MediaUtils 725 return canDecodeVideo(mime, width, height, rate, profile, level, bitrate, (float)0.0); in canDecodeVideo() 728 public static boolean canDecodeVideo( in canDecodeVideo() method in MediaUtils
|