Searched refs:timestamp_ms_ (Results 1 – 3 of 3) sorted by relevance
54 : timestamp_ms_(timestamp_ms), in RtpSource()64 int64_t timestamp_ms() const { return timestamp_ms_; } in timestamp_ms()66 RTC_DCHECK_LE(timestamp_ms_, timestamp_ms); in update_timestamp_ms()67 timestamp_ms_ = timestamp_ms; in update_timestamp_ms()91 return timestamp_ms_ == o.timestamp_ms() && source_id_ == o.source_id() &&100 int64_t timestamp_ms_;
31 : alr_detector_(alr_detector), timestamp_ms_(timestamp_ms) { in SimulateOutgoingTrafficIn()53 *timestamp_ms_ += kTimeStepMs; in ProduceTraffic()56 *timestamp_ms_); in ProduceTraffic()60 *timestamp_ms_ += kTimeStepMs; in ProduceTraffic()63 *timestamp_ms_); in ProduceTraffic()67 int64_t* timestamp_ms_; member in webrtc::__anonc923ee4c0211::SimulateOutgoingTrafficIn
3278 timestamp_ms_ += kFrameIntervalMs; in InsertFrame()3279 source_.IncomingCapturedFrame(CreateFrame(timestamp_ms_, kWidth, kHeight)); in InsertFrame()3284 sink_.WaitForEncodedFrame(timestamp_ms_); in InsertFrameAndWaitForEncoded()3290 int64_t timestamp_ms_ = 0; member in webrtc::BalancedDegradationTest