/frameworks/av/libvideoeditor/vss/common/inc/ |
M4SYS_Stream.h | 36 H263). Stream types can be sorted in 2 ways:
|
M4_VideoEditingCommon.h | 77 M4VIDEOEDITING_kH263 = 1, /**< H263 video */
|
/frameworks/av/libvideoeditor/vss/inc/ |
M4VSS3GPP_Extended_API.h | 277 /**< Output video format (MPEG4 / H263) */
|
/frameworks/opt/mms/src/java/com/google/android/mms/ |
ContentType.java | 68 public static final String VIDEO_H263 = "video/h263";
|
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/ |
ExynosVideoApi.h | 208 ExynosVideoEncH263Param h263; member in union:_ExynosVideoEncCodecParam
|
/external/webkit/LayoutTests/http/conf/ |
mime.types | 575 video/h263 576 video/h263-1998 577 video/h263-2000
|
/hardware/ti/omap4xxx/domx/omx_core/src/ |
OMX_Core.c | 86 "video_decoder.h263", 92 "video_decoder.h263", NULL}, 97 "video_encoder.h263",NULL},
|
/frameworks/av/libvideoeditor/vss/src/ |
M4VSS3GPP_Clip.c | 442 Found a H263 or MPEG-4 or H264 video stream in input 3gpp clip; %d", 481 else /**< Not H263 or MPEG-4 (H264, etc.) */ 579 supported, and the following wouldn't work for H263 so a release where external decoders are 580 possible, but not used, wouldn't work with H263 stuff. */ 606 "M4VSS3GPP_intClipOpen: Mp4/H263/H264 stream; set current vid dec"); 633 * Our decoder is not compatible with H263 profile other than 0. [all...] |
M4VSS3GPP_ClipAnalysis.c | 453 /* H263 time scale is always 30000 */ 717 /* Check video format is MPEG-4, H263 or H264 */ [all...] |
M4PTO3GPP_API.c | 263 * size parameter is incompatible with H263 encoding 390 /**< Size check for H263 (only valid sizes are CIF, QCIF and SQCIF) */ [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/ |
Exynos_OMX_Mpeg4enc.c | 178 ExynosVideoEncH263Param *pH263Param = &pEncParam->codecParam.h263; 197 /* H263 specific parameters */ 327 pH263Param = &pEncParam->codecParam.h263; 371 /* H263 specific parameters */ 472 pH263Param = &pEncParam->codecParam.h263; [all...] |
/frameworks/av/cmds/stagefright/ |
stagefright.cpp | 412 H263, 436 mStreamType = H263; [all...] |
/frameworks/av/libvideoeditor/vss/mcs/inc/ |
M4MCS_API.h | 492 * incompatible with H263 encoding 494 * incompatible with H263 encoding
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/ |
SoftMPEG4Encoder.cpp | 99 if (!strcmp(name, "OMX.google.h263.encoder")) { 501 ? "video_encoder.h263": "video_encoder.mpeg4",
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/ |
mp4enc_api.h | 175 /** @brief specifies quantization mode (H263 mode or MPEG mode) of the encoded base and enhance layer (if any). 176 * In Simple and Simple Scalable profile, we use only H263 mode.*/
|
/frameworks/base/media/java/android/media/videoeditor/ |
MediaArtistNativeHelper.java | 454 /** Unsupported H263 profile for Video Editing. */ 481 /** Clips don't have the same video format (H263 or MPEG4). */ 550 /** H263 profiles other than 0 are not supported. */ 770 /** H263 video format. */ 771 public static final int H263 = 1; 976 * <li>3GP file containing MPEG4/H263/H264 video and AAC/AMR audio [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/ |
OMX_Core.c | 57 //{"OMX.TI.Video.Decoder", "video_decoder.h263"}, 63 {"OMX.TI.Video.encoder", "video_encoder.h263"},
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
rate_control.cpp | 82 // For h263 or short header mode, the bit variation is within (-2*Rmax*1001/3000, 2*Rmax*1001/3000) 451 // For h263 or short header mode, the bit variation is within (-2*Rmax*1001/3000, 2*Rmax*1001/3000) [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/ |
OMX_VideoDec_Utils.h | 145 #define ENV_CHANGE_SET_H263 "H263" 154 #define VIDDEC_COMPONENTROLES_H263 "video_decoder.h263" 218 #define VIDDEC_MIMETYPEH263 "H263" [all...] |
/external/kernel-headers/original/linux/ |
msm_vidc_enc.h | 78 #define VEN_PROFILE_H263_BASELINE 6/* 6 - H263 Baseline profile */
|
/external/webkit/Source/WebCore/platform/network/mac/ |
WebCoreURLResponse.mm | 87 CFSTR("h263"),
|
/external/webrtc/src/ |
common_types.h | 540 VideoCodecH263 H263;
|
/frameworks/av/include/media/ |
MediaProfiles.h | 159 * 1 for h263
|
/frameworks/av/libvideoeditor/vss/mcs/src/ |
M4MCS_API.c | [all...] |
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
VideoEditor3gpReader.cpp | 628 * @return M4ERR_VIDEO_NOT_H263 No video stream H263 in file. 696 /* MAGICAL in the decoder confi H263: the 7th byte is the profile [all...] |