Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
DOMX_JpegEncoder.c498 …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()
DOMX_JpegEnc_Utils.c2378 temp[j] = pComponentPrivate->pCustomChromaQuantTable->nQuantizationMatrix[k]; in SetJpegEncInPortParams()
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
DOMX_JpegEnc_Utils.h414 OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE *pCustomChromaQuantTable; member