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

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEncoder.c583 VIDENC_MALLOC(pComponentPrivate->pMotionVector,
875 /* Set pMotionVector defaults */
876 OMX_CONF_INIT_STRUCT(pComponentPrivate->pMotionVector, OMX_VIDEO_PARAM_MOTIONVECTORTYPE);
877 pComponentPrivate->pMotionVector->nPortIndex = VIDENC_OUTPUT_PORT;
878 pComponentPrivate->pMotionVector->bFourMV = 1;
879 pComponentPrivate->pMotionVector->bUnrestrictedMVs = 0; /* unused */
880 pComponentPrivate->pMotionVector->eAccuracy = OMX_Video_MotionVectorQuarterPel;
881 pComponentPrivate->pMotionVector->sXSearchRange = pComponentPrivate->pMotionVector->sXSearchRange = 64;
2336 pComponentPrivate->pMotionVector
[all...]
H A DOMX_VideoEnc_Utils.c3183 OMX_VIDEO_PARAM_MOTIONVECTORTYPE* pMotionVector = NULL; local
3193 pMotionVector = pComponentPrivate->pMotionVector;
3327 pCreatePhaseArgs->ucMVRange = (pMotionVector->sXSearchRange > pMotionVector->sYSearchRange ? pMotionVector->sXSearchRange : pMotionVector->sYSearchRange);
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
H A DOMX_VideoEnc_Utils.h577 OMX_VIDEO_PARAM_MOTIONVECTORTYPE* pMotionVector; /* for searchRange, maxMVperMB, qpi */ member in struct:VIDENC_COMPONENT_PRIVATE

Completed in 40 milliseconds