HomeSort by relevance Sort by last modified time
    Searched full:h264 (Results 51 - 75 of 117) sorted by null

1 23 4 5

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
MediaPropertiesTest.java 317 *To test Media Properties for file H264 VGA
347 *To test Media Properties for file H264 NTSC
378 *To test media properties for H264 800x480 (WVGA) + AAC file.
409 *To test Media Properties for file H264 HD1280
440 *To test media properties for H264 1080x720 + AAC file
546 *To test Media Properties for file H264 HD1080
    [all...]
  /external/kernel-headers/original/linux/
msm_vidc_enc.h 75 #define VEN_PROFILE_H264_BASELINE 3/* 3 - H264 Baseline profile */
76 #define VEN_PROFILE_H264_MAIN 4/* 4 - H264 Main profile */
77 #define VEN_PROFILE_H264_HIGH 5/* 5 - H264 High profile */
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 60 * Add tests on H264 video encoder
391 // Test case 2: Capture the memory usage after every 20 h264 playback
403 assertTrue("H264 playback memory test", memoryResult);
  /device/samsung/tuna/
media_codecs.xml 98 <MediaCodec name="OMX.google.h264.decoder" type="video/avc" />
  /external/chromium/third_party/libjingle/source/
README 75 video.rtpdump is 320x240 video encoded with H264 AVC at 30 frames per second.
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
CroppedTrack.java 32 * <li>In H264 this is every sample that is marked in the SyncSampleBox</li>
H264TrackImpl.java 4 import com.coremedia.iso.boxes.h264.AvcConfigurationBox;
8 import com.googlecode.mp4parser.h264.model.PictureParameterSet;
9 import com.googlecode.mp4parser.h264.model.SeqParameterSet;
10 import com.googlecode.mp4parser.h264.read.CAVLCReader;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
SeqParameterSet.java 21 package com.googlecode.mp4parser.h264.model;
23 import com.googlecode.mp4parser.h264.read.CAVLCReader;
24 import com.googlecode.mp4parser.h264.write.CAVLCWriter;
31 * Sequence Parameter Set structure of h264 bitstream
  /frameworks/av/libvideoeditor/vss/common/inc/
M4DA_Types.h 54 M4DA_StreamTypeVideoMpeg4Avc = 9, /**< MPEG-4 AVC video (h264) */
M4_VideoEditingCommon.h 78 M4VIDEOEDITING_kH264 = 2, /**< H264 video */
  /frameworks/av/media/libstagefright/codecs/common/include/
voIndex.h 94 _MAKE_CODEC_ID (0x010000, H264)
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
videodev2_exynos_media.h 38 #define V4L2_PIX_FMT_H264_MVC v4l2_fourcc('M', '2', '6', '4') /* H264 MVC */
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java 773 /** H264 video */
774 public static final int H264 = 2;
976 * <li>3GP file containing MPEG4/H263/H264 video and AAC/AMR audio
    [all...]
MediaProperties.java 151 * The H264 profile, the values are same as the one in OMX_Video.h
164 * The H264 level, the values are same as the one in OMX_Video.h
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
EvaluationTestBench.c 34 , where inputFileName shall be name of file containing h264 stream
60 printf( "Usage: %s file.h264\n", argv[0]);
  /device/samsung/manta/
media_codecs.xml 107 <MediaCodec name="OMX.google.h264.decoder" type="video/avc" />
  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_Error.h 103 #define M4DEPAK_H264 0x3C /**<Core de-packetizer H264*/
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_MediaAndCodecSubscription.c 405 "M4MCS_subscribeMediaAndCodec: can't register video H264 encoder");
  /frameworks/av/media/libstagefright/rtsp/
ARTPSource.cpp 58 if (!strncmp(desc.c_str(), "H264/", 5)) {
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
ExynosVideoApi.h 206 ExynosVideoEncH264Param h264; member in union:_ExynosVideoEncCodecParam
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 127 case H264:
300 if ((mFlags & kFlag_AlignedData) && mMode == H264) {
326 case H264:
  /frameworks/av/libvideoeditor/vss/3gpwriter/src/
M4MP4W_Writer.c     [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoEncoder.cpp 367 // For H264, format the DSI
    [all...]
  /external/chromium/third_party/libjingle/source/talk/examples/call/
call_main.cc 203 cricket::VideoCodec(97, "H264", 320, 240, 30, 0));
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp     [all...]

Completed in 794 milliseconds

1 23 4 5