Lines Matching defs:crop_source
304 struct v4l2_rect crop_source;
861 s5k5baf_rescale(&r, &state->crop_source, &state->crop_sink,
899 p = &state->crop_source;
910 struct v4l2_rect *r = &state->crop_source;
1289 mf->width = state->crop_source.width;
1290 mf->height = state->crop_source.height;
1330 mf->width = state->crop_source.width;
1331 mf->height = state->crop_source.height;
1399 sel->r = state->crop_source;
1491 &state->crop_source
1497 if (sel->r.width < state->crop_source.width)
1498 sel->r.width = state->crop_source.width;
1499 if (sel->r.height < state->crop_source.height)
1500 sel->r.height = state->crop_source.height;
1502 sel->r.width = state->crop_source.width;
1503 sel->r.height = state->crop_source.height;
1939 state->crop_source = s5k5baf_cis_rect;