Home
last modified time | relevance | path

Searched refs:o_height (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/media/platform/samsung/s5p-g2d/
H A Dg2d-hw.c30 n = f->o_height & 0xFFF; in g2d_set_src_size()
55 n = f->o_height & 0xFFF; in g2d_set_dst_size()
H A Dg2d.c68 .o_height = 0,
386 frm->o_height = 0; in vidioc_s_fmt()
426 s->r.left = f->o_height; in vidioc_g_selection()
491 f->o_height = s->r.top; in vidioc_s_selection()
492 f->bottom = f->o_height + f->c_height; in vidioc_s_selection()
H A Dg2d.h41 u32 o_height; member
/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-m2m.c329 frame->o_height = pixm->height; in __set_frame_format()
418 s->r.height = frame->o_height; in fimc_m2m_g_selection()
465 &s->r.height, min_size, f->o_height, in fimc_m2m_try_selection()
471 if (s->r.top + s->r.height > f->o_height) in fimc_m2m_try_selection()
472 s->r.top = f->o_height - s->r.height; in fimc_m2m_try_selection()
H A Dfimc-reg.c646 cfg |= (f->o_width << 16) | f->o_height; in fimc_hw_set_camera_source()
665 voff2 = f->o_height - f->height - f->offs_v; in fimc_hw_set_camera_offset()
H A Dfimc-capture.c1279 s->r.height = f->o_height; in fimc_cap_g_selection()
1598 r->height = f->o_height; in fimc_subdev_get_selection()
/linux/drivers/media/platform/st/stm32/dma2d/
H A Ddma2d.h67 u32 o_height; member
H A Ddma2d.c454 frm->o_height = 0; in vidioc_s_fmt()