Searched refs:MPEG4 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/video/src/android/video/cts/ |
D | VideoEncoderDecoderTest.java | 74 private static final String MPEG4 = MediaFormat.MIMETYPE_VIDEO_MPEG4; field in VideoEncoderDecoderTest 388 public void testMpeg4Count0176x0144() throws Exception { count(MPEG4, 176, 144, 1, 4); } in testMpeg4Count0176x0144() 389 public void testMpeg4Goog0Qual0176x0144() throws Exception { qual(MPEG4, 176, 144, GOOG, 0); } in testMpeg4Goog0Qual0176x0144() 390 public void testMpeg4Goog0Perf0176x0144() throws Exception { perf(MPEG4, 176, 144, GOOG, 0); } in testMpeg4Goog0Perf0176x0144() 391 public void testMpeg4Other0Qual0176x0144() throws Exception { qual(MPEG4, 176, 144, OTHER, 0); } in testMpeg4Other0Qual0176x0144() 392 public void testMpeg4Other0Perf0176x0144() throws Exception { perf(MPEG4, 176, 144, OTHER, 0); } in testMpeg4Other0Perf0176x0144() 393 public void testMpeg4Other1Qual0176x0144() throws Exception { qual(MPEG4, 176, 144, OTHER, 1); } in testMpeg4Other1Qual0176x0144() 394 public void testMpeg4Other1Perf0176x0144() throws Exception { perf(MPEG4, 176, 144, OTHER, 1); } in testMpeg4Other1Perf0176x0144() 395 public void testMpeg4Other2Qual0176x0144() throws Exception { qual(MPEG4, 176, 144, OTHER, 2); } in testMpeg4Other2Qual0176x0144() 396 public void testMpeg4Other2Perf0176x0144() throws Exception { perf(MPEG4, 176, 144, OTHER, 2); } in testMpeg4Other2Perf0176x0144() [all …]
|
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoDecoderPerfTest.java | 55 private static final String MPEG4 = MediaFormat.MIMETYPE_VIDEO_MPEG4; field in VideoDecoderPerfTest
|