Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp3648 OMX_VIDEO_PARAM_WMVTYPE* pVideoWmv; in GetParameter() local
3767 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() local
4093 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 …]