Searched defs:sJpegDecCustomParams (Results 1 - 1 of 1) sorted by relevance

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

Completed in 28 milliseconds