Searched refs:filled_outBuf_Q (Results 1 – 2 of 2) sorted by relevance
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()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()
886 int filled_outBuf_Q[2]; member