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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
initial_delay_manager.cc 26 playout_timestamp_(0),
77 // If |buffering_| is set then |playout_timestamp_| should have correct
226 *playout_timestamp = playout_timestamp_;
236 playout_timestamp_ = current_header.timestamp - static_cast<uint32_t>(
initial_delay_manager.h 108 uint32_t playout_timestamp_; member in class:webrtc::acm2::InitialDelayManager
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_impl.cc 83 playout_timestamp_(0),
345 *timestamp = timestamp_scaler_->ToExternal(playout_timestamp_);
846 // If last operation was not expand, calculate the |playout_timestamp_| from
847 // the |sync_buffer_|. However, do not update the |playout_timestamp_| if it
851 if (static_cast<int32_t>(temp_timestamp - playout_timestamp_) > 0) {
852 playout_timestamp_ = temp_timestamp;
855 // Use dead reckoning to estimate the |playout_timestamp_|.
856 playout_timestamp_ += output_size_samples_;
    [all...]
neteq_impl.h 380 uint32_t playout_timestamp_ GUARDED_BY(crit_sect_);

Completed in 52 milliseconds