Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/platform/samsung/exynos4-is/
Dfimc-capture.c1035 set_frame_crop(ff, 0, 0, pix->width, pix->height); in __fimc_capture_set_format()
1043 set_frame_crop(&ctx->s_frame, 0, 0, pix->width, pix->height); in __fimc_capture_set_format()
1325 set_frame_crop(f, s->r.left, s->r.top, s->r.width, in fimc_cap_s_selection()
1566 set_frame_crop(ff, 0, 0, mf->width, mf->height); in fimc_subdev_set_fmt()
1665 set_frame_crop(f, r->left, r->top, r->width, r->height); in fimc_subdev_set_selection()
Dfimc-core.h509 static inline void set_frame_crop(struct fimc_frame *f, in set_frame_crop() function