HomeSort by relevance Sort by last modified time
    Searched defs:MPEG2 (Results 1 - 4 of 4) sorted by null

  /external/tinycompress/include/tinycompress/
tinymp3.h 95 MPEG2 = 1,
  /frameworks/wilhelm/tests/examples/
xaVideoDecoderCapabilities.cpp 99 static const id_to_string_t MPEG2[] = {
149 {XA_VIDEOCODEC_MPEG2, MPEG2, sizeof(MPEG2) / sizeof(MPEG2[0])},
161 static const id_to_string_t MPEG2[] = {
213 {XA_VIDEOCODEC_MPEG2, MPEG2, sizeof(MPEG2) / sizeof(MPEG2[0])},
  /cts/tests/tests/media/src/android/media/cts/
VideoDecoderPerfTest.java 55 private static final String MPEG2 = MediaFormat.MIMETYPE_VIDEO_MPEG2;
475 // MPEG2 tests
477 // No media for MPEG2 176x144
479 // No media for MPEG2 352x288
481 // No media for MPEG2 640x480
483 // No media for MPEG2 1280x720
485 // No media for MPEG2 1920x1080
    [all...]
  /cts/tests/video/src/android/video/cts/
VideoEncoderDecoderTest.java 73 private static final String MPEG2 = MediaFormat.MIMETYPE_VIDEO_MPEG2;
330 // MPEG2 tests
331 public void testMpeg2Count0176x0144() throws Exception { count(MPEG2, 176, 144, 1, 4); }
332 public void testMpeg2Goog0Qual0176x0144() throws Exception { qual(MPEG2, 176, 144, GOOG, 0); }
333 public void testMpeg2Goog0Perf0176x0144() throws Exception { perf(MPEG2, 176, 144, GOOG, 0); }
334 public void testMpeg2Other0Qual0176x0144() throws Exception { qual(MPEG2, 176, 144, OTHER, 0); }
335 public void testMpeg2Other0Perf0176x0144() throws Exception { perf(MPEG2, 176, 144, OTHER, 0); }
336 public void testMpeg2Other1Qual0176x0144() throws Exception { qual(MPEG2, 176, 144, OTHER, 1); }
337 public void testMpeg2Other1Perf0176x0144() throws Exception { perf(MPEG2, 176, 144, OTHER, 1); }
338 public void testMpeg2Other2Qual0176x0144() throws Exception { qual(MPEG2, 176, 144, OTHER, 2);
    [all...]

Completed in 585 milliseconds