Searched defs:uvc_format (Results 1 – 2 of 2) sorted by relevance
275 struct uvc_format { struct276 u8 type;277 u8 index;278 u8 bpp;279 enum v4l2_colorspace colorspace;280 enum v4l2_xfer_func xfer_func;281 enum v4l2_ycbcr_encoding ycbcr_enc;282 u32 fcc;283 u32 flags;285 unsigned int nframes;[all …]
240 const struct uvc_format **uvc_format, in uvc_v4l2_try_format()