Searched refs:o_width (Results 1 – 11 of 11) sorted by relevance
/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ |
D | ia_css_dvs.host.c | 64 unsigned int o_width, in convert_coords_to_ispparams() argument 83 o_width) : DVS_NUM_BLOCKS_X( in convert_coords_to_ispparams() 84 …o_width)); // round num_x up to blockdim_x, if it concerns the Y0Y1 block (uv_flag==0) round up to… in convert_coords_to_ispparams() 232 unsigned int o_width; in convert_allocate_dvs_6axis_config() local 251 o_width = binary->out_frame_info[0].res.width; in convert_allocate_dvs_6axis_config() 256 i_stride, o_width, o_height, 0); in convert_allocate_dvs_6axis_config() 265 i_stride, o_width / 2, o_height / 2, 1); in convert_allocate_dvs_6axis_config()
|
/drivers/media/platform/samsung/s5p-g2d/ |
D | g2d-hw.c | 32 n |= f->o_width & 0xFFF; in g2d_set_src_size() 57 n |= f->o_width & 0xFFF; in g2d_set_dst_size()
|
D | g2d.c | 64 .o_width = 0, 389 frm->o_width = 0; in vidioc_s_fmt() 431 s->r.top = f->o_width; in vidioc_g_selection() 494 f->o_width = s->r.left; in vidioc_s_selection() 497 f->right = f->o_width + f->c_width; in vidioc_s_selection()
|
D | g2d.h | 40 u32 o_width; member
|
/drivers/media/platform/samsung/exynos4-is/ |
D | fimc-m2m.c | 329 frame->o_width = pixm->width; in __set_frame_format() 418 s->r.width = frame->o_width; in fimc_m2m_g_selection() 464 v4l_bound_align_image(&s->r.width, min_size, f->o_width, in fimc_m2m_try_selection() 470 if (s->r.left + s->r.width > f->o_width) in fimc_m2m_try_selection() 471 s->r.left = f->o_width - s->r.width; in fimc_m2m_try_selection()
|
D | fimc-core.h | 250 u32 o_width; member 503 f->o_width = width; in set_frame_bounds()
|
D | fimc-reg.c | 646 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()
|
D | fimc-capture.c | 1280 s->r.width = f->o_width; in fimc_cap_g_selection() 1599 r->width = f->o_width; in fimc_subdev_get_selection()
|
D | fimc-core.c | 678 pixm->width = frame->o_width; in __fimc_get_format()
|
/drivers/media/platform/st/stm32/dma2d/ |
D | dma2d.h | 66 u32 o_width; member
|
D | dma2d.c | 458 frm->o_width = 0; in vidioc_s_fmt()
|