Home
last modified time | relevance | path

Searched refs:uformat (Results 1 – 1 of 1) sorted by relevance

/drivers/usb/gadget/function/
Duvc_v4l2.c30 static struct uvc_format_desc *to_uvc_format(struct uvcg_format *uformat) in to_uvc_format() argument
36 if (uformat->type == UVCG_UNCOMPRESSED) { in to_uvc_format()
37 unc = to_uvcg_uncompressed(&uformat->group.cg_item); in to_uvc_format()
51 static int uvc_v4l2_get_bytesperline(struct uvcg_format *uformat, in uvc_v4l2_get_bytesperline() argument
56 if (uformat->type == UVCG_UNCOMPRESSED) { in uvc_v4l2_get_bytesperline()
57 u = to_uvcg_uncompressed(&uformat->group.cg_item); in uvc_v4l2_get_bytesperline()
67 static int uvc_get_frame_size(struct uvcg_format *uformat, in uvc_get_frame_size() argument
70 unsigned int bpl = uvc_v4l2_get_bytesperline(uformat, uframe); in uvc_get_frame_size()
79 struct uvcg_format *uformat = NULL; in find_format_by_index() local
84 uformat = format->fmt; in find_format_by_index()
[all …]