Searched refs:g_gamma_table (Results 1 – 4 of 4) sorted by relevance
155 if (config.g_gamma_table) { in copy()156 g_gamma_table = *config.g_gamma_table; in copy()157 isp_config.g_gamma_table = &g_gamma_table; in copy()
59 struct atomisp_rgb_gamma_table g_gamma_table; member
151 if (atomisp_params.g_gamma_table) { in translate_atomisp_parameters()158 gt->table[i] = (double)atomisp_params.g_gamma_table->data.vamem_2[i] / 16; in translate_atomisp_parameters()
1423 if (isp_param->g_gamma_table) { in apply_gamma_table()1424 isp_param->g_gamma_table->vamem_type = 1; //IA_CSS_VAMEM_TYPE_2 = 1; in apply_gamma_table()1427 isp_param->g_gamma_table->data.vamem_2[i] = in apply_gamma_table()1430 isp_param->g_gamma_table->data.vamem_2[256] = 4091; in apply_gamma_table()