Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/
H A Dfimc-capture.c615 if (ctx->state & FIMC_COMPOSE) { in fimc_capture_try_format()
1034 if (!(ctx->state & FIMC_COMPOSE)) in __fimc_capture_set_format()
1566 if (!(fmt->pad == FIMC_SD_PAD_SOURCE && (ctx->state & FIMC_COMPOSE))) in fimc_subdev_set_fmt()
1570 ctx->state &= ~FIMC_COMPOSE; in fimc_subdev_set_fmt()
1669 ctx->state |= FIMC_COMPOSE; in fimc_subdev_set_selection()
H A Dfimc-core.h120 #define FIMC_COMPOSE (1 << 1) macro