Searched refs:find_fmt (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/media/platform/s5p-g2d/ |
D | g2d.c | 80 static struct g2d_fmt *find_fmt(struct v4l2_format *f) in find_fmt() function 343 fmt = find_fmt(f); in vidioc_try_fmt() 390 fmt = find_fmt(f); in vidioc_s_fmt()
|
/linux-4.4.14/drivers/media/platform/exynos-gsc/ |
D | gsc-core.c | 208 const struct gsc_fmt *find_fmt(u32 *pixelformat, u32 *mbus_code, u32 index) in find_fmt() function 312 fmt = find_fmt(NULL, NULL, f->index); in gsc_enum_fmt_mplane() 402 fmt = find_fmt(&pix_mp->pixelformat, NULL, 0); in gsc_try_fmt_mplane()
|
D | gsc-core.h | 392 const struct gsc_fmt *find_fmt(u32 *pixelformat, u32 *mbus_code, u32 index);
|
D | gsc-m2m.c | 341 frame->fmt = find_fmt(&pix->pixelformat, NULL, 0); in gsc_m2m_s_fmt_mplane()
|