Searched refs:VideoMotionVector (Results 1 – 4 of 4) sorted by relevance
/external/opencore/codecs_v2/omx/omx_m4venc/src/ |
D | omx_mpeg4enc_component.cpp | 488 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/ |
D | omx_avcenc_component.cpp | 417 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/ |
D | pv_omxcomponent.h | 112 OMX_VIDEO_PARAM_MOTIONVECTORTYPE VideoMotionVector; member
|
/external/opencore/codecs_v2/omx/omx_baseclass/src/ |
D | pv_omxcomponent.cpp | 3999 …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()
|