Home
last modified time | relevance | path

Searched refs:end_timestamp_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dsync_buffer.h25 end_timestamp_(0), in SyncBuffer()
85 uint32_t end_timestamp() const { return end_timestamp_; } in end_timestamp()
86 void set_end_timestamp(uint32_t value) { end_timestamp_ = value; } in set_end_timestamp()
92 uint32_t end_timestamp_; // The timestamp of the last sample in the buffer. variable
Dsync_buffer.cc87 end_timestamp_ += increment; in IncreaseEndTimestamp()
93 end_timestamp_ = 0; in Flush()