Searched refs:FIMC_COMPOSE (Results 1 – 2 of 2) sorted by relevance
615 if (ctx->state & FIMC_COMPOSE) { in fimc_capture_try_format()1035 if (!(ctx->state & FIMC_COMPOSE)) in __fimc_capture_set_format()1569 if (!(fmt->pad == FIMC_SD_PAD_SOURCE && (ctx->state & FIMC_COMPOSE))) in fimc_subdev_set_fmt()1573 ctx->state &= ~FIMC_COMPOSE; in fimc_subdev_set_fmt()1672 ctx->state |= FIMC_COMPOSE; in fimc_subdev_set_selection()
120 #define FIMC_COMPOSE (1 << 1) macro