open              105 libavcodec/v4l2_m2m.c     s->fd = open(s->devname, O_RDWR | O_NONBLOCK, 0);
open              142 libavcodec/v4l2_m2m.c     s->fd = open(s->devname, O_RDWR | O_NONBLOCK, 0);
open              122 libavdevice/v4l2.c     s->open_f   = prefix ## open;       \
open               42 libavdevice/v4l2enc.c     s->fd = open(s1->url, flags);
open               84 libavutil/file_open.c     fd = open(filename, flags, mode);
open              137 libavutil/file_open.c     fd = open(*filename, O_RDWR | O_BINARY | O_CREAT | O_EXCL, 0600);
open               46 libavutil/hwcontext_drm.c     hwctx->fd = open(device, O_RDWR);
open             1513 libavutil/hwcontext_vaapi.c             priv->drm_fd = open(device, O_RDWR);
open             1529 libavutil/hwcontext_vaapi.c                 priv->drm_fd = open(path, O_RDWR);
open             1661 libavutil/hwcontext_vaapi.c                 fd = open(render_node, O_RDWR);
open               78 libavutil/ppc/cpu.c     int fd = open("/proc/self/auxv", O_RDONLY);
open               41 tools/cws2fws.c     fd_in = open(argv[1], O_RDONLY);
open               47 tools/cws2fws.c     fd_out = open(argv[2], O_WRONLY | O_CREAT, 00644);
open               85 tools/ffhash.c     if (file) fd = open(file, flags);
open              114 tools/pktdumper.c             fd  = open(pktfilename, O_WRONLY | O_CREAT, 0644);
open               60 tools/yuvcmp.c         fd[i] = open(argv[1 + i], O_RDONLY);