Home
last modified time | relevance | path

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

/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-capture.c1036 set_frame_crop(ff, 0, 0, pix->width, pix->height); in __fimc_capture_set_format()
1044 set_frame_crop(&ctx->s_frame, 0, 0, pix->width, pix->height); in __fimc_capture_set_format()
1329 set_frame_crop(f, s->r.left, s->r.top, s->r.width, in fimc_cap_s_selection()
1570 set_frame_crop(ff, 0, 0, mf->width, mf->height); in fimc_subdev_set_fmt()
1669 set_frame_crop(f, r->left, r->top, r->width, r->height); in fimc_subdev_set_selection()
H A Dfimc-core.h509 static inline void set_frame_crop(struct fimc_frame *f, in set_frame_crop() function