HomeSort by relevance Sort by last modified time
    Searched refs:MPEG4 (Results 1 - 5 of 5) sorted by null

  /frameworks/wilhelm/tests/examples/
xaVideoDecoderCapabilities.cpp 116 }, MPEG4[] = {
151 {XA_VIDEOCODEC_MPEG4, MPEG4, sizeof(MPEG4) / sizeof(MPEG4[0])},
175 }, MPEG4[] = {
215 {XA_VIDEOCODEC_MPEG4, MPEG4, sizeof(MPEG4) / sizeof(MPEG4[0])},
  /cts/tests/video/src/android/video/cts/
VideoEncoderDecoderTest.java 74 private static final String MPEG4 = MediaFormat.MIMETYPE_VIDEO_MPEG4;
387 // MPEG4 tests
388 public void testMpeg4Count0176x0144() throws Exception { count(MPEG4, 176, 144, 1, 4); }
389 public void testMpeg4Goog0Qual0176x0144() throws Exception { qual(MPEG4, 176, 144, GOOG, 0); }
390 public void testMpeg4Goog0Perf0176x0144() throws Exception { perf(MPEG4, 176, 144, GOOG, 0); }
391 public void testMpeg4Other0Qual0176x0144() throws Exception { qual(MPEG4, 176, 144, OTHER, 0); }
392 public void testMpeg4Other0Perf0176x0144() throws Exception { perf(MPEG4, 176, 144, OTHER, 0); }
393 public void testMpeg4Other1Qual0176x0144() throws Exception { qual(MPEG4, 176, 144, OTHER, 1); }
394 public void testMpeg4Other1Perf0176x0144() throws Exception { perf(MPEG4, 176, 144, OTHER, 1); }
395 public void testMpeg4Other2Qual0176x0144() throws Exception { qual(MPEG4, 176, 144, OTHER, 2);
    [all...]
  /frameworks/av/media/libstagefright/codecs/common/include/
voIndex.h 95 _MAKE_CODEC_ID (0x020000, MPEG4)
  /frameworks/av/cmds/stagefright/
stagefright.cpp 419 MPEG4,
441 mStreamType = MPEG4;
442 CHECK(!"sync frame detection not implemented yet for MPEG4");
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
VideoDecoderPerfTest.java 56 private static final String MPEG4 = MediaFormat.MIMETYPE_VIDEO_MPEG4;
487 // MPEG4 tests
511 // No media for MPEG4 640x480
    [all...]

Completed in 1250 milliseconds