Searched refs:frame_height (Results 1 – 7 of 7) sorted by relevance
/drivers/media/i2c/ |
D | ths7303.c | 317 u32 frame_width, frame_height; in ths7303_log_status() local 321 frame_height = bt->height + bt->vfrontporch + in ths7303_log_status() 326 (frame_height * frame_width) > 0 ? in ths7303_log_status() 328 (frame_height * frame_width) : 0, in ths7303_log_status() 329 frame_width, frame_height, in ths7303_log_status()
|
D | ad9389b.c | 469 u32 frame_height = bt->height + bt->vfrontporch + in ad9389b_log_status() local 471 u32 frame_size = frame_width * frame_height; in ad9389b_log_status() 476 frame_width, frame_height, in ad9389b_log_status()
|
/drivers/media/v4l2-core/ |
D | v4l2-common.c | 627 bool v4l2_detect_cvt(unsigned frame_height, unsigned hfreq, unsigned vsync, in v4l2_detect_cvt() argument 660 image_height = (frame_height - v_fp - vsync - v_bp + 1) & ~0x1; in v4l2_detect_cvt() 730 fmt->bt.vbackporch = frame_height - image_height - v_fp - vsync; in v4l2_detect_cvt() 784 bool v4l2_detect_gtf(unsigned frame_height, in v4l2_detect_gtf() argument 810 image_height = (frame_height - v_fp - vsync - v_bp + 1) & ~0x1; in v4l2_detect_gtf() 849 fmt->bt.vbackporch = frame_height - image_height - v_fp - vsync; in v4l2_detect_gtf()
|
/drivers/media/usb/usbvision/ |
D | usbvision.h | 306 __u16 frame_height; /* 10 - 11 after endian correction*/ member
|
D | usbvision-core.c | 337 header->frame_height = header->frame_height_lo + (header->frame_height_hi << 8); in scratch_get_header() 444 frame->isoc_header.frame_height); in usbvision_find_header() 461 frame->frmheight = frame->isoc_header.frame_height * usbvision->stretch_height; in usbvision_find_header()
|
/drivers/video/omap2/dss/ |
D | dispc.c | 2403 u16 frame_width, frame_height; in dispc_ovl_setup_common() local 2475 frame_height = out_height; in dispc_ovl_setup_common() 2478 frame_height = height; in dispc_ovl_setup_common() 2488 frame_width, frame_height, in dispc_ovl_setup_common() 2494 screen_width, frame_width, frame_height, in dispc_ovl_setup_common()
|
/drivers/media/pci/bt8xx/ |
D | bttv-driver.c | 1990 __s32 frame_height = height << !V4L2_FIELD_HAS_BOTH(field); in bttv_crop_adjust() local 2010 } else if (frame_height > c->max_scaled_height) { in bttv_crop_adjust() 2013 c->rect.height = (frame_height + 1) & ~1; in bttv_crop_adjust()
|