Searched refs:pVideoMotionVector (Results 1 – 1 of 1) sorted by relevance
3721 OMX_VIDEO_PARAM_MOTIONVECTORTYPE* pVideoMotionVector; in GetParameter() local3992 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() local4407 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 …]