Home
last modified time | relevance | path

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

/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.h92 u16 w_height; member
Duvc_configfs.c1157 UVCG_FRAME_ATTR(w_height, wHeight, 16);
1331 h->frame.w_height = 360; in uvcg_frame_make()
/drivers/staging/media/deprecated/saa7146/common/
Dsaa7146_hlp.c560 static void saa7146_set_position(struct saa7146_dev *dev, int w_x, int w_y, int w_height, enum v4l2… 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()