Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/omap/
Domap_vout.c105 static const struct v4l2_fmtdesc omap_formats[] = { variable
145 #define NUM_OUTPUT_FORMATS (ARRAY_SIZE(omap_formats))
159 if (pix->pixelformat == omap_formats[ifmt].pixelformat) in omap_vout_try_format()
166 pix->pixelformat = omap_formats[ifmt].pixelformat; in omap_vout_try_format()
1062 fmt->flags = omap_formats[index].flags; in vidioc_enum_fmt_vid_out()
1063 strlcpy(fmt->description, omap_formats[index].description, in vidioc_enum_fmt_vid_out()
1065 fmt->pixelformat = omap_formats[index].pixelformat; in vidioc_enum_fmt_vid_out()