Home
last modified time | relevance | path

Searched refs:last_sender_report_ (Results 1 – 2 of 2) sorted by relevance

/external/openscreen/cast/streaming/
Dreceiver.cc217 if (!last_sender_report_ && part->packet_id == FramePacketId{0}) { in OnReceivedRtpPacket()
250 last_sender_report_->reference_time + smoothed_clock_offset_.Current() + in OnReceivedRtpPacket()
251 (part->rtp_timestamp - last_sender_report_->rtp_timestamp) in OnReceivedRtpPacket()
299 last_sender_report_ = std::move(parsed_report); in OnReceivedRtcpPacket()
312 arrival_time - last_sender_report_->reference_time; in OnReceivedRtcpPacket()
322 report.last_status_report_id = last_sender_report_->report_id; in OnReceivedRtcpPacket()
Dreceiver.h292 absl::optional<SenderReportParser::SenderReportWithId> last_sender_report_; variable