Searched refs:isp_param (Results 1 – 2 of 2) sorted by relevance
1408 AiqCompositor::apply_gamma_table (struct atomisp_parameters *isp_param) in apply_gamma_table() argument1413 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()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()1433 if (isp_param->b_gamma_table) { in apply_gamma_table()[all …]
289 XCamReturn apply_gamma_table (struct atomisp_parameters *isp_param);290 XCamReturn apply_night_mode (struct atomisp_parameters *isp_param);291 XCamReturn limit_nr_levels (struct atomisp_parameters *isp_param);