Home
last modified time | relevance | path

Searched refs:canDecodeVideo (Results 1 – 5 of 5) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java686 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
/cts/tests/tests/media/src/android/media/cts/
DMediaCodecCapabilitiesTest.java174 if (isTv() && MediaUtils.canDecodeVideo(MIMETYPE_VIDEO_HEVC, 3840, 2160, 30)) { in testH265DecoderProfileAndLevel()
184 assertTrue(MediaUtils.canDecodeVideo(MIMETYPE_VIDEO_VP9, 1920, 1080, 60 /* fps */, in testVp9DecoderCapabilitiesOnTv()
186 if (MediaUtils.canDecodeVideo(MIMETYPE_VIDEO_VP9, 3840, 2160, 60 /* fps */)) { in testVp9DecoderCapabilitiesOnTv()
188 assertTrue(MediaUtils.canDecodeVideo(MIMETYPE_VIDEO_VP9, 3840, 2160, 60 /* fps */, in testVp9DecoderCapabilitiesOnTv()
DThumbnailUtilsTest.java186 if (!MediaUtils.canDecodeVideo("AV1", 1920, 1080, 30)) { in testCreateImageThumbnailAvif()
DDecodeAccuracyTest.java223 if (!MediaUtils.canDecodeVideo(vf.getMimeType(), vf.getWidth(), vf.getHeight(), 30)) { in runTest()
DMediaMetadataRetrieverTest.java1076 if (!MediaUtils.canDecodeVideo("AV1", 1920, 1080, 30)) { in testGetImageAtIndexAvif()
1086 if (!MediaUtils.canDecodeVideo("AV1", 512, 512, 30)) { in testGetImageAtIndexAvifGrid()