Searched refs:_tnr_config (Results 1 – 2 of 2) sorted by relevance
43 _tnr_config.thr_r = 0.064; in CLRgbPipeImageHandler()44 _tnr_config.thr_g = 0.045; in CLRgbPipeImageHandler()45 _tnr_config.thr_b = 0.073; in CLRgbPipeImageHandler()64 _tnr_config.gain = (float)config.gain; in set_tnr_config()65 _tnr_config.thr_r = (float)config.threshold[0]; in set_tnr_config()66 _tnr_config.thr_g = (float)config.threshold[1]; in set_tnr_config()67 _tnr_config.thr_b = (float)config.threshold[2]; in set_tnr_config()69 _tnr_config.gain, _tnr_config.thr_r, _tnr_config.thr_g, _tnr_config.thr_b); in set_tnr_config()112 args.push_back (new CLArgumentT<CLRgbPipeTnrConfig> (_tnr_config)); in prepare_parameters()
60 CLRgbPipeTnrConfig _tnr_config; variable