Lines Matching refs:errno
166 return AVERROR(errno);
240 if (errno == ENOTTY)
243 return AVERROR(errno);
260 if (errno == ENOTTY)
263 return AVERROR(errno);
321 if (errno == EINTR)
385 if (errno != EAGAIN) {
387 if (errno != EPIPE)
388 av_log(logger(ctx), AV_LOG_DEBUG, "%s VIDIOC_DQBUF, errno (%s)\n",
389 ctx->name, av_err2str(AVERROR(errno)));
455 av_log(logger(ctx), AV_LOG_ERROR, "%s unmap plane (%s))\n", ctx->name, av_err2str(AVERROR(errno)));
565 return AVERROR(errno);
729 av_log(logger(ctx), AV_LOG_ERROR, "%s VIDIOC_REQBUFS failed: %s\n", ctx->name, strerror(errno));
730 return AVERROR(errno);