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.java73 private static final String MPEG2 = MediaFormat.MIMETYPE_VIDEO_MPEG2; field in VideoEncoderDecoderTest
331 public void testMpeg2Count0176x0144() throws Exception { count(MPEG2, 176, 144, 1, 4); } in testMpeg2Count0176x0144()
332 public void testMpeg2Goog0Qual0176x0144() throws Exception { qual(MPEG2, 176, 144, GOOG, 0); } in testMpeg2Goog0Qual0176x0144()
333 public void testMpeg2Goog0Perf0176x0144() throws Exception { perf(MPEG2, 176, 144, GOOG, 0); } in testMpeg2Goog0Perf0176x0144()
334 public void testMpeg2Other0Qual0176x0144() throws Exception { qual(MPEG2, 176, 144, OTHER, 0); } in testMpeg2Other0Qual0176x0144()
335 public void testMpeg2Other0Perf0176x0144() throws Exception { perf(MPEG2, 176, 144, OTHER, 0); } in testMpeg2Other0Perf0176x0144()
336 public void testMpeg2Other1Qual0176x0144() throws Exception { qual(MPEG2, 176, 144, OTHER, 1); } in testMpeg2Other1Qual0176x0144()
337 public void testMpeg2Other1Perf0176x0144() throws Exception { perf(MPEG2, 176, 144, OTHER, 1); } in testMpeg2Other1Perf0176x0144()
338 public void testMpeg2Other2Qual0176x0144() throws Exception { qual(MPEG2, 176, 144, OTHER, 2); } in testMpeg2Other2Qual0176x0144()
339 public void testMpeg2Other2Perf0176x0144() throws Exception { perf(MPEG2, 176, 144, OTHER, 2); } in testMpeg2Other2Perf0176x0144()
[all …]
/cts/tests/tests/media/src/android/media/cts/
DVideoDecoderPerfTest.java55 private static final String MPEG2 = MediaFormat.MIMETYPE_VIDEO_MPEG2; field in VideoDecoderPerfTest