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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp237 OMX_VIDEO_PARAM_H263TYPE *h263type = local
240 if (h263type->nPortIndex != 1) {
244 h263type->nAllowedPictureTypes =
246 h263type->eProfile = OMX_VIDEO_H263ProfileBaseline;
247 h263type->eLevel = OMX_VIDEO_H263Level45;
248 h263type->bPLUSPTYPEAllowed = OMX_FALSE;
249 h263type->bForceRoundingTypeToZero = OMX_FALSE;
250 h263type->nPictureHeaderRepetition = 0;
251 h263type->nGOBHeaderInterval = 0;
306 OMX_VIDEO_PARAM_H263TYPE *h263type local
[all...]
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp1107 OMX_VIDEO_PARAM_H263TYPE h263type; local
1108 InitOMXParams(&h263type);
1109 h263type.nPortIndex = kPortIndexOutput;
1112 mNode, OMX_IndexParamVideoH263, &h263type, sizeof(h263type));
1115 h263type.nAllowedPictureTypes =
1118 h263type.nPFrames = setPFramesSpacing(iFramesInterval, frameRate);
1119 if (h263type.nPFrames == 0) {
1120 h263type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI;
1122 h263type
[all...]
H A DACodec.cpp2716 OMX_VIDEO_PARAM_H263TYPE h263type; local
2717 InitOMXParams(&h263type);
2718 h263type.nPortIndex = kPortIndexOutput;
2721 mNode, OMX_IndexParamVideoH263, &h263type, sizeof(h263type));
2727 h263type.nAllowedPictureTypes =
2730 h263type.nPFrames = setPFramesSpacing(iFrameInterval, frameRate);
2731 if (h263type.nPFrames == 0) {
2732 h263type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI;
2734 h263type
[all...]

Completed in 214 milliseconds