Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp3719 OMX_VIDEO_PARAM_QUANTIZATIONTYPE* pVideoQuant; in GetParameter() local
3964 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() local
4377 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 …]