HomeSort by relevance Sort by last modified time
    Searched refs:overlap_length (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/neteq/mock/
mock_expand.h 44 MOCK_CONST_METHOD0(overlap_length,
  /external/webrtc/webrtc/modules/audio_coding/neteq/
expand.h 66 virtual size_t overlap_length() const;
merge.cc 162 // Should never be less than overlap_length.
163 assert(*old_length >= expand_->overlap_length());
328 const size_t pad_length = expand_->overlap_length() - 1;
343 // timestamps_per_call_ + expand_->overlap_length();
345 size_t start_index = timestamps_per_call_ + expand_->overlap_length();
370 (timestamps_per_call_ + expand_->overlap_length())) ||
decision_logic.cc 127 sync_buffer.FutureLength() - expand.overlap_length();
decision_logic_normal.cc 176 sync_buffer.FutureLength() - expand.overlap_length();
neteq_impl.cc 406 expand_->overlap_length());
872 if (sync_buffer_->FutureLength() < expand_->overlap_length()) {
873 // The sync buffer should always contain |overlap_length| samples, but now
874 // too many samples have been extracted. Reinstall the |overlap_length|
877 expand_->overlap_length() - sync_buffer_->FutureLength();
894 RTC_DCHECK_GE(sync_buffer_->FutureLength(), expand_->overlap_length());
    [all...]
expand.cc 329 size_t Expand::overlap_length() const { function in class:webrtc::Expand
    [all...]

Completed in 117 milliseconds