Searched refs:pVideoIFrame (Results 1 – 2 of 2) sorted by relevance
928 OMX_CONFIG_INTRAREFRESHVOPTYPE* pVideoIFrame; in SetConfig() local944 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()
910 OMX_CONFIG_INTRAREFRESHVOPTYPE* pVideoIFrame; in GetConfig() local924 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()