Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
DOMX_JpegDecoder.c2338 JPEGDEC_CUSTOM_PARAM_DEFINITION sJpegDecCustomParams[] = { in GetExtensionIndex_JPEGDec() local
2354 for (nIndex = 0; strlen((const char*)sJpegDecCustomParams[nIndex].cCustomParamName); nIndex++){ in GetExtensionIndex_JPEGDec()
2355 …if (!strcmp((const char*)cParameterName, (const char*)(&(sJpegDecCustomParams[nIndex].cCustomParam… in GetExtensionIndex_JPEGDec()
2356 *pIndexType = sJpegDecCustomParams[nIndex].nCustomParamIndex; in GetExtensionIndex_JPEGDec()