Home | History | Annotate | Download | only in enc

Lines Matching refs:h263type

356             OMX_VIDEO_PARAM_H263TYPE *h263type =
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 =
551 if (h263type->nPortIndex != 1) {
555 if (h263type->eProfile != OMX_VIDEO_H263ProfileBaseline ||
556 h263type->eLevel != OMX_VIDEO_H263Level45 ||
557 (h263type->nAllowedPictureTypes & OMX_VIDEO_PictureTypeB) ||
558 h263type->bPLUSPTYPEAllowed != OMX_FALSE ||
559 h263type->bForceRoundingTypeToZero != OMX_FALSE ||
560 h263type->nPictureHeaderRepetition != 0 ||
561 h263type->nGOBHeaderInterval != 0) {