Searched refs:o_height (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 | 65 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/ |
D | g2d-hw.c | 30 n = f->o_height & 0xFFF; in g2d_set_src_size() 55 n = f->o_height & 0xFFF; in g2d_set_dst_size()
|
D | g2d.c | 65 .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()
|
D | g2d.h | 41 u32 o_height; member
|
/drivers/media/platform/samsung/exynos4-is/ |
D | fimc-m2m.c | 330 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()
|
D | fimc-core.h | 251 u32 o_height; member 504 f->o_height = height; in set_frame_bounds()
|
D | fimc-reg.c | 646 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()
|
D | fimc-capture.c | 1281 s->r.height = f->o_height; in fimc_cap_g_selection() 1600 r->height = f->o_height; in fimc_subdev_get_selection()
|
D | fimc-core.c | 679 pixm->height = frame->o_height; in __fimc_get_format()
|
/drivers/media/platform/st/stm32/dma2d/ |
D | dma2d.h | 67 u32 o_height; member
|
D | dma2d.c | 459 frm->o_height = 0; in vidioc_s_fmt()
|