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