Searched defs:uvc_format (Results 1 – 2 of 2) sorted by relevance
267 struct uvc_format { struct268 u8 type;269 u8 index;270 u8 bpp;271 enum v4l2_colorspace colorspace;272 enum v4l2_xfer_func xfer_func;273 enum v4l2_ycbcr_encoding ycbcr_enc;274 u32 fcc;275 u32 flags;277 unsigned int nframes;[all …]
215 const struct uvc_format **uvc_format, in uvc_v4l2_try_format()