Searched refs:f_height (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/video/ |
D | sh_mobile_hdmi.c | 740 unsigned int f_width = 0, f_height = 0, f_refresh = 0; in sh_hdmi_read_edid() local 801 &f_width, &f_height, &f_refresh); in sh_hdmi_read_edid() 804 f_height = 0; in sh_hdmi_read_edid() 810 f_width, f_height, f_refresh); in sh_hdmi_read_edid() 819 if (!f_width && !f_height) { in sh_hdmi_read_edid() 830 } else if (f_width != mode->xres || f_height != mode->yres) { in sh_hdmi_read_edid()
|
/linux-2.6.39/drivers/media/video/s5p-fimc/ |
D | fimc-capture.c | 269 return fr->f_width * fr->f_height * fr->fmt->depth[plane] / 8; in get_plane_size() 502 frame->f_height = fmt->height; in sync_capture_fmt() 550 frame->f_height = pix->height; in fimc_cap_s_fmt_mplane() 839 fr->height = fr->f_height = fr->o_height = 480; in fimc_register_capture_device()
|
D | fimc-reg.c | 172 cfg |= S5P_ORIG_SIZE_VER(frame->f_height); in fimc_hw_set_out_dma_size() 398 cfg_o |= S5P_ORIG_SIZE_VER(frame->f_height); in fimc_hw_set_in_dma_size()
|
D | fimc-core.c | 1005 frame->f_height = pix->height; in fimc_m2m_s_fmt_mplane() 1018 dbg("f_w: %d, f_h: %d", frame->f_width, frame->f_height); in fimc_m2m_s_fmt_mplane() 1219 cr->bounds.height = frame->f_height; in fimc_m2m_cropcap() 1299 f->f_width, f->f_height); in fimc_try_crop()
|
D | fimc-core.h | 265 u32 f_height; member
|