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.cpp1115 OMX_VIDEO_PARAM_H263TYPE h263type; local
1116 InitOMXParams(&h263type);
1117 h263type.nPortIndex = kPortIndexOutput;
1120 mNode, OMX_IndexParamVideoH263, &h263type, sizeof(h263type));
1123 h263type.nAllowedPictureTypes =
1126 h263type.nPFrames = setPFramesSpacing(iFramesInterval, frameRate);
1127 if (h263type.nPFrames == 0) {
1128 h263type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI;
1130 h263type
[all...]
H A DACodec.cpp3265 OMX_VIDEO_PARAM_H263TYPE h263type; local
3266 InitOMXParams(&h263type);
3267 h263type.nPortIndex = kPortIndexOutput;
3270 mNode, OMX_IndexParamVideoH263, &h263type, sizeof(h263type));
3276 h263type.nAllowedPictureTypes =
3279 h263type.nPFrames = setPFramesSpacing(iFrameInterval, frameRate);
3280 if (h263type.nPFrames == 0) {
3281 h263type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI;
3283 h263type
[all...]

Completed in 2072 milliseconds