Home
last modified time | relevance | path

Searched refs:gsc_fmt (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/media/platform/exynos-gsc/
Dgsc-core.h117 struct gsc_fmt { struct
204 const struct gsc_fmt *fmt;
388 const struct gsc_fmt *get_format(int index);
389 const struct gsc_fmt *find_fmt(u32 *pixelformat, u32 *mbus_code, u32 index);
429 static inline int is_tiled(const struct gsc_fmt *fmt) in is_tiled()
Dgsc-core.c32 static const struct gsc_fmt gsc_formats[] = {
226 const struct gsc_fmt *get_format(int index) in get_format()
231 return (struct gsc_fmt *)&gsc_formats[index]; in get_format()
234 const struct gsc_fmt *find_fmt(u32 *pixelformat, u32 *mbus_code, u32 index) in find_fmt()
236 const struct gsc_fmt *fmt, *def_fmt = NULL; in find_fmt()
336 const struct gsc_fmt *fmt; in gsc_enum_fmt_mplane()
421 const struct gsc_fmt *fmt; in gsc_try_fmt_mplane()