Lines Matching refs:crop_source
314 struct v4l2_rect crop_source; member
871 s5k5baf_rescale(&r, &state->crop_source, &state->crop_sink, in s5k5baf_hw_set_crop_rects()
909 p = &state->crop_source; in s5k5baf_hw_set_crop_rects()
920 struct v4l2_rect *r = &state->crop_source; in s5k5baf_hw_set_config()
1302 mf->width = state->crop_source.width; in s5k5baf_get_fmt()
1303 mf->height = state->crop_source.height; in s5k5baf_get_fmt()
1342 mf->width = state->crop_source.width; in s5k5baf_set_fmt()
1343 mf->height = state->crop_source.height; in s5k5baf_set_fmt()
1409 sel->r = state->crop_source; in s5k5baf_get_selection()
1498 &state->crop_source in s5k5baf_set_selection()
1504 if (sel->r.width < state->crop_source.width) in s5k5baf_set_selection()
1505 sel->r.width = state->crop_source.width; in s5k5baf_set_selection()
1506 if (sel->r.height < state->crop_source.height) in s5k5baf_set_selection()
1507 sel->r.height = state->crop_source.height; in s5k5baf_set_selection()
1509 sel->r.width = state->crop_source.width; in s5k5baf_set_selection()
1510 sel->r.height = state->crop_source.height; in s5k5baf_set_selection()
1963 state->crop_source = s5k5baf_cis_rect; in s5k5baf_probe()