Home
last modified time | relevance | path

Searched refs:timestamps_per_call_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dmerge.cc34 timestamps_per_call_(static_cast<size_t>(fs_hz_ / 100)), in Merge()
345 size_t start_index = timestamps_per_call_ + expand_->overlap_length(); in CorrelateAndPeakSearch()
370 (timestamps_per_call_ + expand_->overlap_length())) || in CorrelateAndPeakSearch()
Dmerge.h92 const size_t timestamps_per_call_; variable