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