Searched refs:_blc_config (Results 1 – 2 of 2) sorted by relevance
179 _blc_config.level_gr = XCAM_CL_BLC_DEFAULT_LEVEL; in CLBayerBasicImageHandler()180 _blc_config.level_r = XCAM_CL_BLC_DEFAULT_LEVEL; in CLBayerBasicImageHandler()181 _blc_config.level_b = XCAM_CL_BLC_DEFAULT_LEVEL; in CLBayerBasicImageHandler()182 _blc_config.level_gb = XCAM_CL_BLC_DEFAULT_LEVEL; in CLBayerBasicImageHandler()183 _blc_config.color_bits = 10; in CLBayerBasicImageHandler()227 _blc_config.level_r = (float)blc.r_level; in set_blc_config()228 _blc_config.level_gr = (float)blc.gr_level; in set_blc_config()229 _blc_config.level_gb = (float)blc.gb_level; in set_blc_config()230 _blc_config.level_b = (float)blc.b_level; in set_blc_config()329 _blc_config.color_bits = in_video_info.color_bits; in prepare_parameters()[all …]
92 CLBLCConfig _blc_config; variable