ctx_to_m2mctx      53 libavcodec/v4l2_context.c     return ctx_to_m2mctx(ctx)->avctx;
ctx_to_m2mctx      75 libavcodec/v4l2_context.c     ret = ioctl(ctx_to_m2mctx(ctx)->fd, VIDIOC_CROPCAP, &cropcap);
ctx_to_m2mctx     113 libavcodec/v4l2_context.c     V4L2m2mContext *s = ctx_to_m2mctx(ctx);
ctx_to_m2mctx     163 libavcodec/v4l2_context.c     V4L2m2mContext *s = ctx_to_m2mctx(ctx);
ctx_to_m2mctx     251 libavcodec/v4l2_context.c     ret = ioctl(ctx_to_m2mctx(ctx)->fd, VIDIOC_DECODER_CMD, &cmd);
ctx_to_m2mctx     271 libavcodec/v4l2_context.c     ret = ioctl(ctx_to_m2mctx(ctx)->fd, VIDIOC_ENCODER_CMD, &cmd);
ctx_to_m2mctx     290 libavcodec/v4l2_context.c         .fd = ctx_to_m2mctx(ctx)->fd,
ctx_to_m2mctx     307 libavcodec/v4l2_context.c     if (!V4L2_TYPE_IS_OUTPUT(ctx->type) && ctx_to_m2mctx(ctx)->draining) {
ctx_to_m2mctx     327 libavcodec/v4l2_context.c         if (ctx_to_m2mctx(ctx)->draining)
ctx_to_m2mctx     397 libavcodec/v4l2_context.c         ret = ioctl(ctx_to_m2mctx(ctx)->fd, VIDIOC_DQBUF, &buf);
ctx_to_m2mctx     408 libavcodec/v4l2_context.c         if (ctx_to_m2mctx(ctx)->draining && !V4L2_TYPE_IS_OUTPUT(ctx->type)) {
ctx_to_m2mctx     473 libavcodec/v4l2_context.c     return ioctl(ctx_to_m2mctx(ctx)->fd, VIDIOC_REQBUFS, &req);
ctx_to_m2mctx     493 libavcodec/v4l2_context.c     ret = ioctl(ctx_to_m2mctx(ctx)->fd, VIDIOC_TRY_FMT, fmt);
ctx_to_m2mctx     516 libavcodec/v4l2_context.c         ret = ioctl(ctx_to_m2mctx(ctx)->fd, VIDIOC_ENUM_FMT, &fdesc);
ctx_to_m2mctx     551 libavcodec/v4l2_context.c         ret = ioctl(ctx_to_m2mctx(ctx)->fd, VIDIOC_ENUM_FMT, &fdesc);
ctx_to_m2mctx     577 libavcodec/v4l2_context.c     ret = ioctl(ctx_to_m2mctx(ctx)->fd, cmd, &type);
ctx_to_m2mctx     588 libavcodec/v4l2_context.c     V4L2m2mContext *s = ctx_to_m2mctx(ctx);
ctx_to_m2mctx     613 libavcodec/v4l2_context.c     V4L2m2mContext *s = ctx_to_m2mctx(ctx);
ctx_to_m2mctx     700 libavcodec/v4l2_context.c     return ioctl(ctx_to_m2mctx(ctx)->fd, VIDIOC_TRY_FMT, &ctx->format);
ctx_to_m2mctx     705 libavcodec/v4l2_context.c     return ioctl(ctx_to_m2mctx(ctx)->fd, VIDIOC_S_FMT, &ctx->format);
ctx_to_m2mctx     724 libavcodec/v4l2_context.c     V4L2m2mContext *s = ctx_to_m2mctx(ctx);