Searched refs:w_height (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | uvc_v4l2.c | 72 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()
|
H A D | uvc_configfs.h | 102 u16 w_height; member
|
H A D | uvc_configfs.c | 2019 UVCG_FRAME_ATTR(w_height, wHeight, 16); 2142 h->frame.w_height = 360; in uvcg_frame_make()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/ |
H A D | webcam.c | 246 .w_height = UVCG_HEIGHT_360P, 296 .w_height = UVCG_HEIGHT_720P, 371 .w_height = UVCG_HEIGHT_360P, 414 .w_height = UVCG_HEIGHT_720P,
|
/kernel/linux/linux-5.10/drivers/media/common/saa7146/ |
H A D | saa7146_hlp.c | 560 static void saa7146_set_position(struct saa7146_dev *dev, int w_x, int w_y, int w_height, enum v4l2_field field, u32 pixelformat) in saa7146_set_position() argument 583 vdma1.prot_addr = vdma1.base_even + (w_height * (vdma1.pitch / 2)); in saa7146_set_position() 586 vdma1.base_even = base + ((w_y+w_height) * (vdma1.pitch/2)) + (w_x * (b_depth / 8)); in saa7146_set_position() 588 vdma1.prot_addr = vdma1.base_odd - (w_height * (vdma1.pitch / 2)); in saa7146_set_position()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | uvc_configfs.c | 1134 u16 w_height; member 1245 UVCG_FRAME_ATTR(w_height, wHeight, 16); 1418 h->frame.w_height = 360; in uvcg_frame_make()
|
Completed in 11 milliseconds