Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp3721 OMX_VIDEO_PARAM_MOTIONVECTORTYPE* pVideoMotionVector; in GetParameter() local
3992 pVideoMotionVector = (OMX_VIDEO_PARAM_MOTIONVECTORTYPE*) ComponentParameterStructure; in GetParameter()
3993 if (pVideoMotionVector->nPortIndex != iCompressedFormatPortNum) in GetParameter()
3998 PortIndex = pVideoMotionVector->nPortIndex; in GetParameter()
3999 …oscl_memcpy(pVideoMotionVector, &ipPorts[PortIndex]->VideoMotionVector, sizeof(OMX_VIDEO_PARAM_MOT… in GetParameter()
4000 SetHeader(pVideoMotionVector, sizeof(OMX_VIDEO_PARAM_MOTIONVECTORTYPE)); in GetParameter()
4066 OMX_VIDEO_PARAM_MOTIONVECTORTYPE* pVideoMotionVector; in SetParameter() local
4407 pVideoMotionVector = (OMX_VIDEO_PARAM_MOTIONVECTORTYPE*) ComponentParameterStructure; in SetParameter()
4408 PortIndex = pVideoMotionVector->nPortIndex; in SetParameter()
4410 …ErrorType = ParameterSanityCheck(hComponent, PortIndex, pVideoMotionVector, sizeof(OMX_VIDEO_PARAM… in SetParameter()
[all …]