Home
last modified time | relevance | path

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

/linux/drivers/media/platform/samsung/s5p-g2d/
H A Dg2d-hw.c32 n |= f->o_width & 0xFFF; in g2d_set_src_size()
57 n |= f->o_width & 0xFFF; in g2d_set_dst_size()
H A Dg2d.c67 .o_width = 0,
385 frm->o_width = 0; in vidioc_s_fmt()
427 s->r.top = f->o_width; in vidioc_g_selection()
490 f->o_width = s->r.left; in vidioc_s_selection()
493 f->right = f->o_width + f->c_width; in vidioc_s_selection()
H A Dg2d.h40 u32 o_width; member
/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-m2m.c328 frame->o_width = pixm->width; in __set_frame_format()
417 s->r.width = frame->o_width; in fimc_m2m_g_selection()
463 v4l_bound_align_image(&s->r.width, min_size, f->o_width, in fimc_m2m_try_selection()
469 if (s->r.left + s->r.width > f->o_width) in fimc_m2m_try_selection()
470 s->r.left = f->o_width - s->r.width; in fimc_m2m_try_selection()
H A Dfimc-reg.c646 cfg |= (f->o_width << 16) | f->o_height; in fimc_hw_set_camera_source()
664 hoff2 = f->o_width - f->width - f->offs_h; in fimc_hw_set_camera_offset()
H A Dfimc-capture.c1278 s->r.width = f->o_width; in fimc_cap_g_selection()
1597 r->width = f->o_width; in fimc_subdev_get_selection()
/linux/drivers/media/platform/st/stm32/dma2d/
H A Ddma2d.h66 u32 o_width; member
H A Ddma2d.c453 frm->o_width = 0; in vidioc_s_fmt()