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()
814 out_frame->rect.left = 0; in s3c_camif_vidioc_s_fmt()
1010 sel->r.left = 0; in s3c_camif_g_selection()
1058 sel->r.left, sel->r.top, sel->r.width, sel->r.height); in s3c_camif_s_selection()
1340 crop->left = 0; in s3c_camif_subdev_set_fmt()
1391 sel->r.left = 0; in s3c_camif_subdev_get_selection()
1398 __func__, crop->left, crop->top, crop->width, in s3c_camif_subdev_get_selection()
1408 unsigned int left = 2 * r->left; in __camif_try_crop() local
1422 v4l_bound_align_image(&left, 0, mf->width - r->width, in __camif_try_crop()
1426 r->left = left / 2; in __camif_try_crop()
1428 r->width = mf->width - left; in __camif_try_crop()
1450 r->left, r->top, r->width, r->height, mf->width, mf->height); in __camif_try_crop()
1490 __func__, crop->left, crop->top, crop->width, crop->height, in s3c_camif_subdev_set_selection()