Searched refs:width_y (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/staging/media/atomisp/pci/ |
| H A D | sh_css_param_dvs.c | 18 unsigned int width_y = 0; in alloc_dvs_6axis_table() local 32 dvs_config->width_y = width_y = dvs_config_src->width_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() 38 dvs_config->width_y = width_y = DVS_TABLE_IN_BLOCKDIM_X_LUMA(frame_res->width); 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() 101 unsigned int width_y = dvs_config->width_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() 109 for (x = 0; x < width_y; x++) { in init_dvs_6axis_table_from_default() [all …]
|
| H A D | sh_css_params.c | 1660 assert((dvs_config->width_y - 1) == 2 * (dvs_config->width_uv - 1)); in sh_css_set_pipe_dvs_6axis_config() 1682 assert((dvs_config->width_y - 1) == 2 * dvs_config->width_uv - 1); in sh_css_get_pipe_dvs_6axis_config() 1687 (dvs_config->width_y == params->pipe_dvs_6axis_config[pipe->mode]->width_y) && in sh_css_get_pipe_dvs_6axis_config() 4455 unsigned int width_y; in ia_css_dvs2_6axis_config_allocate() local 4471 dvs_config->width_y = width_y = in ia_css_dvs2_6axis_config_allocate() 4472 params->pipe_dvs_6axis_config[IA_CSS_PIPE_ID_VIDEO]->width_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 | 2615 (old_6axis_config->width_y != t_6axis_config.width_y || in atomisp_cp_dvs_6axis_config() 2635 t_6axis_config.width_y * in atomisp_cp_dvs_6axis_config() 2642 t_6axis_config.width_y * in atomisp_cp_dvs_6axis_config() 2663 (old_6axis_config->width_y != source_6axis_config->width_y || in atomisp_cp_dvs_6axis_config() 2687 source_6axis_config->width_y * in atomisp_cp_dvs_6axis_config() 2694 source_6axis_config->width_y * in atomisp_cp_dvs_6axis_config()
|
| /linux/drivers/staging/media/atomisp/include/linux/ |
| H A D | atomisp.h | 389 u32 width_y; member
|