Lines Matching refs:crop_source
310 struct v4l2_rect crop_source; member
867 s5k5baf_rescale(&r, &state->crop_source, &state->crop_sink, in s5k5baf_hw_set_crop_rects()
905 p = &state->crop_source; in s5k5baf_hw_set_crop_rects()
916 struct v4l2_rect *r = &state->crop_source; in s5k5baf_hw_set_config()
1298 mf->width = state->crop_source.width; in s5k5baf_get_fmt()
1299 mf->height = state->crop_source.height; in s5k5baf_get_fmt()
1338 mf->width = state->crop_source.width; in s5k5baf_set_fmt()
1339 mf->height = state->crop_source.height; in s5k5baf_set_fmt()
1405 sel->r = state->crop_source; in s5k5baf_get_selection()
1494 &state->crop_source in s5k5baf_set_selection()
1500 if (sel->r.width < state->crop_source.width) in s5k5baf_set_selection()
1501 sel->r.width = state->crop_source.width; in s5k5baf_set_selection()
1502 if (sel->r.height < state->crop_source.height) in s5k5baf_set_selection()
1503 sel->r.height = state->crop_source.height; in s5k5baf_set_selection()
1505 sel->r.width = state->crop_source.width; in s5k5baf_set_selection()
1506 sel->r.height = state->crop_source.height; in s5k5baf_set_selection()
1960 state->crop_source = s5k5baf_cis_rect; in s5k5baf_probe()