Home
last modified time | relevance | path

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

/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java76 private static final String MPEG4 = MediaFormat.MIMETYPE_VIDEO_MPEG4; field in VideoEncoderDecoderTest
438 public void testMpeg4Count0176x0144() throws Exception { count(MPEG4, 176, 144, 2, 4); } in testMpeg4Count0176x0144()
439 public void testMpeg4Goog0Qual0176x0144() throws Exception { qual(MPEG4, 176, 144, GOOG, 0); } in testMpeg4Goog0Qual0176x0144()
440 public void testMpeg4Goog0Perf0176x0144() throws Exception { perf(MPEG4, 176, 144, GOOG, 0); } in testMpeg4Goog0Perf0176x0144()
441 public void testMpeg4Goog1Qual0176x0144() throws Exception { qual(MPEG4, 176, 144, GOOG, 1); } in testMpeg4Goog1Qual0176x0144()
442 public void testMpeg4Goog1Perf0176x0144() throws Exception { perf(MPEG4, 176, 144, GOOG, 1); } in testMpeg4Goog1Perf0176x0144()
444 public void testMpeg4Other0Qual0176x0144() throws Exception { qual(MPEG4, 176, 144, OTHER, 0); } in testMpeg4Other0Qual0176x0144()
445 public void testMpeg4Other0Perf0176x0144() throws Exception { perf(MPEG4, 176, 144, OTHER, 0); } in testMpeg4Other0Perf0176x0144()
446 public void testMpeg4Other1Qual0176x0144() throws Exception { qual(MPEG4, 176, 144, OTHER, 1); } in testMpeg4Other1Qual0176x0144()
447 public void testMpeg4Other1Perf0176x0144() throws Exception { perf(MPEG4, 176, 144, OTHER, 1); } in testMpeg4Other1Perf0176x0144()
[all …]
/cts/tests/tests/media/src/android/media/cts/
DVideoDecoderPerfTest.java61 private static final String MPEG4 = MediaFormat.MIMETYPE_VIDEO_MPEG4; field in VideoDecoderPerfTest