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

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
H A DJPEGTestEnc.h51 int nComment; member in struct:IMAGE_INFO
H A DJPEGTestEnc.c982 if (imageinfo->nComment) {
989 eError = OMX_SetConfig(pHandle, nCustomIndex, &(imageinfo->nComment));
1187 imageinfo->nComment = OMX_FALSE;
1245 imageinfo->nComment = 1;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEncoder.c1376 int *nComment = (int*)ComponentConfigStructure; local
1377 if ( nComment == NULL ) {
1381 ((JPEGENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate)->nCommentFlag = *nComment;

Completed in 570 milliseconds