Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEncoder.c583 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 …]
DOMX_VideoEnc_Utils.c3183 OMX_VIDEO_PARAM_MOTIONVECTORTYPE* pMotionVector = NULL; in OMX_VIDENC_InitDSP_H264Enc() local
3193 pMotionVector = pComponentPrivate->pMotionVector; in OMX_VIDENC_InitDSP_H264Enc()
3327 …Range = (pMotionVector->sXSearchRange > pMotionVector->sYSearchRange ? pMotionVector in OMX_VIDENC_InitDSP_H264Enc()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_Utils.h577 OMX_VIDEO_PARAM_MOTIONVECTORTYPE* pMotionVector; /* for searchRange, maxMVperMB, qpi */ member