Searched refs:detection_buffer_ (Results 1 – 2 of 2) sorted by relevance
117 detection_buffer_.reset(new float[detection_length_]); in Initialize()118 memset(detection_buffer_.get(), 0, in Initialize()119 detection_length_ * sizeof(detection_buffer_[0])); in Initialize()
87 std::unique_ptr<float[]> detection_buffer_; variable