Home
last modified time | relevance | path

Searched refs:height_y (Results 1 – 8 of 8) sorted by relevance

/drivers/staging/media/atomisp/pci/
Dsh_css_param_dvs.c28 unsigned int height_y = 0; in alloc_dvs_6axis_table() local
43 dvs_config->height_y = height_y = dvs_config_src->height_y; in alloc_dvs_6axis_table()
46 IA_CSS_LOG("alloc_dvs_6axis_table Y: W %d H %d", width_y, height_y); in alloc_dvs_6axis_table()
49 dvs_config->height_y = height_y = DVS_TABLE_IN_BLOCKDIM_Y_LUMA( in alloc_dvs_6axis_table()
57 IA_CSS_LOG("alloc_dvs_6axis_table Y: W %d H %d", width_y, height_y); in alloc_dvs_6axis_table()
61 dvs_config->xcoords_y = kvmalloc(width_y * height_y * sizeof(uint32_t), in alloc_dvs_6axis_table()
69 dvs_config->ycoords_y = kvmalloc(width_y * height_y * sizeof(uint32_t), in alloc_dvs_6axis_table()
112 unsigned int height_y = dvs_config->height_y; in init_dvs_6axis_table_from_default() local
117 dvs_offset->width, dvs_offset->height, width_y, height_y); in init_dvs_6axis_table_from_default()
118 for (y = 0; y < height_y; y++) { in init_dvs_6axis_table_from_default()
[all …]
Dia_css_types.h420 u32 height_y; member
Dsh_css_params.c1740 assert(dvs_config->height_y == dvs_config->height_uv); in sh_css_set_pipe_dvs_6axis_config()
1764 assert(dvs_config->height_y == dvs_config->height_uv); in sh_css_get_pipe_dvs_6axis_config()
1771 (dvs_config->height_y == params->pipe_dvs_6axis_config[pipe->mode]->height_y) && in sh_css_get_pipe_dvs_6axis_config()
4648 unsigned int height_y; in ia_css_dvs2_6axis_config_allocate() local
4668 dvs_config->height_y = height_y = in ia_css_dvs2_6axis_config_allocate()
4669 params->pipe_dvs_6axis_config[IA_CSS_PIPE_ID_VIDEO]->height_y; in ia_css_dvs2_6axis_config_allocate()
4674 IA_CSS_LOG("table Y: W %d H %d", width_y, height_y); in ia_css_dvs2_6axis_config_allocate()
4676 dvs_config->xcoords_y = kvmalloc(width_y * height_y * sizeof(uint32_t), in ia_css_dvs2_6axis_config_allocate()
4681 dvs_config->ycoords_y = kvmalloc(width_y * height_y * sizeof(uint32_t), in ia_css_dvs2_6axis_config_allocate()
Datomisp_compat_ioctl32.h280 u32 height_y; member
Datomisp_compat_ioctl32.c250 assign_in_user(&kp->height_y, &up->height_y) || in get_atomisp_dvs_6axis_config32()
Datomisp_cmd.c3887 old_6axis_config->height_y != t_6axis_config.height_y || in atomisp_cp_dvs_6axis_config()
3907 t_6axis_config.height_y * in atomisp_cp_dvs_6axis_config()
3914 t_6axis_config.height_y * in atomisp_cp_dvs_6axis_config()
3935 old_6axis_config->height_y != source_6axis_config->height_y || in atomisp_cp_dvs_6axis_config()
3955 source_6axis_config->height_y * in atomisp_cp_dvs_6axis_config()
3962 source_6axis_config->height_y * in atomisp_cp_dvs_6axis_config()
/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/
Dia_css_dvs.host.c106 height = config->height_y; in convert_coords_to_ispparams()
/drivers/staging/media/atomisp/include/linux/
Datomisp.h457 u32 height_y; member