HomeSort by relevance Sort by last modified time
    Searched refs:MPEG2 (Results 1 - 8 of 8) 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/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...]
  /packages/apps/TV/proto/
channel.proto 61 MPEG2 = 0x02;
  /frameworks/av/media/libstagefright/codecs/common/include/
voIndex.h 102 _MAKE_CODEC_ID (0x090000, MPEG2)
  /external/tinycompress/
cplay.c 111 mp3_version = ver_idx == 0 ? MPEG25 : ((ver_idx & 0x1) ? MPEG1 : MPEG2);
  /packages/apps/TV/src/com/android/tv/tuner/data/
TunerChannel.java 63 // According to ISO13818-1, Mpeg2 StreamType has a range from 0x00 to 0xff.
102 case Channel.MPEG2:
  /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...]

Completed in 928 milliseconds