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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp356 OMX_VIDEO_PARAM_H263TYPE *h263type = local
359 if (h263type->nPortIndex != 1) {
363 h263type->nAllowedPictureTypes =
365 h263type->eProfile = OMX_VIDEO_H263ProfileBaseline;
366 h263type->eLevel = OMX_VIDEO_H263Level45;
367 h263type->bPLUSPTYPEAllowed = OMX_FALSE;
368 h263type->bForceRoundingTypeToZero = OMX_FALSE;
369 h263type->nPictureHeaderRepetition = 0;
370 h263type->nGOBHeaderInterval = 0;
548 OMX_VIDEO_PARAM_H263TYPE *h263type local
[all...]
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp1009 OMX_VIDEO_PARAM_H263TYPE h263type; local
1010 InitOMXParams(&h263type);
1011 h263type.nPortIndex = kPortIndexOutput;
1014 mNode, OMX_IndexParamVideoH263, &h263type, sizeof(h263type));
1017 h263type.nAllowedPictureTypes =
1020 h263type.nPFrames = setPFramesSpacing(iFramesInterval, frameRate);
1021 if (h263type.nPFrames == 0) {
1022 h263type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI;
1024 h263type
[all...]
H A DACodec.cpp2094 OMX_VIDEO_PARAM_H263TYPE h263type; local
2095 InitOMXParams(&h263type);
2096 h263type.nPortIndex = kPortIndexOutput;
2099 mNode, OMX_IndexParamVideoH263, &h263type, sizeof(h263type));
2105 h263type.nAllowedPictureTypes =
2108 h263type.nPFrames = setPFramesSpacing(iFrameInterval, frameRate);
2109 if (h263type.nPFrames == 0) {
2110 h263type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI;
2112 h263type
[all...]

Completed in 93 milliseconds