Searched refs:frame_height (Results 1 – 12 of 12) sorted by relevance
/drivers/media/v4l2-core/ |
D | v4l2-dv-timings.c | 369 bool v4l2_detect_cvt(unsigned frame_height, in v4l2_detect_cvt() argument 431 image_height = (frame_height - 2 * v_fp - 2 * vsync - 2 * v_bp) & ~0x1; in v4l2_detect_cvt() 433 image_height = (frame_height - v_fp - vsync - v_bp + 1) & ~0x1; in v4l2_detect_cvt() 518 fmt->bt.vbackporch = frame_height - image_height - v_fp - vsync; in v4l2_detect_cvt() 521 fmt->bt.vbackporch = (frame_height - image_height - 2 * v_fp - in v4l2_detect_cvt() 523 fmt->bt.il_vbackporch = frame_height - image_height - 2 * v_fp - in v4l2_detect_cvt() 587 bool v4l2_detect_gtf(unsigned frame_height, in v4l2_detect_gtf() argument 618 image_height = (frame_height - 2 * v_fp - 2 * vsync - 2 * v_bp) & ~0x1; in v4l2_detect_gtf() 620 image_height = (frame_height - v_fp - vsync - v_bp + 1) & ~0x1; in v4l2_detect_gtf() 676 fmt->bt.vbackporch = frame_height - image_height - v_fp - vsync; in v4l2_detect_gtf() [all …]
|
/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()
|
D | tc358743.c | 318 unsigned width, height, frame_width, frame_height, frame_interval, fps; in tc358743_get_detected_timings() local 341 frame_height = (((i2c_rd8(sd, V_SIZE_HI) & 0x3f) << 8) + in tc358743_get_detected_timings() 352 bt->vsync = frame_height - height; in tc358743_get_detected_timings() 354 bt->pixelclock = frame_width * frame_height * fps; in tc358743_get_detected_timings()
|
/drivers/media/pci/cobalt/ |
D | m00389_cvi_memmap_package.h | 29 uint32_t frame_height; /* Reg 0x0008, Default=0xc */ member
|
D | cobalt-v4l2.c | 324 iowrite32(bt->height, &cvi->frame_height); in cobalt_start_streaming() 534 ioread32(&cvi->frame_width), ioread32(&cvi->frame_height)); in cobalt_video_input_status_show()
|
/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 | 1039 int frame_width, frame_height; in add_in_dtd() local 1067 frame_height = q_data->c_rect.height; in add_in_dtd() 1070 frame_height /= 2; in add_in_dtd() 1074 frame_height, 0, 0); in add_in_dtd()
|
/drivers/media/usb/usbvision/ |
D | usbvision.h | 299 __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/fbdev/omap2/dss/ |
D | dispc.c | 2567 u16 frame_width, frame_height; in dispc_ovl_setup_common() local 2675 frame_height = out_height; in dispc_ovl_setup_common() 2678 frame_height = height; in dispc_ovl_setup_common() 2688 frame_width, frame_height, in dispc_ovl_setup_common() 2694 screen_width, frame_width, frame_height, in dispc_ovl_setup_common()
|
/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()
|