Searched refs:sJpegEncCustomParams (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEncoder.c2346 JPEGENC_CUSTOM_PARAM_DEFINITION sJpegEncCustomParams[] = { local
2369 const OMX_U32 nExtensions = sizeof(sJpegEncCustomParams)/sizeof(JPEGENC_CUSTOM_PARAM_DEFINITION);
2371 if (!strcmp((const char*)cParameterName, (const char*)(&(sJpegEncCustomParams[nIndex].cCustomParamName)))){
2372 *pIndexType = sJpegEncCustomParams[nIndex].nCustomParamIndex;

Completed in 35 milliseconds