Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
DOMX_JpegEnc_Utils.c427 int pipeError = 0; in JPEGEnc_Free_ComponentResources() local
448 pipeError = write(pComponentPrivate->nCmdPipe[1], &eCmd, sizeof(eCmd)); in JPEGEnc_Free_ComponentResources()
449 if (pipeError == -1) { in JPEGEnc_Free_ComponentResources()
454 pipeError = write(pComponentPrivate->nCmdDataPipe[1], &nParam, sizeof(nParam)); in JPEGEnc_Free_ComponentResources()
455 if (pipeError == -1) { in JPEGEnc_Free_ComponentResources()