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