Home
last modified time | relevance | path

Searched refs:MPEG2 (Results 1 – 2 of 2) sorted by relevance

/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java75 private static final String MPEG2 = MediaFormat.MIMETYPE_VIDEO_MPEG2; field in VideoEncoderDecoderTest
393 public void testMpeg2Count0176x0144() throws Exception { count(MPEG2, 176, 144, 2, 4); } in testMpeg2Count0176x0144()
394 public void testMpeg2Goog0Qual0176x0144() throws Exception { qual(MPEG2, 176, 144, GOOG, 0); } in testMpeg2Goog0Qual0176x0144()
395 public void testMpeg2Goog0Perf0176x0144() throws Exception { perf(MPEG2, 176, 144, GOOG, 0); } in testMpeg2Goog0Perf0176x0144()
396 public void testMpeg2Goog1Qual0176x0144() throws Exception { qual(MPEG2, 176, 144, GOOG, 1); } in testMpeg2Goog1Qual0176x0144()
397 public void testMpeg2Goog1Perf0176x0144() throws Exception { perf(MPEG2, 176, 144, GOOG, 1); } in testMpeg2Goog1Perf0176x0144()
399 public void testMpeg2Other0Qual0176x0144() throws Exception { qual(MPEG2, 176, 144, OTHER, 0); } in testMpeg2Other0Qual0176x0144()
400 public void testMpeg2Other0Perf0176x0144() throws Exception { perf(MPEG2, 176, 144, OTHER, 0); } in testMpeg2Other0Perf0176x0144()
401 public void testMpeg2Other1Qual0176x0144() throws Exception { qual(MPEG2, 176, 144, OTHER, 1); } in testMpeg2Other1Qual0176x0144()
402 public void testMpeg2Other1Perf0176x0144() throws Exception { perf(MPEG2, 176, 144, OTHER, 1); } in testMpeg2Other1Perf0176x0144()
[all …]
/cts/tests/tests/media/src/android/media/cts/
DVideoDecoderPerfTest.java61 private static final String MPEG2 = MediaFormat.MIMETYPE_VIDEO_MPEG2; field in VideoDecoderPerfTest