Searched refs:MPEG2 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/video/src/android/video/cts/ |
D | VideoEncoderDecoderTest.java | 75 private static final String MPEG2 = MediaFormat.MIMETYPE_VIDEO_MPEG2; field in VideoEncoderDecoderTest 366 public void testMpeg2Count0176x0144() throws Exception { count(MPEG2, 176, 144, 2, 4); } in testMpeg2Count0176x0144() 367 public void testMpeg2Goog0Qual0176x0144() throws Exception { qual(MPEG2, 176, 144, GOOG, 0); } in testMpeg2Goog0Qual0176x0144() 368 public void testMpeg2Goog0Perf0176x0144() throws Exception { perf(MPEG2, 176, 144, GOOG, 0); } in testMpeg2Goog0Perf0176x0144() 369 public void testMpeg2Goog1Qual0176x0144() throws Exception { qual(MPEG2, 176, 144, GOOG, 1); } in testMpeg2Goog1Qual0176x0144() 370 public void testMpeg2Goog1Perf0176x0144() throws Exception { perf(MPEG2, 176, 144, GOOG, 1); } in testMpeg2Goog1Perf0176x0144() 372 public void testMpeg2Other0Qual0176x0144() throws Exception { qual(MPEG2, 176, 144, OTHER, 0); } in testMpeg2Other0Qual0176x0144() 373 public void testMpeg2Other0Perf0176x0144() throws Exception { perf(MPEG2, 176, 144, OTHER, 0); } in testMpeg2Other0Perf0176x0144() 374 public void testMpeg2Other1Qual0176x0144() throws Exception { qual(MPEG2, 176, 144, OTHER, 1); } in testMpeg2Other1Qual0176x0144() 375 public void testMpeg2Other1Perf0176x0144() throws Exception { perf(MPEG2, 176, 144, OTHER, 1); } in testMpeg2Other1Perf0176x0144() [all …]
|
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoDecoderPerfTest.java | 60 private static final String MPEG2 = MediaFormat.MIMETYPE_VIDEO_MPEG2; field in VideoDecoderPerfTest
|