Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/s5p-g2d/
Dg2d-hw.c30 n = f->o_height & 0xFFF; in g2d_set_src_size()
55 n = f->o_height & 0xFFF; in g2d_set_dst_size()
Dg2d.c65 .o_height = 0,
387 frm->o_height = 0; in vidioc_s_fmt()
427 s->r.left = f->o_height; in vidioc_g_selection()
492 f->o_height = s->r.top; in vidioc_s_selection()
493 f->bottom = f->o_height + f->c_height; in vidioc_s_selection()
Dg2d.h41 u32 o_height; member
/Linux-v5.4/drivers/media/platform/exynos4-is/
Dfimc-m2m.c333 frame->o_height = pixm->height; in __set_frame_format()
422 s->r.height = frame->o_height; in fimc_m2m_g_selection()
469 &s->r.height, min_size, f->o_height, in fimc_m2m_try_selection()
475 if (s->r.top + s->r.height > f->o_height) in fimc_m2m_try_selection()
476 s->r.top = f->o_height - s->r.height; in fimc_m2m_try_selection()
Dfimc-core.h250 u32 o_height; member
507 f->o_height = height; in set_frame_bounds()
Dfimc-reg.c641 cfg |= (f->o_width << 16) | f->o_height; in fimc_hw_set_camera_source()
660 voff2 = f->o_height - f->height - f->offs_v; in fimc_hw_set_camera_offset()
Dfimc-capture.c1285 s->r.height = f->o_height; in fimc_cap_g_selection()
1617 r->height = f->o_height; in fimc_subdev_get_selection()
Dfimc-core.c680 pixm->height = frame->o_height; in __fimc_get_format()