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