Home
last modified time | relevance | path

Searched refs:set_frame_crop (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/media/platform/exynos4-is/
Dfimc-capture.c1037 set_frame_crop(ff, 0, 0, pix->width, pix->height); in __fimc_capture_set_format()
1045 set_frame_crop(&ctx->s_frame, 0, 0, pix->width, pix->height); in __fimc_capture_set_format()
1328 set_frame_crop(f, s->r.left, s->r.top, s->r.width, in fimc_cap_s_selection()
1569 set_frame_crop(ff, 0, 0, mf->width, mf->height); in fimc_subdev_set_fmt()
1668 set_frame_crop(f, r->left, r->top, r->width, r->height); in fimc_subdev_set_selection()
Dfimc-core.h507 static inline void set_frame_crop(struct fimc_frame *f, in set_frame_crop() function