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

/linux-4.4.14/drivers/media/platform/omap/
H A Domap_vout.c105 static const struct v4l2_fmtdesc omap_formats[] = { variable in typeref:struct:v4l2_fmtdesc
145 #define NUM_OUTPUT_FORMATS (ARRAY_SIZE(omap_formats))
159 if (pix->pixelformat == omap_formats[ifmt].pixelformat) omap_vout_try_format()
166 pix->pixelformat = omap_formats[ifmt].pixelformat; omap_vout_try_format()
1061 fmt->flags = omap_formats[index].flags; vidioc_enum_fmt_vid_out()
1062 strlcpy(fmt->description, omap_formats[index].description, vidioc_enum_fmt_vid_out()
1064 fmt->pixelformat = omap_formats[index].pixelformat; vidioc_enum_fmt_vid_out()

Completed in 73 milliseconds