Lines Matching refs:left
60 f->dma_offset.initial = f->rect.top * f->f_width + f->rect.left; in camif_prepare_dma_offset()
61 f->dma_offset.line = f->f_width - (f->rect.left + f->rect.width); in camif_prepare_dma_offset()
813 out_frame->rect.left = 0; in s3c_camif_vidioc_s_fmt()
1009 sel->r.left = 0; in s3c_camif_g_selection()
1057 sel->r.left, sel->r.top, sel->r.width, sel->r.height); in s3c_camif_s_selection()
1339 crop->left = 0; in s3c_camif_subdev_set_fmt()
1390 sel->r.left = 0; in s3c_camif_subdev_get_selection()
1397 __func__, crop->left, crop->top, crop->width, in s3c_camif_subdev_get_selection()
1407 unsigned int left = 2 * r->left; in __camif_try_crop() local
1421 v4l_bound_align_image(&left, 0, mf->width - r->width, in __camif_try_crop()
1425 r->left = left / 2; in __camif_try_crop()
1427 r->width = mf->width - left; in __camif_try_crop()
1449 r->left, r->top, r->width, r->height, mf->width, mf->height); in __camif_try_crop()
1489 __func__, crop->left, crop->top, crop->width, crop->height, in s3c_camif_subdev_set_selection()