Lines Matching refs:crop_source
304 struct v4l2_rect crop_source; member
861 s5k5baf_rescale(&r, &state->crop_source, &state->crop_sink, in s5k5baf_hw_set_crop_rects()
899 p = &state->crop_source; in s5k5baf_hw_set_crop_rects()
910 struct v4l2_rect *r = &state->crop_source; in s5k5baf_hw_set_config()
1305 mf->width = state->crop_source.width; in s5k5baf_get_fmt()
1306 mf->height = state->crop_source.height; in s5k5baf_get_fmt()
1346 mf->width = state->crop_source.width; in s5k5baf_set_fmt()
1347 mf->height = state->crop_source.height; in s5k5baf_set_fmt()
1415 sel->r = state->crop_source; in s5k5baf_get_selection()
1504 &state->crop_source in s5k5baf_set_selection()
1510 if (sel->r.width < state->crop_source.width) in s5k5baf_set_selection()
1511 sel->r.width = state->crop_source.width; in s5k5baf_set_selection()
1512 if (sel->r.height < state->crop_source.height) in s5k5baf_set_selection()
1513 sel->r.height = state->crop_source.height; in s5k5baf_set_selection()
1515 sel->r.width = state->crop_source.width; in s5k5baf_set_selection()
1516 sel->r.height = state->crop_source.height; in s5k5baf_set_selection()
1952 state->crop_source = s5k5baf_cis_rect; in s5k5baf_probe()