Lines Matching refs:open
1657 // If the device is specified, try to open it as a DRM device node.
1662 priv->drm_fd = open(device, O_RDWR);
1664 av_log(ctx, loglevel, "Failed to open %s as "
1678 priv->drm_fd = open(path, O_RDWR);
1680 av_log(ctx, AV_LOG_VERBOSE, "Cannot open "
1716 av_log(ctx, AV_LOG_VERBOSE, "Cannot open a VA display "
1726 // Try to open the device as an X11 display.
1729 av_log(ctx, AV_LOG_VERBOSE, "Cannot open X11 display "
1734 av_log(ctx, AV_LOG_ERROR, "Cannot open a VA display "
1811 fd = open(render_node, O_RDWR);
1852 av_log(ctx, AV_LOG_ERROR, "Failed to open a VA display from "