Home
last modified time | relevance | path

Searched refs:r_gamma_table (Results 1 – 3 of 3) sorted by relevance

/external/libxcam/modules/isp/
Dx3a_isp_config.cpp151 if (config.r_gamma_table) { in copy()
152 r_gamma_table = *config.r_gamma_table; in copy()
153 isp_config.r_gamma_table = &r_gamma_table; in copy()
Dx3a_isp_config.h58 struct atomisp_rgb_gamma_table r_gamma_table; member
Daiq_handler.cpp1413 if (isp_param->r_gamma_table) { in apply_gamma_table()
1414 isp_param->r_gamma_table->vamem_type = 1; //IA_CSS_VAMEM_TYPE_2 = 1; in apply_gamma_table()
1417 isp_param->r_gamma_table->data.vamem_2[i] = in apply_gamma_table()
1420 isp_param->r_gamma_table->data.vamem_2[256] = 4091; in apply_gamma_table()