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