Home
last modified time | relevance | path

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

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