Searched refs:pMotionVector (Results 1 – 3 of 3) sorted by relevance
583 VIDENC_MALLOC(pComponentPrivate->pMotionVector, in OMX_ComponentInit()876 OMX_CONF_INIT_STRUCT(pComponentPrivate->pMotionVector, OMX_VIDEO_PARAM_MOTIONVECTORTYPE); in OMX_ComponentInit()877 pComponentPrivate->pMotionVector->nPortIndex = VIDENC_OUTPUT_PORT; in OMX_ComponentInit()878 pComponentPrivate->pMotionVector->bFourMV = 1; in OMX_ComponentInit()879 pComponentPrivate->pMotionVector->bUnrestrictedMVs = 0; /* unused */ in OMX_ComponentInit()880 pComponentPrivate->pMotionVector->eAccuracy = OMX_Video_MotionVectorQuarterPel; in OMX_ComponentInit()881 …pComponentPrivate->pMotionVector->sXSearchRange = pComponentPrivate->pMotionVector->sXSearchRange … in OMX_ComponentInit()2336 pComponentPrivate->pMotionVector->bFourMV = pComponentPrivate->maxMVperMB >= 4; in GetConfig()2337 pComponentPrivate->pMotionVector->eAccuracy = OMX_Video_MotionVectorQuarterPel; in GetConfig()2340 pComponentPrivate->pMotionVector, in GetConfig()[all …]
3183 OMX_VIDEO_PARAM_MOTIONVECTORTYPE* pMotionVector = NULL; in OMX_VIDENC_InitDSP_H264Enc() local3193 pMotionVector = pComponentPrivate->pMotionVector; in OMX_VIDENC_InitDSP_H264Enc()3327 …Range = (pMotionVector->sXSearchRange > pMotionVector->sYSearchRange ? pMotionVector… in OMX_VIDENC_InitDSP_H264Enc()
577 OMX_VIDEO_PARAM_MOTIONVECTORTYPE* pMotionVector; /* for searchRange, maxMVperMB, qpi */ member