Searched refs:h263type (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp250 OMX_VIDEO_PARAM_H263TYPE *h263type = local
253 if (!isValidOMXParam(h263type)) {
257 if (h263type->nPortIndex != 1) {
261 h263type->nAllowedPictureTypes =
263 h263type->eProfile = OMX_VIDEO_H263ProfileBaseline;
264 h263type->eLevel = OMX_VIDEO_H263Level45;
265 h263type->bPLUSPTYPEAllowed = OMX_FALSE;
266 h263type->bForceRoundingTypeToZero = OMX_FALSE;
267 h263type->nPictureHeaderRepetition = 0;
268 h263type
331 OMX_VIDEO_PARAM_H263TYPE *h263type = local
[all...]
/frameworks/av/media/libstagefright/
H A DACodec.cpp3918 OMX_VIDEO_PARAM_H263TYPE h263type; local
3919 InitOMXParams(&h263type);
3920 h263type.nPortIndex = kPortIndexOutput;
3923 mNode, OMX_IndexParamVideoH263, &h263type, sizeof(h263type));
3929 h263type.nAllowedPictureTypes =
3932 h263type.nPFrames = setPFramesSpacing(iFrameInterval, frameRate);
3933 if (h263type.nPFrames == 0) {
3934 h263type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI;
3936 h263type
[all...]

Completed in 279 milliseconds