Searched refs:highest_rtp_frame_id_ (Results 1 – 2 of 2) sorted by relevance
17 : 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()
72 FrameId highest_rtp_frame_id_; variable