Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/omx/omx_m4venc/src/
Domx_mpeg4enc_component.cpp928 OMX_CONFIG_INTRAREFRESHVOPTYPE* pVideoIFrame; in SetConfig() local
944 pVideoIFrame = (OMX_CONFIG_INTRAREFRESHVOPTYPE*) pComponentConfigStructure; in SetConfig()
945 PortIndex = pVideoIFrame->nPortIndex; in SetConfig()
954 ErrorType = CheckHeader(pVideoIFrame, sizeof(OMX_CONFIG_INTRAREFRESHVOPTYPE)); in SetConfig()
962 if (OMX_TRUE == pVideoIFrame->IntraRefreshVOP) in SetConfig()
/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp910 OMX_CONFIG_INTRAREFRESHVOPTYPE* pVideoIFrame; in GetConfig() local
924 pVideoIFrame = (OMX_CONFIG_INTRAREFRESHVOPTYPE*) pComponentConfigStructure; in GetConfig()
925 if (pVideoIFrame->nPortIndex != iCompressedFormatPortNum) in GetConfig()
930 PortIndex = pVideoIFrame->nPortIndex; in GetConfig()
931 …oscl_memcpy(pVideoIFrame, &ipPorts[PortIndex]->VideoIFrame, sizeof(OMX_CONFIG_INTRAREFRESHVOPTYPE)… in GetConfig()
932 SetHeader(pVideoIFrame, sizeof(OMX_CONFIG_INTRAREFRESHVOPTYPE)); in GetConfig()