Home
last modified time | relevance | path

Searched refs:last_parsed_rtp_timestamp_ (Results 1 – 4 of 4) sorted by relevance

/external/openscreen/cast/streaming/
Dsender_report_parser.cc58 last_parsed_rtp_timestamp_.Expand(ConsumeField<uint32_t>(&chunk)); in Parse()
69 last_parsed_rtp_timestamp_ = sender_report->rtp_timestamp; in Parse()
Drtp_packet_parser.cc43 last_parsed_rtp_timestamp_.Expand(ConsumeField<uint32_t>(&buffer)); in Parse()
106 last_parsed_rtp_timestamp_ = result.rtp_timestamp; in Parse()
Dsender_report_parser.h45 RtpTimeTicks last_parsed_rtp_timestamp_; variable
Drtp_packet_parser.h67 RtpTimeTicks last_parsed_rtp_timestamp_; variable