Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/s5p-g2d/
Dg2d-hw.c32 n |= f->o_width & 0xFFF; in g2d_set_src_size()
57 n |= f->o_width & 0xFFF; in g2d_set_dst_size()
Dg2d.c64 .o_width = 0,
386 frm->o_width = 0; in vidioc_s_fmt()
428 s->r.top = f->o_width; in vidioc_g_selection()
491 f->o_width = s->r.left; in vidioc_s_selection()
494 f->right = f->o_width + f->c_width; in vidioc_s_selection()
Dg2d.h40 u32 o_width; member
/Linux-v5.4/drivers/media/platform/exynos4-is/
Dfimc-m2m.c332 frame->o_width = pixm->width; in __set_frame_format()
421 s->r.width = frame->o_width; in fimc_m2m_g_selection()
467 v4l_bound_align_image(&s->r.width, min_size, f->o_width, in fimc_m2m_try_selection()
473 if (s->r.left + s->r.width > f->o_width) in fimc_m2m_try_selection()
474 s->r.left = f->o_width - s->r.width; in fimc_m2m_try_selection()
Dfimc-core.h249 u32 o_width; member
506 f->o_width = width; in set_frame_bounds()
Dfimc-reg.c641 cfg |= (f->o_width << 16) | f->o_height; in fimc_hw_set_camera_source()
659 hoff2 = f->o_width - f->width - f->offs_h; in fimc_hw_set_camera_offset()
Dfimc-capture.c1284 s->r.width = f->o_width; in fimc_cap_g_selection()
1616 r->width = f->o_width; in fimc_subdev_get_selection()
Dfimc-core.c679 pixm->width = frame->o_width; in __fimc_get_format()