/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
mp4lib_int.h | 192 Int QuantType[4]; /* H263, MPEG2 */ 214 Bool H263_Enabled; /* H263 Short Header */ 228 Int maxFrameSize; /* maximum frame size(bits) for H263/Short header mode, k*16384 */
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/ |
OMX_VideoEnc_DSP.h | 314 /* MPEG4/H263 Encoder DSP s/n create phase arguments */ 359 /* MPEG4/H263 Encoder DSP s/n run-time input parameters */ 388 /* MPEG4/H263 Encoder DSP s/n run-time output parameters */
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4DECODER_Common.h | 50 /* Error: Stream H263 profiles (other than 0) are not supported */ 53 /* Error: Stream H263 not baseline not supported (Supported sizes are CIF, QCIF or SQCIF) */
|
M4DA_Types.h | 46 M4DA_StreamTypeVideoH263 = 1, /**< H263 video */
|
M4SYS_Stream.h | 36 H263). Stream types can be sorted in 2 ways:
|
M4_VideoEditingCommon.h | 77 M4VIDEOEDITING_kH263 = 1, /**< H263 video */
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/ |
MediaRecorderTest.java | 260 int codec = MediaRecorder.VideoEncoder.H263; 278 isTestInvalidVideoPathSuccessful = invalidRecordSetting(15, 176, 144, MediaRecorder.VideoEncoder.H263,
|
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
ti_video_config_parser.cpp | 97 aInputs->iMimeType == PVMF_MIME_H2632000)//h263 99 // Nothing to do for h263
|
/frameworks/av/libvideoeditor/vss/3gpwriter/src/ |
M4MP4W_Writer.c | [all...] |
/device/samsung/tuna/ |
media_codecs.xml | 98 <MediaCodec name="OMX.google.h263.decoder" type="video/3gpp" />
|
/device/ti/panda/ |
media_codecs.xml | 89 <MediaCodec name="OMX.google.h263.decoder" type="video/3gpp" />
|
/frameworks/av/media/libstagefright/codecs/common/include/ |
voIndex.h | 96 _MAKE_CODEC_ID (0x030000, H263)
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/ |
SoftMPEG4.cpp | 80 if (!strcmp(name, "OMX.google.h263.decoder")) { 258 "video_decoder.h263",
|
/frameworks/av/media/libstagefright/rtsp/ |
APacketSource.cpp | 458 } else if (!strncmp(desc.c_str(), "H263-2000/", 10) 459 || !strncmp(desc.c_str(), "H263-1998/", 10)) {
|
/frameworks/base/media/java/android/media/videoeditor/ |
MediaProperties.java | 186 * The H263 profile, the values are same as the one in OMX_Video.h 201 * The H263 level, the values are same as the one in OMX_Video.h
|
/frameworks/av/cmds/stagefright/ |
recordvideo.cpp | 45 fprintf(stderr, " -v video codec: [0] AVC [1] M4V [2] H263 (default: 0)\n");
|
/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
|
/cts/tests/tests/media/src/android/media/cts/ |
DecoderTest.java | 362 // codec = MediaCodec.createByCodecName("OMX.google.h263.decoder"); 531 // codec = MediaCodec.createByCodecName("OMX.google.h263.decoder"); 649 // codec = MediaCodec.createByCodecName("OMX.google.h263.decoder"); [all...] |
/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...] |
/hardware/qcom/media/mm-core/omxcore/src/common/ |
qc_omx_core.c | 840 else if ((0 == strcmp(aOmxInputParameters->cComponentRole, (OMX_STRING)"video_decoder.mpeg4")) || (0 == strcmp(aOmxInputParameters ->cComponentRole, (OMX_STRING)"video_decoder.h263"))) 842 aOmxOutputParameters->profile = 8; //minimum supported h263/mpeg4 profile 843 aOmxOutputParameters->level = 0; // minimum supported h263/mpeg4 level
|
/hardware/qcom/media/mm-core/src/common/ |
qc_omx_core.c | 823 else if ((0 == strcmp(aOmxInputParameters->cComponentRole, (OMX_STRING)"video_decoder.mpeg4")) || (0 == strcmp(aOmxInputParameters ->cComponentRole, (OMX_STRING)"video_decoder.h263"))) 825 aOmxOutputParameters->profile = 8; //minimum supported h263/mpeg4 profile 826 aOmxOutputParameters->level = 0; // minimum supported h263/mpeg4 level
|