Home
last modified time | relevance | path

Searched refs:o_height (Results 1 – 11 of 11) sorted by relevance

/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/
Dia_css_dvs.host.c65 unsigned int o_height, in convert_coords_to_ispparams() argument
81 o_height) : DVS_NUM_BLOCKS_Y(o_height)); in convert_coords_to_ispparams()
233 unsigned int o_height; in convert_allocate_dvs_6axis_config() local
252 o_height = binary->out_frame_info[0].res.height; 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/
Dg2d-hw.c30 n = f->o_height & 0xFFF; in g2d_set_src_size()
55 n = f->o_height & 0xFFF; in g2d_set_dst_size()
Dg2d.c65 .o_height = 0,
390 frm->o_height = 0; in vidioc_s_fmt()
430 s->r.left = f->o_height; in vidioc_g_selection()
495 f->o_height = s->r.top; in vidioc_s_selection()
496 f->bottom = f->o_height + f->c_height; in vidioc_s_selection()
Dg2d.h41 u32 o_height; member
/drivers/media/platform/samsung/exynos4-is/
Dfimc-m2m.c330 frame->o_height = pixm->height; in __set_frame_format()
419 s->r.height = frame->o_height; in fimc_m2m_g_selection()
466 &s->r.height, min_size, f->o_height, in fimc_m2m_try_selection()
472 if (s->r.top + s->r.height > f->o_height) in fimc_m2m_try_selection()
473 s->r.top = f->o_height - s->r.height; in fimc_m2m_try_selection()
Dfimc-core.h251 u32 o_height; member
504 f->o_height = height; in set_frame_bounds()
Dfimc-reg.c646 cfg |= (f->o_width << 16) | f->o_height; in fimc_hw_set_camera_source()
665 voff2 = f->o_height - f->height - f->offs_v; in fimc_hw_set_camera_offset()
Dfimc-capture.c1281 s->r.height = f->o_height; in fimc_cap_g_selection()
1600 r->height = f->o_height; in fimc_subdev_get_selection()
Dfimc-core.c679 pixm->height = frame->o_height; in __fimc_get_format()
/drivers/media/platform/st/stm32/dma2d/
Ddma2d.h67 u32 o_height; member
Ddma2d.c459 frm->o_height = 0; in vidioc_s_fmt()