Lines Matching refs:cr
772 struct v4l2_crop *cr) in vidioc_g_crop() argument
791 cr->c.left = left; in vidioc_g_crop()
792 cr->c.top = top; in vidioc_g_crop()
793 cr->c.width = ctx->img_width - left - right; in vidioc_g_crop()
794 cr->c.height = ctx->img_height - top - bottom; in vidioc_g_crop()
797 cr->c.width, cr->c.height, right, bottom, in vidioc_g_crop()
800 cr->c.left = 0; in vidioc_g_crop()
801 cr->c.top = 0; in vidioc_g_crop()
802 cr->c.width = ctx->img_width; in vidioc_g_crop()
803 cr->c.height = ctx->img_height; in vidioc_g_crop()
805 "fh=%d\n", cr->c.width, cr->c.height, ctx->buf_width, in vidioc_g_crop()