/frameworks/media/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/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
|
/hardware/qcom/media/mm-video/vidc/venc/test/ |
venc_test.cpp | 142 /* H264 profile and level table*/ 464 D("Configuring MP4/H264..."); [all...] |
/frameworks/base/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]);
|
/frameworks/base/media/libstagefright/rtsp/ |
ARTPSource.cpp | 57 if (!strncmp(desc.c_str(), "H264/", 5)) {
|
APacketSource.cpp | 422 if (!strncmp(desc.c_str(), "H264/", 5)) {
|
/frameworks/media/libvideoeditor/osal/inc/ |
M4OSA_Error.h | 103 #define M4DEPAK_H264 0x3C /**<Core de-packetizer H264*/
|
/frameworks/media/libvideoeditor/vss/mcs/src/ |
M4MCS_MediaAndCodecSubscription.c | 405 "M4MCS_subscribeMediaAndCodec: can't register video H264 encoder");
|
/frameworks/media/libvideoeditor/vss/3gpwriter/src/ |
M4MP4W_Writer.c | [all...] |
/frameworks/media/libvideoeditor/vss/stagefrightshells/src/ |
VideoEditorVideoEncoder.cpp | 553 // For H264, format the DSI [all...] |
/device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/ |
mfc_interface.h | 173 /* H264 Only */
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
call_main.cc | 203 cricket::VideoCodec(97, "H264", 320, 240, 30, 0));
|
/hardware/qcom/media/mm-video/vidc/vdec/inc/ |
h264_utils.h | 37 This module contains H264 video decoder utilities and helper routines.
|
/frameworks/base/media/libstagefright/mpeg2ts/ |
ESQueue.cpp | 124 case H264: 293 case H264:
|
MPEG2PSExtractor.cpp | 544 mode = ElementaryStreamQueue::H264;
|
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
MediaPlayerPrivateGStreamer.cpp | [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/ |
OMX_VideoDec_Utils.h | 138 #define ENV_CHANGE_DEF_VALUE "H264" 143 #define ENV_CHANGE_SET_H264 "H264" 219 #define VIDDEC_MIMETYPEH264 "H264" [all...] |
/external/webkit/Source/WebCore/platform/graphics/qt/ |
MediaPlayerPrivatePhonon.cpp | 175 if (supportedTypes.contains(String("video/x-h264"))
|
/external/webkit/Source/WebCore/platform/network/mac/ |
WebCoreURLResponse.mm | 88 CFSTR("h264"),
|
/external/webrtc/src/ |
common_types.h | 567 VideoCodecH264 H264;
|
/frameworks/base/include/media/ |
MediaProfiles.h | 160 * 2 for h264
|
/hardware/qcom/media/mm-video/vidc/vdec/test/ |
omx_vdec_test.cpp | 710 printf(" <output_type> <test_case> <size_nal if H264>\n\n\n"); 715 printf(" 1--> H264\n"); 732 printf(" 1--> PER ACCESS UNIT CLIP (.dat). Clip only available for H264 and Mpeg4\n"); 919 printf(" Warning: For H264, it require one NAL per frame clip.\n"); [all...] |
/system/media/mca/filterpacks/videosink/java/ |
MediaEncoderFilter.java | 136 private int mVideoEncoder = MediaRecorder.VideoEncoder.H264;
|