Searched refs:pVideoWmv (Results 1 – 1 of 1) sorted by relevance
3648 OMX_VIDEO_PARAM_WMVTYPE* pVideoWmv; in GetParameter() local3767 pVideoWmv = (OMX_VIDEO_PARAM_WMVTYPE*)ComponentParameterStructure; in GetParameter()3768 if (pVideoWmv->nPortIndex != iCompressedFormatPortNum) in GetParameter()3773 PortIndex = pVideoWmv->nPortIndex; in GetParameter()3774 oscl_memcpy(pVideoWmv, &ipPorts[PortIndex]->VideoWmv, sizeof(OMX_VIDEO_PARAM_WMVTYPE)); in GetParameter()3775 SetHeader(pVideoWmv, sizeof(OMX_VIDEO_PARAM_WMVTYPE)); in GetParameter()3986 OMX_VIDEO_PARAM_WMVTYPE* pVideoWmv; in SetParameter() local4093 pVideoWmv = (OMX_VIDEO_PARAM_WMVTYPE*)ComponentParameterStructure; in SetParameter()4094 PortIndex = pVideoWmv->nPortIndex; in SetParameter()4096 …ErrorType = ParameterSanityCheck(hComponent, PortIndex, pVideoWmv, sizeof(OMX_VIDEO_PARAM_WMVTYPE)… in SetParameter()[all …]