Home
last modified time | relevance | path

Searched refs:o_width (Results 1 – 6 of 6) 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.h40 u32 o_width; member
/linux/drivers/media/platform/st/stm32/dma2d/
H A Ddma2d.h66 u32 o_width; member
/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-core.h250 u32 o_width; member
503 f->o_width = width; in set_frame_bounds()
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-core.c678 pixm->width = frame->o_width; in __fimc_get_format()