HomeSort by relevance Sort by last modified time
    Searched refs:MPEG2 (Results 1 - 11 of 11) 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;
363 // MPEG2 tests
364 public void testMpeg2Count0176x0144() throws Exception { count(MPEG2, 176, 144, 2, 4); }
365 public void testMpeg2Goog0Qual0176x0144() throws Exception { qual(MPEG2, 176, 144, GOOG, 0); }
366 public void testMpeg2Goog0Perf0176x0144() throws Exception { perf(MPEG2, 176, 144, GOOG, 0); }
367 public void testMpeg2Goog1Qual0176x0144() throws Exception { qual(MPEG2, 176, 144, GOOG, 1); }
368 public void testMpeg2Goog1Perf0176x0144() throws Exception { perf(MPEG2, 176, 144, GOOG, 1); }
370 public void testMpeg2Other0Qual0176x0144() throws Exception { qual(MPEG2, 176, 144, OTHER, 0); }
371 public void testMpeg2Other0Perf0176x0144() throws Exception { perf(MPEG2, 176, 144, OTHER, 0); }
372 public void testMpeg2Other1Qual0176x0144() throws Exception { qual(MPEG2, 176, 144, OTHER, 1);
    [all...]
  /packages/apps/TV/tuner/proto/
channel.proto 73 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);
  /compatibility/cdd/5_multimedia/
5_7_network-protocols.md 41 See <a href="#5_1_3_video_codecs">section 5.1.3</a> for details on H264 AVC, MPEG2-4 SP,<br/>
5_1_media-codecs.md 276 <td>MPEG2-TS</td>
  /packages/apps/TV/tuner/src/com/android/tv/tuner/data/
TunerChannel.java 65 // According to ISO13818-1, Mpeg2 StreamType has a range from 0x00 to 0xff.
109 case Channel.VideoStreamType.MPEG2:
  /packages/apps/TV/tuner/tests/unittests/javatests/com/android/tv/tuner/
ZappingTimeTest.java 99 pmtItems.add(new PsiData.PmtItem(Channel.VideoStreamType.MPEG2, VIDEO_PID, null, null));
  /cts/tests/tests/media/src/android/media/cts/
VideoDecoderPerfTest.java 57 private static final String MPEG2 = MediaFormat.MIMETYPE_VIDEO_MPEG2;
489 // MPEG2 tests
491 // No media for MPEG2 176x144
493 // No media for MPEG2 352x288
495 // No media for MPEG2 640x480
497 // No media for MPEG2 1280x720
499 // No media for MPEG2 1920x1080
    [all...]

Completed in 4071 milliseconds