Searched refs:VIDDEC_PIPE_READ (Results 1 – 2 of 2) sorted by relevance
138 fdmax = pComponentPrivate->cmdPipe[VIDDEC_PIPE_READ]; in OMX_VidDec_Thread()140 if (pComponentPrivate->free_inpBuf_Q[VIDDEC_PIPE_READ] > fdmax) { in OMX_VidDec_Thread()141 fdmax = pComponentPrivate->free_inpBuf_Q[VIDDEC_PIPE_READ]; in OMX_VidDec_Thread()144 if (pComponentPrivate->free_outBuf_Q[VIDDEC_PIPE_READ] > fdmax) { in OMX_VidDec_Thread()145 fdmax = pComponentPrivate->free_outBuf_Q[VIDDEC_PIPE_READ]; in OMX_VidDec_Thread()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()152 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()158 FD_SET(pComponentPrivate->cmdPipe[VIDDEC_PIPE_READ], &rfds); in OMX_VidDec_Thread()[all …]
312 #define VIDDEC_PIPE_READ VIDDEC_ZERO macro