Home
last modified time | relevance | path

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

/drivers/media/platform/s5p-g2d/
Dg2d-hw.c34 n = f->o_height & 0xFFF; in g2d_set_src_size()
59 n = f->o_height & 0xFFF; in g2d_set_dst_size()
Dg2d.c75 .o_height = 0,
404 frm->o_height = 0; in vidioc_s_fmt()
441 cr->c.left = f->o_height; in vidioc_g_crop()
483 f->o_height = cr->c.top; in vidioc_s_crop()
484 f->bottom = f->o_height + f->c_height; in vidioc_s_crop()
Dg2d.h47 u32 o_height; member
/drivers/media/platform/exynos4-is/
Dfimc-m2m.c352 frame->o_height = pixm->height; in __set_frame_format()
412 cr->bounds.height = frame->o_height; in fimc_m2m_cropcap()
468 &cr->c.height, min_size, f->o_height, in fimc_m2m_try_crop()
474 if (cr->c.top + cr->c.height > f->o_height) in fimc_m2m_try_crop()
475 cr->c.top = f->o_height - cr->c.height; in fimc_m2m_try_crop()
Dfimc-core.h253 u32 o_height; member
513 f->o_height = height; in set_frame_bounds()
Dfimc-reg.c644 cfg |= (f->o_width << 16) | f->o_height; in fimc_hw_set_camera_source()
663 voff2 = f->o_height - f->height - f->offs_v; in fimc_hw_set_camera_offset()
Dfimc-capture.c1295 s->r.height = f->o_height; in fimc_cap_g_selection()
1624 r->height = f->o_height; in fimc_subdev_get_selection()
Dfimc-core.c704 pixm->height = frame->o_height; in __fimc_get_format()