Searched refs:pVideoQuant (Results 1 – 1 of 1) sorted by relevance
3719 OMX_VIDEO_PARAM_QUANTIZATIONTYPE* pVideoQuant; in GetParameter() local3964 pVideoQuant = (OMX_VIDEO_PARAM_QUANTIZATIONTYPE*) ComponentParameterStructure; in GetParameter()3965 if (pVideoQuant->nPortIndex != iCompressedFormatPortNum) in GetParameter()3970 PortIndex = pVideoQuant->nPortIndex; in GetParameter()3971 …oscl_memcpy(pVideoQuant, &ipPorts[PortIndex]->VideoQuantType, sizeof(OMX_VIDEO_PARAM_QUANTIZATIONT… in GetParameter()3972 SetHeader(pVideoQuant, sizeof(OMX_VIDEO_PARAM_QUANTIZATIONTYPE)); in GetParameter()4064 OMX_VIDEO_PARAM_QUANTIZATIONTYPE* pVideoQuant; in SetParameter() local4377 pVideoQuant = (OMX_VIDEO_PARAM_QUANTIZATIONTYPE*) ComponentParameterStructure; in SetParameter()4378 PortIndex = pVideoQuant->nPortIndex; in SetParameter()4380 …ErrorType = ParameterSanityCheck(hComponent, PortIndex, pVideoQuant, sizeof(OMX_VIDEO_PARAM_QUANTI… in SetParameter()[all …]