Home
last modified time | relevance | path

Searched refs:g_gamma_table (Results 1 – 4 of 4) sorted by relevance

/external/libxcam/modules/isp/
Dx3a_isp_config.cpp155 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()
Dx3a_isp_config.h59 struct atomisp_rgb_gamma_table g_gamma_table; member
Daiq3a_utils.cpp151 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()
Daiq_handler.cpp1423 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()