POLLOUT 289 libavcodec/v4l2_context.c .events = POLLIN | POLLRDNORM | POLLPRI | POLLOUT | POLLWRNORM, /* default blocking capture */ POLLOUT 324 libavcodec/v4l2_context.c pfd.events = POLLOUT | POLLWRNORM; POLLOUT 373 libavcodec/v4l2_context.c if (pfd.revents & (POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM)) { POLLOUT 383 libavcodec/v4l2_context.c if (pfd.revents & (POLLOUT | POLLWRNORM)) POLLOUT 71 libavformat/network.c int ev = write ? POLLOUT : POLLIN; POLLOUT 262 libavformat/network.c struct pollfd p = {fd, POLLOUT, 0}; POLLOUT 449 libavformat/network.c pfd[nb_attempts].events = POLLOUT; POLLOUT 259 libavformat/os_support.c if (fds[i].events & POLLOUT) POLLOUT 290 libavformat/os_support.c fds[i].revents |= POLLOUT; POLLOUT 128 libavformat/os_support.h #define POLLWRNORM POLLOUT POLLOUT 292 libavformat/sctp.c int ev = write ? POLLOUT : POLLIN;