Searched refs:ceu_fmt (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/platform/renesas/
H A Drenesas-ceu.c216 * ceu_fmt - describe a memory output format supported by CEU interface.
221 struct ceu_fmt { struct
233 static const struct ceu_fmt ceu_fmt_list[] = {
268 static const struct ceu_fmt *get_ceu_fmt_from_fourcc(unsigned int fourcc)
270 const struct ceu_fmt *fmt = &ceu_fmt_list[0];
574 * @ceu_fmt: Active image format.
578 const struct ceu_fmt *ceu_fmt,
589 bpl = pix->width * ceu_fmt->bpp / 8;
790 const struct ceu_fmt *ceu_fm local
577 ceu_calc_plane_sizes(struct ceu_device *ceudev, const struct ceu_fmt *ceu_fmt, struct v4l2_pix_format_mplane *pix) argument
1268 const struct ceu_fmt *ceu_fmt; local
1300 const struct ceu_fmt *ceu_fmt; local
[all...]

Completed in 88 milliseconds