Searched refs:filled_inpBuf_Q (Results 1 – 7 of 7) sorted by relevance
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
D | OMX_JpegEnc_Thread.c | 122 if ( pComponentPrivate->filled_inpBuf_Q[0] > fdmax ) { in OMX_JpegEnc_Thread() 123 fdmax = pComponentPrivate->filled_inpBuf_Q[0]; in OMX_JpegEnc_Thread() 133 FD_SET (pComponentPrivate->filled_inpBuf_Q[0], &rfds); in OMX_JpegEnc_Thread() 155 if ( (FD_ISSET (pComponentPrivate->filled_inpBuf_Q[0], &rfds)) in OMX_JpegEnc_Thread()
|
D | OMX_JpegEnc_Utils.c | 362 eError = pipe (pComponentPrivate->filled_inpBuf_Q); in JPEGEnc_Start_ComponentThread() 480 err = close (pComponentPrivate->filled_inpBuf_Q[0]); in JPEGEnc_Free_ComponentResources() 492 err = close (pComponentPrivate->filled_inpBuf_Q[1]); in JPEGEnc_Free_ComponentResources() 870 ret = read(pComponentPrivate->filled_inpBuf_Q[0], &(pBuffHead), sizeof(pBuffHead)); in HandleJpegEncCommandFlush() 2613 ret = read(pComponentPrivate->filled_inpBuf_Q[0], &(pBuffHead), sizeof(pBuffHead)); in HandleJpegEncDataBuf_FromApp()
|
D | OMX_JpegEncoder.c | 1798 ret = write (pComponentPrivate->filled_inpBuf_Q[1], &(pBuffHead),sizeof(pBuffHead)); in JPEGENC_EmptyThisBuffer()
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
D | OMX_VideoDec_Thread.c | 148 if (pComponentPrivate->filled_inpBuf_Q[VIDDEC_PIPE_READ] > fdmax) { in OMX_VidDec_Thread() 149 fdmax = pComponentPrivate->filled_inpBuf_Q[VIDDEC_PIPE_READ]; in OMX_VidDec_Thread() 162 FD_SET(pComponentPrivate->filled_inpBuf_Q[VIDDEC_PIPE_READ], &rfds); in OMX_VidDec_Thread() 294 if ((FD_ISSET(pComponentPrivate->filled_inpBuf_Q[VIDDEC_PIPE_READ], &rfds))){ in OMX_VidDec_Thread() 384 if (pComponentPrivate->filled_inpBuf_Q[VIDDEC_PIPE_READ] > fdmax) { in OMX_VidDec_Return() 385 fdmax = pComponentPrivate->filled_inpBuf_Q[VIDDEC_PIPE_READ]; in OMX_VidDec_Return() 399 FD_SET(pComponentPrivate->filled_inpBuf_Q[VIDDEC_PIPE_READ], &rfds); in OMX_VidDec_Return() 449 if ((FD_ISSET(pComponentPrivate->filled_inpBuf_Q[VIDDEC_PIPE_READ], &rfds))){ in OMX_VidDec_Return()
|
D | OMX_VideoDecoder.c | 2429 …ret = write (pComponentPrivate->filled_inpBuf_Q[VIDDEC_PIPE_WRITE], &(pBuffHead), sizeof(pBuffHead… in VIDDEC_EmptyThisBuffer()
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/ |
D | OMX_JpegEnc_Utils.h | 423 int filled_inpBuf_Q[2]; member
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/ |
D | OMX_VideoDec_Utils.h | 885 int filled_inpBuf_Q[2]; member
|