Home
last modified time | relevance | path

Searched defs:end_timestamp (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dsync_buffer.h85 uint32_t end_timestamp() const { return end_timestamp_; } in end_timestamp() function
Dneteq_impl.cc948 uint32_t end_timestamp = sync_buffer_->end_timestamp(); in GetDecision() local
/external/chromium-trace/catapult/telemetry/telemetry/timeline/
Dthread.py121 def EndSlice(self, end_timestamp, end_thread_timestamp=None): argument