Searched refs:dvs_config_src (Results 1 – 2 of 2) sorted by relevance
25 struct ia_css_dvs_6axis_config *dvs_config_src) in alloc_dvs_6axis_table() argument41 if (dvs_config_src) { in alloc_dvs_6axis_table()42 dvs_config->width_y = width_y = dvs_config_src->width_y; in alloc_dvs_6axis_table()43 dvs_config->height_y = height_y = dvs_config_src->height_y; in alloc_dvs_6axis_table()44 dvs_config->width_uv = width_uv = dvs_config_src->width_uv; in alloc_dvs_6axis_table()45 dvs_config->height_uv = height_uv = dvs_config_src->height_uv; in alloc_dvs_6axis_table()152 struct ia_css_dvs_6axis_config *dvs_config_src) in init_dvs_6axis_table_from_config() argument159 memcpy(dvs_config->xcoords_y, dvs_config_src->xcoords_y, in init_dvs_6axis_table_from_config()161 memcpy(dvs_config->ycoords_y, dvs_config_src->ycoords_y, in init_dvs_6axis_table_from_config()163 memcpy(dvs_config->xcoords_uv, dvs_config_src->xcoords_uv, in init_dvs_6axis_table_from_config()[all …]
77 *dvs_config_src);84 const struct ia_css_dvs_6axis_config *dvs_config_src);