Home
last modified time | relevance | path

Searched refs:VideoMotionVector (Results 1 – 4 of 4) sorted by relevance

/external/opencore/codecs_v2/omx/omx_m4venc/src/
Domx_mpeg4enc_component.cpp488 oscl_memset(&pOutPort->VideoMotionVector, 0, sizeof(OMX_VIDEO_PARAM_MOTIONVECTORTYPE)); in ConstructComponent()
489 SetHeader(&pOutPort->VideoMotionVector, sizeof(OMX_VIDEO_PARAM_MOTIONVECTORTYPE)); in ConstructComponent()
490 pOutPort->VideoMotionVector.nPortIndex = OMX_PORT_OUTPUTPORT_INDEX; in ConstructComponent()
491 pOutPort->VideoMotionVector.eAccuracy = OMX_Video_MotionVectorHalfPel; in ConstructComponent()
492 pOutPort->VideoMotionVector.bUnrestrictedMVs = OMX_TRUE; in ConstructComponent()
493 pOutPort->VideoMotionVector.sXSearchRange = 16; in ConstructComponent()
494 pOutPort->VideoMotionVector.sYSearchRange = 16; in ConstructComponent()
1093 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->VideoMotionVector, in ComponentInit()
/external/opencore/codecs_v2/omx/omx_h264enc/src/
Domx_avcenc_component.cpp417 oscl_memset(&pOutPort->VideoMotionVector, 0, sizeof(OMX_VIDEO_PARAM_MOTIONVECTORTYPE)); in ConstructComponent()
418 SetHeader(&pOutPort->VideoMotionVector, sizeof(OMX_VIDEO_PARAM_MOTIONVECTORTYPE)); in ConstructComponent()
419 pOutPort->VideoMotionVector.nPortIndex = OMX_PORT_OUTPUTPORT_INDEX; in ConstructComponent()
420 pOutPort->VideoMotionVector.eAccuracy = OMX_Video_MotionVectorQuarterPel; in ConstructComponent()
421 pOutPort->VideoMotionVector.bUnrestrictedMVs = OMX_TRUE; //Only support true in ConstructComponent()
422 pOutPort->VideoMotionVector.sXSearchRange = 16; in ConstructComponent()
423 pOutPort->VideoMotionVector.sYSearchRange = 16; in ConstructComponent()
1040 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->VideoMotionVector, in ComponentInit()
/external/opencore/codecs_v2/omx/omx_baseclass/include/
Dpv_omxcomponent.h112 OMX_VIDEO_PARAM_MOTIONVECTORTYPE VideoMotionVector; member
/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp3999 …oscl_memcpy(pVideoMotionVector, &ipPorts[PortIndex]->VideoMotionVector, sizeof(OMX_VIDEO_PARAM_MOT… in GetParameter()
4416 …oscl_memcpy(&ipPorts[PortIndex]->VideoMotionVector, pVideoMotionVector, sizeof(OMX_VIDEO_PARAM_MOT… in SetParameter()