Home
last modified time | relevance | path

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

/drivers/media/platform/exynos4-is/
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()
1327 set_frame_crop(f, s->r.left, s->r.top, s->r.width, in fimc_cap_s_selection()
1568 set_frame_crop(ff, 0, 0, mf->width, mf->height); in fimc_subdev_set_fmt()
1667 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