Searched refs:frame_height (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/include/media/ |
D | v4l2-dv-timings.h | 126 bool v4l2_detect_cvt(unsigned frame_height, unsigned hfreq, unsigned vsync, 146 bool v4l2_detect_gtf(unsigned frame_height, unsigned hfreq, unsigned vsync,
|
/linux-4.1.27/drivers/media/i2c/ |
D | ths7303.c | 289 u32 frame_width, frame_height; in ths7303_log_status() local 292 frame_height = V4L2_DV_BT_FRAME_HEIGHT(bt); in ths7303_log_status() 296 (frame_height * frame_width) > 0 ? in ths7303_log_status() 298 (frame_height * frame_width) : 0, in ths7303_log_status() 299 frame_width, frame_height, in ths7303_log_status()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-dv-timings.c | 350 bool v4l2_detect_cvt(unsigned frame_height, unsigned hfreq, unsigned vsync, in v4l2_detect_cvt() argument 383 image_height = (frame_height - v_fp - vsync - v_bp + 1) & ~0x1; in v4l2_detect_cvt() 453 fmt->bt.vbackporch = frame_height - image_height - v_fp - vsync; in v4l2_detect_cvt() 507 bool v4l2_detect_gtf(unsigned frame_height, in v4l2_detect_gtf() argument 533 image_height = (frame_height - v_fp - vsync - v_bp + 1) & ~0x1; in v4l2_detect_gtf() 574 fmt->bt.vbackporch = frame_height - image_height - v_fp - vsync; in v4l2_detect_gtf()
|
/linux-4.1.27/drivers/media/platform/ti-vpe/ |
D | vpdma.h | 197 int frame_height, int start_h, int start_v);
|
D | vpdma.c | 701 int frame_height, int start_h, int start_v) in vpdma_add_in_dtd() argument 741 frame_height); in vpdma_add_in_dtd()
|
D | vpe.c | 1033 int frame_width, frame_height; in add_in_dtd() local 1061 frame_height = q_data->c_rect.height; in add_in_dtd() 1064 frame_height /= 2; in add_in_dtd() 1068 frame_height, 0, 0); in add_in_dtd()
|
/linux-4.1.27/drivers/media/usb/usbvision/ |
D | usbvision.h | 298 __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()
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | dispc.c | 2524 u16 frame_width, frame_height; in dispc_ovl_setup_common() local 2596 frame_height = out_height; in dispc_ovl_setup_common() 2599 frame_height = height; in dispc_ovl_setup_common() 2609 frame_width, frame_height, in dispc_ovl_setup_common() 2615 screen_width, frame_width, frame_height, in dispc_ovl_setup_common()
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | bttv-driver.c | 1948 __s32 frame_height = height << !V4L2_FIELD_HAS_BOTH(field); in bttv_crop_adjust() local 1968 } else if (frame_height > c->max_scaled_height) { in bttv_crop_adjust() 1971 c->rect.height = (frame_height + 1) & ~1; in bttv_crop_adjust()
|