Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DVideoDecoderPerfTest.java51 private static final String VIDEO_AVC = MediaFormat.MIMETYPE_VIDEO_AVC; field in VideoDecoderPerfTest
305 decode(VIDEO_AVC, in testH2640320x0240Other()
311 decode(VIDEO_AVC, in testH2640320x0240Goog()
317 decode(VIDEO_AVC, in testH2640720x0480Other()
323 decode(VIDEO_AVC, in testH2640720x0480Goog()
329 decode(VIDEO_AVC, in testH2641280x0720Other()
335 decode(VIDEO_AVC, in testH2641280x0720Goog()
341 decode(VIDEO_AVC, in testH2641920x1080Other()
347 decode(VIDEO_AVC, in testH2641920x1080Goog()
/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
DVideoEncoderDecoderTest.java70 private static final String VIDEO_AVC = MediaFormat.MIMETYPE_VIDEO_AVC; field in VideoEncoderDecoderTest
198 doTestDefault(VIDEO_AVC, 176, 144); in testAvc0176x0144()
202 doTestDefault(VIDEO_AVC, 352, 288); in testAvc0352x0288()
206 doTestDefault(VIDEO_AVC, 720, 480); in testAvc0720x0480()
210 doTestDefault(VIDEO_AVC, 1280, 720); in testAvc1280x0720()
219 doTestDefault(VIDEO_AVC, 1920, 1072); in testAvc1920x1072()
224 doTestOther(VIDEO_AVC, 320, 240); in testAvc0320x0240Other()
228 doTestGoog(VIDEO_AVC, 320, 240); in testAvc0320x0240Goog()
232 doTestOther(VIDEO_AVC, 720, 480); in testAvc0720x0480Other()
236 doTestGoog(VIDEO_AVC, 720, 480); in testAvc0720x0480Goog()
[all …]
DCodecInfo.java46 private static final String VIDEO_AVC = MediaFormat.MIMETYPE_VIDEO_AVC; field in CodecInfo