Searched refs:rtp_timestamp_delta_ (Results 1 – 1 of 1) sorted by relevance
71 rtp_timestamp_delta_(0), in VideoAnalyzer()122 recv_times_[header.timestamp - rtp_timestamp_delta_] = in DeliverPacket()141 if (first_send_frame_.IsZeroSize() && rtp_timestamp_delta_ == 0) in IncomingCapturedFrame()162 if (rtp_timestamp_delta_ == 0) { in SendRtp()163 rtp_timestamp_delta_ = header.timestamp - first_send_frame_.timestamp(); in SendRtp()166 uint32_t timestamp = header.timestamp - rtp_timestamp_delta_; in SendRtp()191 uint32_t send_timestamp = video_frame.timestamp() - rtp_timestamp_delta_; in RenderFrame()586 uint32_t rtp_timestamp_delta_; member in webrtc::VideoAnalyzer