Searched refs:frame_height (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/drivers/media/i2c/
H A Dths7303.c289 u32 frame_width, frame_height; ths7303_log_status() local
292 frame_height = V4L2_DV_BT_FRAME_HEIGHT(bt); ths7303_log_status()
296 (frame_height * frame_width) > 0 ? ths7303_log_status()
298 (frame_height * frame_width) : 0, ths7303_log_status()
299 frame_width, frame_height, ths7303_log_status()
/linux-4.1.27/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c335 * @frame_height - the total height of the frame (including blanking) in lines.
350 bool v4l2_detect_cvt(unsigned frame_height, unsigned hfreq, unsigned vsync, v4l2_detect_cvt() argument
383 image_height = (frame_height - v_fp - vsync - v_bp + 1) & ~0x1; v4l2_detect_cvt()
453 fmt->bt.vbackporch = frame_height - image_height - v_fp - vsync; v4l2_detect_cvt()
491 * @frame_height - the total height of the frame (including blanking) in lines.
507 bool v4l2_detect_gtf(unsigned frame_height, v4l2_detect_gtf() argument
533 image_height = (frame_height - v_fp - vsync - v_bp + 1) & ~0x1; v4l2_detect_gtf()
574 fmt->bt.vbackporch = frame_height - image_height - v_fp - vsync; v4l2_detect_gtf()
/linux-4.1.27/include/media/
H A Dv4l2-dv-timings.h115 * @frame_height - the total height of the frame (including blanking) in lines.
126 bool v4l2_detect_cvt(unsigned frame_height, unsigned hfreq, unsigned vsync,
130 * @frame_height - the total height of the frame (including blanking) in lines.
146 bool v4l2_detect_gtf(unsigned frame_height, unsigned hfreq, unsigned vsync,
/linux-4.1.27/drivers/media/platform/ti-vpe/
H A Dvpdma.h197 int frame_height, int start_h, int start_v);
H A Dvpdma.c595 pr_debug("word4: frame_width = %d, frame_height = %d\n", dump_dtd()
701 int frame_height, int start_h, int start_v) vpdma_add_in_dtd()
741 frame_height); vpdma_add_in_dtd()
697 vpdma_add_in_dtd(struct vpdma_desc_list *list, int width, const struct v4l2_rect *c_rect, const struct vpdma_data_format *fmt, dma_addr_t dma_addr, enum vpdma_channel chan, int field, u32 flags, int frame_width, int frame_height, int start_h, int start_v) vpdma_add_in_dtd() argument
H A Dvpe.c1033 int frame_width, frame_height; add_in_dtd() local
1061 frame_height = q_data->c_rect.height; add_in_dtd()
1064 frame_height /= 2; add_in_dtd()
1068 frame_height, 0, 0); add_in_dtd()
/linux-4.1.27/drivers/media/usb/usbvision/
H A Dusbvision.h298 __u16 frame_height; /* 10 - 11 after endian correction*/ member in struct:usbvision_frame_header
H A Dusbvision-core.c337 header->frame_height = header->frame_height_lo + (header->frame_height_hi << 8); scratch_get_header()
444 frame->isoc_header.frame_height); usbvision_find_header()
461 frame->frmheight = frame->isoc_header.frame_height * usbvision->stretch_height; usbvision_find_header()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Ddispc.c2524 u16 frame_width, frame_height; dispc_ovl_setup_common() local
2596 frame_height = out_height; dispc_ovl_setup_common()
2599 frame_height = height; dispc_ovl_setup_common()
2609 frame_width, frame_height, dispc_ovl_setup_common()
2615 screen_width, frame_width, frame_height, dispc_ovl_setup_common()
/linux-4.1.27/drivers/media/pci/bt8xx/
H A Dbttv-driver.c1948 __s32 frame_height = height << !V4L2_FIELD_HAS_BOTH(field); bttv_crop_adjust() local
1968 } else if (frame_height > c->max_scaled_height) { bttv_crop_adjust()
1971 c->rect.height = (frame_height + 1) & ~1; bttv_crop_adjust()

Completed in 380 milliseconds