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(), in Initialize()120 detection_length_ * sizeof(detection_buffer_[0])); in Initialize()
84 rtc::scoped_ptr<float[]> detection_buffer_; variable