Home
last modified time | relevance | path

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

/drivers/media/platform/s5p-g2d/
Dg2d-hw.c36 n |= f->o_width & 0xFFF; in g2d_set_src_size()
61 n |= f->o_width & 0xFFF; in g2d_set_dst_size()
Dg2d.c74 .o_width = 0,
402 frm->o_width = 0; in vidioc_s_fmt()
507 cr->c.top = f->o_width; in vidioc_g_crop()
547 f->o_width = cr->c.left; in vidioc_s_crop()
550 f->right = f->o_width + f->c_width; in vidioc_s_crop()
Dg2d.h46 u32 o_width; member
/drivers/media/platform/exynos4-is/
Dfimc-m2m.c364 frame->o_width = pixm->width; in __set_frame_format()
474 cr->bounds.width = frame->o_width; in fimc_m2m_cropcap()
529 v4l_bound_align_image(&cr->c.width, min_size, f->o_width, in fimc_m2m_try_crop()
535 if (cr->c.left + cr->c.width > f->o_width) in fimc_m2m_try_crop()
536 cr->c.left = f->o_width - cr->c.width; in fimc_m2m_try_crop()
Dfimc-core.h250 u32 o_width; member
513 f->o_width = width; in set_frame_bounds()
Dfimc-reg.c644 cfg |= (f->o_width << 16) | f->o_height; in fimc_hw_set_camera_source()
662 hoff2 = f->o_width - f->width - f->offs_h; in fimc_hw_set_camera_offset()
Dfimc-capture.c1305 s->r.width = f->o_width; in fimc_cap_g_selection()
1621 r->width = f->o_width; in fimc_subdev_get_selection()
Dfimc-core.c714 pixm->width = frame->o_width; in __fimc_get_format()