Searched defs:pMotionVector (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
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 12 milliseconds