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

  /external/webrtc/webrtc/modules/audio_coding/neteq/
sync_buffer.h 25 end_timestamp_(0),
71 // Adds |increment| to |end_timestamp_|.
85 uint32_t end_timestamp() const { return end_timestamp_; }
86 void set_end_timestamp(uint32_t value) { end_timestamp_ = value; }
92 uint32_t end_timestamp_; // The timestamp of the last sample in the buffer. member in class:webrtc::SyncBuffer
sync_buffer.cc 87 end_timestamp_ += increment;
93 end_timestamp_ = 0;

Completed in 977 milliseconds