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.cpp1003 OMX_VIDEO_PARAM_H263TYPE h263type; local
1004 InitOMXParams(&h263type);
1005 h263type.nPortIndex = kPortIndexOutput;
1008 mNode, OMX_IndexParamVideoH263, &h263type, sizeof(h263type));
1011 h263type.nAllowedPictureTypes =
1014 h263type.nPFrames = setPFramesSpacing(iFramesInterval, frameRate);
1015 if (h263type.nPFrames == 0) {
1016 h263type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI;
1018 h263type
[all...]
H A DACodec.cpp1747 OMX_VIDEO_PARAM_H263TYPE h263type; local
1748 InitOMXParams(&h263type);
1749 h263type.nPortIndex = kPortIndexOutput;
1752 mNode, OMX_IndexParamVideoH263, &h263type, sizeof(h263type));
1758 h263type.nAllowedPictureTypes =
1761 h263type.nPFrames = setPFramesSpacing(iFrameInterval, frameRate);
1762 if (h263type.nPFrames == 0) {
1763 h263type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI;
1765 h263type
[all...]

Completed in 11 milliseconds