Searched refs:string_from_pixel_value (Results 1 – 6 of 6) sorted by relevance
82 build_opts.add_option("-DCONSTANT_VALUE=" + string_from_pixel_value(constant_value, data_type)); in configure()
133 …build_opts.add_option("-DCONSTANT_VALUE=" + string_from_pixel_value(info.constant_border_value, sr… in configure()149 …build_opts.add_option("-DCONSTANT_VALUE=" + string_from_pixel_value(info.constant_border_value, sr… in configure()
210 lut["CONSTANT_VALUE"] = string_from_pixel_value(0, _src->data_type()); in get_tag_lut()
131 … build_opts.add_option("-DCONST_VAL=" + string_from_pixel_value(constant_value, data_type)); in configure()
944 std::string string_from_pixel_value(const PixelValue &value, const DataType data_type);
275 std::string string_from_pixel_value(const PixelValue &value, const DataType data_type) in string_from_pixel_value() function