Searched refs:sync_buffer_ (Results 1 - 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dcomfort_noise.h41 sync_buffer_(sync_buffer),
67 SyncBuffer* sync_buffer_; member in class:webrtc::ComfortNoise
H A Dneteq_impl.cc299 sync_buffer_->FutureLength();
329 sync_buffer_->FutureLength();
402 assert(sync_buffer_.get());
404 sync_buffer_->Flush();
405 sync_buffer_->set_next_index(sync_buffer_->next_index() -
445 return sync_buffer_.get();
523 sync_buffer_->IncreaseEndTimestamp(main_header.timestamp - timestamp_);
826 sync_buffer_->IncreaseEndTimestamp(
834 // Copy last |output_size_samples_| from |sync_buffer_| t
[all...]
H A Dexpand_unittest.cc76 sync_buffer_(num_channels_,
79 &sync_buffer_,
97 input_file_.Read(sync_buffer_.Size(), &sync_buffer_.Channel(0)[0]));
105 SyncBuffer sync_buffer_; member in class:webrtc::ExpandTest
H A Dcomfort_noise.cc120 size_t start_ix = sync_buffer_->Size() - overlap_length_;
125 (*sync_buffer_)[0][start_ix + i] =
126 (((*sync_buffer_)[0][start_ix + i] * muting_window) +
132 // were mixed into |sync_buffer_| above.
H A Dmerge.cc36 sync_buffer_(sync_buffer),
149 // Copy back the first part of the data to |sync_buffer_| and remove it from
151 sync_buffer_->ReplaceAtIndex(*output, old_length, sync_buffer_->next_index());
155 // |sync_buffer_|.
161 *old_length = sync_buffer_->FutureLength();
175 sync_buffer_->InsertZerosAtIndex(length_diff, sync_buffer_->next_index());
188 expanded_.PushBackFromIndex(*sync_buffer_, sync_buffer_
[all...]
H A Dmerge.h69 // of samples that were taken from the |sync_buffer_|.
94 SyncBuffer* sync_buffer_; member in class:webrtc::Merge
H A Dexpand.h87 // Analyzes the signal history in |sync_buffer_|, and set up all parameters
92 SyncBuffer* const sync_buffer_;
H A Dexpand.cc36 sync_buffer_(sync_buffer),
164 size_t start_ix = sync_buffer_->Size() - overlap_length_;
167 (*sync_buffer_)[channel_ix][start_ix + i] =
168 (((*sync_buffer_)[channel_ix][start_ix + i] * muting_window) +
376 &(*sync_buffer_)[0][sync_buffer_->Size() - signal_length];
H A Dneteq_impl.h367 rtc::scoped_ptr<SyncBuffer> sync_buffer_ GUARDED_BY(crit_sect_);

Completed in 137 milliseconds