Searched refs:dvs_config_src (Results 1 – 2 of 2) sorted by relevance
16 struct ia_css_dvs_6axis_config *dvs_config_src) in alloc_dvs_6axis_table() argument31 if (dvs_config_src) { in alloc_dvs_6axis_table()32 dvs_config->width_y = width_y = dvs_config_src->width_y; in alloc_dvs_6axis_table()33 dvs_config->height_y = height_y = dvs_config_src->height_y; in alloc_dvs_6axis_table()34 dvs_config->width_uv = width_uv = dvs_config_src->width_uv; in alloc_dvs_6axis_table()35 dvs_config->height_uv = height_uv = dvs_config_src->height_uv; in alloc_dvs_6axis_table()142 struct ia_css_dvs_6axis_config *dvs_config_src) in init_dvs_6axis_table_from_config() argument149 memcpy(dvs_config->xcoords_y, dvs_config_src->xcoords_y, in init_dvs_6axis_table_from_config()151 memcpy(dvs_config->ycoords_y, dvs_config_src->ycoords_y, in init_dvs_6axis_table_from_config()153 memcpy(dvs_config->xcoords_uv, dvs_config_src->xcoords_uv, in init_dvs_6axis_table_from_config()[all …]
67 *dvs_config_src);74 const struct ia_css_dvs_6axis_config *dvs_config_src);