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

/hardware/ti/omap4-aah/domx/test/sample_proxy/
H A Dtest_sample_proxy.c843 OMX_U32 nRetVal = 0; local
864 nRetVal = MemMgr_Free(pBuffer);
865 if (nRetVal)
896 nRetVal = MemMgr_Free(pBuffer);
897 if (nRetVal)
/hardware/ti/omap4xxx/domx/test/sample_proxy/
H A Dtest_sample_proxy.c843 OMX_U32 nRetVal = 0; local
864 nRetVal = MemMgr_Free(pBuffer);
865 if (nRetVal)
896 nRetVal = MemMgr_Free(pBuffer);
897 if (nRetVal)
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
H A DVideoEncTest.c330 OMX_S32 nRetVal; member in struct:MYDATATYPE
2792 pAppData->nRetVal = pselect(pAppData->fdmax+1, &rfds, NULL, NULL, NULL,&set);
2794 if (pAppData->nRetVal == -1) {
2800 if (pAppData->nRetVal == 0) {
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c4570 /*OMX_S32 nRetVal = 0;*/
7862 OMX_S32 nRetVal = 0; local
8021 nRetVal = write(pComponentPrivate->filled_outBuf_Q[1],&pBuffHead,sizeof(pBuffHead));
8022 if(nRetVal == -1){
8025 OMX_PRCOMM4(pComponentPrivate->dbg, "writing to the input pipe %x (%ld)\n", OMX_ErrorInsufficientResources,nRetVal);
8088 nRetVal = write(pComponentPrivate->free_inpBuf_Q[1], &pBuffHead, sizeof(pBuffHead));
8089 if(nRetVal == -1){
8090 OMX_PRCOMM4(pComponentPrivate->dbg, "writing to the input pipe %x (%lu)\n", OMX_ErrorInsufficientResources,nRetVal);
8183 nRetVal = write(pComponentPrivate->filled_outBuf_Q[1],&pBuffHead,sizeof(pBuffHead));
8184 if(nRetVal
[all...]

Completed in 74 milliseconds