Searched refs:timestamp_ms_ (Results 1 – 4 of 4) sorted by relevance
52 : timestamp_ms_(timestamp_ms), in RtpSource()62 int64_t timestamp_ms() const { return timestamp_ms_; } in timestamp_ms()64 RTC_DCHECK_LE(timestamp_ms_, timestamp_ms); in update_timestamp_ms()65 timestamp_ms_ = timestamp_ms; in update_timestamp_ms()93 return timestamp_ms_ == o.timestamp_ms() && source_id_ == o.source_id() &&102 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::__anon0442655b0211::SimulateOutgoingTrafficIn
375 int64_t timestamp_ms_; in Swap() local2172 timestamp_ms_ = int64_t{0}; in clear_timestamp_ms()2176 return timestamp_ms_; in _internal_timestamp_ms()2184 timestamp_ms_ = value; in _internal_set_timestamp_ms()
4152 timestamp_ms_ += kFrameIntervalMs; in InsertFrame()4153 source_.IncomingCapturedFrame(CreateFrame(timestamp_ms_, kWidth, kHeight)); in InsertFrame()4158 sink_.WaitForEncodedFrame(timestamp_ms_); in InsertFrameAndWaitForEncoded()4164 int64_t timestamp_ms_ = 0; member in webrtc::BalancedDegradationTest9002 timestamp_ms_ += kFrameIntervalMs; in InsertFrameAndWaitForEncoded()9004 CreateFrame(timestamp_ms_, kWidth, kHeight)); in InsertFrameAndWaitForEncoded()9005 sink_.WaitForEncodedFrame(timestamp_ms_); in InsertFrameAndWaitForEncoded()9039 int64_t timestamp_ms_ = 0; member in webrtc::ReconfigureEncoderTest