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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
initial_delay_manager.cc 21 timestamp_step_(0),
66 timestamp_step_ = 0;
104 // can update |timestamp_step_|.
106 timestamp_step_ = timestamp_increase;
122 if (timestamp_step_ == 0) {
123 // Make an estimate for |timestamp_step_| if it is not updated, yet.
125 timestamp_step_ = timestamp_increase / (packet_gap + 1);
127 sync_stream->timestamp_step = timestamp_step_;
134 uint32_t timestamp_update = timestamp_step_ * sequence_number_update;
167 // If there is no estimate of timestamp increment, |timestamp_step_|, the
    [all...]
initial_delay_manager.h 98 uint32_t timestamp_step_; member in class:webrtc::acm2::InitialDelayManager

Completed in 47 milliseconds