Lines Matching defs:flags
115 void *(*mmap_f)(void *start, size_t length, int prot, int flags, int fd, int64_t offset);
130 int flags = O_RDWR;
161 if (ctx->flags & AVFMT_FLAG_NONBLOCK) {
162 flags |= O_NONBLOCK;
165 fd = v4l2_open(device_path, flags, 0);
297 if (!(vfd.flags & V4L2_FMT_FLAG_COMPRESSED) &&
303 } else if (vfd.flags & V4L2_FMT_FLAG_COMPRESSED &&
314 if (vfd.flags & V4L2_FMT_FLAG_EMULATED)
538 if (buf.flags & V4L2_BUF_FLAG_ERROR) {
554 buf.bytesused, s->frame_size, buf.flags);
1144 .flags = AVFMT_NOFILE,