Searched refs:pCustomChromaQuantTable (Results 1 – 3 of 3) sorted by relevance
498 …OMX_MALLOC(pComponentPrivate->pCustomChromaQuantTable, sizeof(OMX_IMAGE_PARAM_QUANTIZATIONTABLETYP… in OMX_ComponentInit()623 …OMX_CONF_INIT_STRUCT(pComponentPrivate->pCustomChromaQuantTable, OMX_IMAGE_PARAM_QUANTIZATIONTABLE… in OMX_ComponentInit()624 pComponentPrivate->pCustomChromaQuantTable->nPortIndex = JPEGENC_OUT_PORT; in OMX_ComponentInit()625 …pComponentPrivate->pCustomChromaQuantTable->eQuantizationTable = OMX_IMAGE_QuantizationTableChroma; in OMX_ComponentInit()1118 …memcpy(pQuantTable, pComponentPrivate->pCustomChromaQuantTable, sizeof(OMX_IMAGE_PARAM_QUANTIZATIO… in JPEGENC_GetParameter()1275 …memcpy(pComponentPrivate->pCustomChromaQuantTable, pQuantTable, sizeof(OMX_IMAGE_PARAM_QUANTIZATIO… in JPEGENC_SetParameter()
2378 temp[j] = pComponentPrivate->pCustomChromaQuantTable->nQuantizationMatrix[k]; in SetJpegEncInPortParams()
414 OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE *pCustomChromaQuantTable; member