Searched refs:o_width (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ |
D | ia_css_dvs.host.c | 66 unsigned int o_width, in convert_coords_to_ispparams() argument 85 o_width) : DVS_NUM_BLOCKS_X( in convert_coords_to_ispparams() 86 …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() 234 unsigned int o_width; in convert_allocate_dvs_6axis_config() local 253 o_width = binary->out_frame_info[0].res.width; in convert_allocate_dvs_6axis_config() 258 i_stride, o_width, o_height, 0); in convert_allocate_dvs_6axis_config() 267 i_stride, o_width / 2, o_height / 2, 1); in convert_allocate_dvs_6axis_config()
|
/Linux-v5.10/drivers/media/platform/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, 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()
|
D | g2d.h | 40 u32 o_width; member
|
/Linux-v5.10/drivers/media/platform/exynos4-is/ |
D | fimc-m2m.c | 332 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()
|
D | fimc-core.h | 249 u32 o_width; member 501 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 | 1279 s->r.width = f->o_width; in fimc_cap_g_selection() 1598 r->width = f->o_width; in fimc_subdev_get_selection()
|
D | fimc-core.c | 679 pixm->width = frame->o_width; in __fimc_get_format()
|