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