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

  /external/webrtc/webrtc/base/
timeutils.cc 194 : last_ts_(0), num_wrap_(0) {}
197 if (ts < last_ts_) {
198 if (last_ts_ > 0xf0000000 && ts < 0x0fffffff) {
202 last_ts_ = ts;
timeutils.h 93 uint32_t last_ts_; member in class:rtc::TimestampWrapAroundHandler

Completed in 51 milliseconds