Searched refs:inp_fmt (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/media/platform/samsung/exynos4-is/ |
| H A D | fimc-capture.c | 904 const struct fimc_fmt **inp_fmt, in __video_try_or_set_format() argument 953 ret = fimc_pipeline_try_format(ctx, mf, inp_fmt, try); in __video_try_or_set_format() 987 const struct fimc_fmt *out_fmt = NULL, *inp_fmt = NULL; in fimc_cap_try_fmt_mplane() local 989 return __video_try_or_set_format(fimc, f, true, &inp_fmt, &out_fmt); in fimc_cap_try_fmt_mplane() 1013 const struct fimc_fmt *inp_fmt = NULL; in __fimc_capture_set_format() local 1019 ret = __video_try_or_set_format(fimc, f, false, &inp_fmt, &ff->fmt); in __fimc_capture_set_format() 1040 ctx->s_frame.fmt = inp_fmt; in __fimc_capture_set_format()
|