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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
sync_buffer.cc 19 size_t SyncBuffer::FutureLength() const {
80 size_t samples_to_read = std::min(FutureLength(), requested_len);
sync_buffer.h 31 size_t FutureLength() const;
decision_logic.cc 127 sync_buffer.FutureLength() - expand.overlap_length());
decision_logic_normal.cc 175 const int samples_left = static_cast<int>(sync_buffer.FutureLength() -
neteq_impl.cc 300 static_cast<int>(sync_buffer_->FutureLength());
812 assert(sync_buffer_->FutureLength() >= expand_->overlap_length());
840 static_cast<uint32_t>(sync_buffer_->FutureLength());
    [all...]
merge.cc 145 *old_length = static_cast<int>(sync_buffer_->FutureLength());
neteq_impl_unittest.cc 495 static_cast<int>(sync_buffer->FutureLength()));

Completed in 1174 milliseconds