Home
last modified time | relevance | path

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

/drivers/usb/gadget/legacy/
Dwebcam.c246 .w_height = UVCG_HEIGHT_360P,
296 .w_height = UVCG_HEIGHT_720P,
371 .w_height = UVCG_HEIGHT_360P,
414 .w_height = UVCG_HEIGHT_720P,
/drivers/usb/gadget/function/
Duvc_v4l2.c72 return bpl ? bpl * uframe->frame.w_height : in uvc_get_frame_size()
157 h = frame->frm->frame.w_height; in find_closest_frame_by_size()
264 fmt->fmt.pix.height = uframe->frame.w_height; in uvc_v4l2_try_format()
312 frame->frm->frame.w_height == fival->height) { in uvc_v4l2_enum_frameintervals()
357 fsize->discrete.height = uframe->frame.w_height; in uvc_v4l2_enum_framesizes()
Duvc_configfs.h102 u16 w_height; member
Duvc_configfs.c2020 UVCG_FRAME_ATTR(w_height, wHeight, 16);
2143 h->frame.w_height = 360; in uvcg_frame_make()