POLLIN            289 libavcodec/v4l2_context.c         .events =  POLLIN | POLLRDNORM | POLLPRI | POLLOUT | POLLWRNORM, /* default blocking capture */
POLLIN            328 libavcodec/v4l2_context.c             pfd.events =  POLLIN | POLLRDNORM | POLLPRI;
POLLIN            373 libavcodec/v4l2_context.c     if (pfd.revents & (POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM)) {
POLLIN            377 libavcodec/v4l2_context.c             if (pfd.revents & (POLLIN | POLLRDNORM))
POLLIN            167 libavdevice/iec61883.c         if (result > 0 && ((dv->raw1394_poll.revents & POLLIN)
POLLIN            393 libavdevice/iec61883.c     dv->raw1394_poll.events = POLLIN | POLLERR | POLLHUP | POLLPRI;
POLLIN             71 libavformat/network.c     int ev = write ? POLLOUT : POLLIN;
POLLIN            231 libavformat/network.c     struct pollfd lp = { fd, POLLIN, 0 };
POLLIN            257 libavformat/os_support.c         if (fds[i].events & POLLIN)
POLLIN            288 libavformat/os_support.c             fds[i].revents |= POLLIN;
POLLIN            127 libavformat/os_support.h #define POLLRDNORM POLLIN
POLLIN            377 libavformat/rtpproto.c     struct pollfd p[2] = {{s->rtp_fd, POLLIN, 0}, {s->rtcp_fd, POLLIN, 0}};
POLLIN            389 libavformat/rtpproto.c                 if (!(p[i].revents & POLLIN))
POLLIN           2003 libavformat/rtsp.c             p[rt->max_p++].events = POLLIN;
POLLIN           2020 libavformat/rtsp.c                     p[rt->max_p++].events = POLLIN;
POLLIN           2039 libavformat/rtsp.c                     if (p[j].revents & POLLIN || p[j+1].revents & POLLIN) {
POLLIN           2050 libavformat/rtsp.c             if (rt->rtsp_hd && p[0].revents & POLLIN) {
POLLIN            186 libavformat/rtspenc.c     struct pollfd p = {ffurl_get_file_handle(rt->rtsp_hd), POLLIN, 0};
POLLIN            194 libavformat/rtspenc.c         if (p.revents & POLLIN) {
POLLIN            198 libavformat/sapdec.c     struct pollfd p = {fd, POLLIN, 0};
POLLIN            206 libavformat/sapdec.c         if (n <= 0 || !(p.revents & POLLIN))
POLLIN            292 libavformat/sctp.c     int ev          = write ? POLLOUT : POLLIN;