Lines Matching refs:cr
767 struct v4l2_crop *cr) in vidioc_g_crop() argument
786 cr->c.left = left; in vidioc_g_crop()
787 cr->c.top = top; in vidioc_g_crop()
788 cr->c.width = ctx->img_width - left - right; in vidioc_g_crop()
789 cr->c.height = ctx->img_height - top - bottom; in vidioc_g_crop()
792 cr->c.width, cr->c.height, right, bottom, in vidioc_g_crop()
795 cr->c.left = 0; in vidioc_g_crop()
796 cr->c.top = 0; in vidioc_g_crop()
797 cr->c.width = ctx->img_width; in vidioc_g_crop()
798 cr->c.height = ctx->img_height; in vidioc_g_crop()
800 "fh=%d\n", cr->c.width, cr->c.height, ctx->buf_width, in vidioc_g_crop()