Searched refs:FIMC_COMPOSE (Results 1 – 2 of 2) sorted by relevance
632 if (ctx->state & FIMC_COMPOSE) { in fimc_capture_try_format()1051 if (!(ctx->state & FIMC_COMPOSE)) in __fimc_capture_set_format()1591 if (!(fmt->pad == FIMC_SD_PAD_SOURCE && (ctx->state & FIMC_COMPOSE))) in fimc_subdev_set_fmt()1595 ctx->state &= ~FIMC_COMPOSE; in fimc_subdev_set_fmt()1693 ctx->state |= FIMC_COMPOSE; in fimc_subdev_set_selection()
123 #define FIMC_COMPOSE (1 << 1) macro