Searched refs:inp_fmt (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-lite.c693 const struct fimc_fmt *inp_fmt = fimc->inp_frame.fmt; local
696 if (WARN_ON(inp_fmt == NULL))
703 if (inp_fmt->flags & FMT_FLAGS_YUV)
705 inp_fmt->flags, 0);
707 fmt = inp_fmt;
H A Dfimc-capture.c906 const struct fimc_fmt **inp_fmt,
955 ret = fimc_pipeline_try_format(ctx, mf, inp_fmt, try);
989 const struct fimc_fmt *out_fmt = NULL, *inp_fmt = NULL; local
991 return __video_try_or_set_format(fimc, f, true, &inp_fmt, &out_fmt);
1015 const struct fimc_fmt *inp_fmt = NULL; local
1021 ret = __video_try_or_set_format(fimc, f, false, &inp_fmt, &ff->fmt);
1042 ctx->s_frame.fmt = inp_fmt;
904 __video_try_or_set_format(struct fimc_dev *fimc, struct v4l2_format *f, bool try, const struct fimc_fmt **inp_fmt, const struct fimc_fmt **out_fmt) argument

Completed in 139 milliseconds