Searched refs:MPEG4 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/video/src/android/video/cts/ |
D | VideoEncoderDecoderTest.java | 76 private static final String MPEG4 = MediaFormat.MIMETYPE_VIDEO_MPEG4; field in VideoEncoderDecoderTest 465 public void testMpeg4Count0176x0144() throws Exception { count(MPEG4, 176, 144, 2, 4); } in testMpeg4Count0176x0144() 466 public void testMpeg4Goog0Qual0176x0144() throws Exception { qual(MPEG4, 176, 144, GOOG, 0); } in testMpeg4Goog0Qual0176x0144() 467 public void testMpeg4Goog0Perf0176x0144() throws Exception { perf(MPEG4, 176, 144, GOOG, 0); } in testMpeg4Goog0Perf0176x0144() 468 public void testMpeg4Goog1Qual0176x0144() throws Exception { qual(MPEG4, 176, 144, GOOG, 1); } in testMpeg4Goog1Qual0176x0144() 469 public void testMpeg4Goog1Perf0176x0144() throws Exception { perf(MPEG4, 176, 144, GOOG, 1); } in testMpeg4Goog1Perf0176x0144() 471 public void testMpeg4Other0Qual0176x0144() throws Exception { qual(MPEG4, 176, 144, OTHER, 0); } in testMpeg4Other0Qual0176x0144() 472 public void testMpeg4Other0Perf0176x0144() throws Exception { perf(MPEG4, 176, 144, OTHER, 0); } in testMpeg4Other0Perf0176x0144() 473 public void testMpeg4Other1Qual0176x0144() throws Exception { qual(MPEG4, 176, 144, OTHER, 1); } in testMpeg4Other1Qual0176x0144() 474 public void testMpeg4Other1Perf0176x0144() throws Exception { perf(MPEG4, 176, 144, OTHER, 1); } in testMpeg4Other1Perf0176x0144() [all …]
|
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoDecoderPerfTest.java | 62 private static final String MPEG4 = MediaFormat.MIMETYPE_VIDEO_MPEG4; field in VideoDecoderPerfTest
|