Searched refs:pVideoMpeg4 (Results 1 – 1 of 1) sorted by relevance
3710 OMX_VIDEO_PARAM_MPEG4TYPE* pVideoMpeg4; in GetParameter() local3790 pVideoMpeg4 = (OMX_VIDEO_PARAM_MPEG4TYPE*) ComponentParameterStructure; in GetParameter()3791 if (pVideoMpeg4->nPortIndex != iCompressedFormatPortNum) in GetParameter()3796 PortIndex = pVideoMpeg4->nPortIndex; in GetParameter()3797 … oscl_memcpy(pVideoMpeg4, &ipPorts[PortIndex]->VideoMpeg4, sizeof(OMX_VIDEO_PARAM_MPEG4TYPE)); in GetParameter()3798 SetHeader(pVideoMpeg4, sizeof(OMX_VIDEO_PARAM_MPEG4TYPE)); in GetParameter()4055 OMX_VIDEO_PARAM_MPEG4TYPE* pVideoMpeg4; in SetParameter() local4119 pVideoMpeg4 = (OMX_VIDEO_PARAM_MPEG4TYPE*) ComponentParameterStructure; in SetParameter()4120 PortIndex = pVideoMpeg4->nPortIndex; in SetParameter()4122 …ErrorType = ParameterSanityCheck(hComponent, PortIndex, pVideoMpeg4, sizeof(OMX_VIDEO_PARAM_MPEG4T… in SetParameter()[all …]