Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDec_Thread.c152 if (pComponentPrivate->filled_outBuf_Q[VIDDEC_PIPE_READ] > fdmax) { in OMX_VidDec_Thread()
153 fdmax = pComponentPrivate->filled_outBuf_Q[VIDDEC_PIPE_READ]; in OMX_VidDec_Thread()
159 FD_SET(pComponentPrivate->filled_outBuf_Q[VIDDEC_PIPE_READ], &rfds); in OMX_VidDec_Thread()
278 if (FD_ISSET(pComponentPrivate->filled_outBuf_Q[VIDDEC_PIPE_READ], &rfds)) { in OMX_VidDec_Thread()
388 if (pComponentPrivate->filled_outBuf_Q[VIDDEC_PIPE_READ] > fdmax) { in OMX_VidDec_Return()
389 fdmax = pComponentPrivate->filled_outBuf_Q[VIDDEC_PIPE_READ]; in OMX_VidDec_Return()
396 FD_SET(pComponentPrivate->filled_outBuf_Q[VIDDEC_PIPE_READ], &rfds); in OMX_VidDec_Return()
437 if (FD_ISSET(pComponentPrivate->filled_outBuf_Q[VIDDEC_PIPE_READ], &rfds)) { in OMX_VidDec_Return()
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
DOMX_VideoDec_Utils.h886 int filled_outBuf_Q[2]; member