Home
last modified time | relevance | path

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

/external/openscreen/cast/streaming/
Drtp_packet_parser.cc17 : sender_ssrc_(sender_ssrc), highest_rtp_frame_id_(FrameId::first()) {} in RtpPacketParser()
55 highest_rtp_frame_id_.Expand(ConsumeField<uint8_t>(&buffer)); in Parse()
107 highest_rtp_frame_id_ = std::max(highest_rtp_frame_id_, result.frame_id); in Parse()
Drtp_packet_parser.h72 FrameId highest_rtp_frame_id_; variable