Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/
A Dia_css_dvs.host.c66 unsigned int o_width, in convert_coords_to_ispparams() argument
85 o_width) : DVS_NUM_BLOCKS_X( in convert_coords_to_ispparams()
86o_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/drivers/media/platform/s5p-g2d/
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()
A Dg2d.c64 .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()
A Dg2d.h40 u32 o_width; member
/linux/drivers/media/platform/exynos4-is/
A Dfimc-m2m.c329 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()
A Dfimc-core.h250 u32 o_width; member
503 f->o_width = width; in set_frame_bounds()
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()
A Dfimc-capture.c1277 s->r.width = f->o_width; in fimc_cap_g_selection()
1596 r->width = f->o_width; in fimc_subdev_get_selection()
A Dfimc-core.c679 pixm->width = frame->o_width; in __fimc_get_format()

Completed in 20 milliseconds