Home
last modified time | relevance | path

Searched refs:hasDecoder (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DMediaCodecCapabilitiesTest.java79 hasDecoder(MIMETYPE_VIDEO_AVC, AVCProfileMain, AVCLevel4)); in testH264EncoderProfileAndLevel()
92 hasDecoder(MIMETYPE_VIDEO_AVC, AVCProfileBaseline, AVCLevel3)); in testH264DecoderProfileAndLevel()
120 hasDecoder(MIMETYPE_VIDEO_H263, MPEG4ProfileSimple, H263Level30)); in testH263DecoderProfileAndLevel()
131 hasDecoder(MIMETYPE_VIDEO_MPEG4, MPEG4ProfileSimple, MPEG4Level3)); in testMpeg4DecoderProfileAndLevel()
146 hasDecoder(MIMETYPE_VIDEO_HEVC, HEVCProfileMain, HEVCMainTierLevel3)); in testH265DecoderProfileAndLevel()
151 hasDecoder(MIMETYPE_VIDEO_HEVC, HEVCProfileMain, HEVCMainTierLevel41)); in testH265DecoderProfileAndLevel()
157 hasDecoder(MIMETYPE_VIDEO_HEVC, HEVCProfileMain10, HEVCMainTierLevel5)); in testH265DecoderProfileAndLevel()
312 if (!hasDecoder(mime, profile, level)) { in checkDecoder()
320 private boolean hasDecoder(String mime, int profile, int level) { in hasDecoder() method in MediaCodecCapabilitiesTest
DMediaSyncTest.java647 if (!MediaUtils.hasDecoder(mimeType)) { in setup()
/cts/libs/deviceutil/src/android/cts/util/
DMediaUtils.java502 public static boolean hasDecoder(String... mimes) { in hasDecoder() method in MediaUtils