Searched refs:height_y (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/staging/media/atomisp/pci/ |
| H A D | sh_css_param_dvs.c | 19 unsigned int height_y = 0; in alloc_dvs_6axis_table() local 33 dvs_config->height_y = height_y = dvs_config_src->height_y; in alloc_dvs_6axis_table() 36 IA_CSS_LOG("alloc_dvs_6axis_table Y: W %d H %d", width_y, height_y); in alloc_dvs_6axis_table() 39 dvs_config->height_y = height_y = DVS_TABLE_IN_BLOCKDIM_Y_LUMA( in alloc_dvs_6axis_table() 47 IA_CSS_LOG("alloc_dvs_6axis_table Y: W %d H %d", width_y, height_y); in alloc_dvs_6axis_table() 51 dvs_config->xcoords_y = kvmalloc(width_y * height_y * sizeof(uint32_t), in alloc_dvs_6axis_table() 59 dvs_config->ycoords_y = kvmalloc(width_y * height_y * sizeof(uint32_t), in alloc_dvs_6axis_table() 102 unsigned int height_y = dvs_config->height_y; in init_dvs_6axis_table_from_default() local 107 dvs_offset->width, dvs_offset->height, width_y, height_y); in init_dvs_6axis_table_from_default() 108 for (y = 0; y < height_y; y++) { in init_dvs_6axis_table_from_default() [all …]
|
| H A D | sh_css_params.c | 1659 assert(dvs_config->height_y == dvs_config->height_uv); in sh_css_set_pipe_dvs_6axis_config() 1681 assert(dvs_config->height_y == dvs_config->height_uv); in sh_css_get_pipe_dvs_6axis_config() 1688 (dvs_config->height_y == params->pipe_dvs_6axis_config[pipe->mode]->height_y) && in sh_css_get_pipe_dvs_6axis_config() 4456 unsigned int height_y; in ia_css_dvs2_6axis_config_allocate() local 4473 dvs_config->height_y = height_y = in ia_css_dvs2_6axis_config_allocate() 4474 params->pipe_dvs_6axis_config[IA_CSS_PIPE_ID_VIDEO]->height_y; in ia_css_dvs2_6axis_config_allocate() 4479 IA_CSS_LOG("table Y: W %d H %d", width_y, height_y); in ia_css_dvs2_6axis_config_allocate() 4481 dvs_config->xcoords_y = kvmalloc(width_y * height_y * sizeof(uint32_t), in ia_css_dvs2_6axis_config_allocate() 4486 dvs_config->ycoords_y = kvmalloc(width_y * height_y * sizeof(uint32_t), in ia_css_dvs2_6axis_config_allocate()
|
| H A D | atomisp_cmd.c | 2616 old_6axis_config->height_y != t_6axis_config.height_y || in atomisp_cp_dvs_6axis_config() 2636 t_6axis_config.height_y * in atomisp_cp_dvs_6axis_config() 2643 t_6axis_config.height_y * in atomisp_cp_dvs_6axis_config() 2664 old_6axis_config->height_y != source_6axis_config->height_y || in atomisp_cp_dvs_6axis_config() 2688 source_6axis_config->height_y * in atomisp_cp_dvs_6axis_config() 2695 source_6axis_config->height_y * in atomisp_cp_dvs_6axis_config()
|
| /linux/drivers/staging/media/atomisp/include/linux/ |
| H A D | atomisp.h | 390 u32 height_y; member
|