Searched refs:g_gamma_table (Results 1 – 7 of 7) sorted by relevance
90 struct ia_css_rgb_gamma_table g_gamma_table; member
560 struct ia_css_rgb_gamma_table *g_gamma_table;/** sRGB Gamma Correction member
133 struct ia_css_rgb_gamma_table g_gamma_table; member
721 ¶ms->g_gamma_table, in ia_css_process_g_gamma() 2947 *config = params->g_gamma_table; in ia_css_get_g_gamma_config() 2966 params->g_gamma_table = *config; in ia_css_set_g_gamma_config() 3282 ia_css_get_g_gamma_config(params, config->g_gamma_table); in ia_css_get_configs() 3327 ia_css_set_g_gamma_config(params, config->g_gamma_table); in ia_css_set_configs()
1989 if (css_param->update_flag.g_gamma_table) in atomisp_apply_css_parameters() 1990 asd->params.config.g_gamma_table = &css_param->g_gamma_table; in atomisp_apply_css_parameters() 2286 if (arg->g_gamma_table && (from_user || !cur_config->g_gamma_table)) { in atomisp_cp_general_isp_parameters() 2287 if (copy_from_compatible(&css_param->g_gamma_table, in atomisp_cp_general_isp_parameters() 2288 arg->g_gamma_table, in atomisp_cp_general_isp_parameters() 2292 css_param->update_flag.g_gamma_table = in atomisp_cp_general_isp_parameters() 2294 &css_param->g_gamma_table; in atomisp_cp_general_isp_parameters()
2504 ia_css_set_g_gamma_config(params, &stream_params->g_gamma_table); in sh_css_init_isp_params_from_global()
437 struct atomisp_rgb_gamma_table *g_gamma_table; member