Home
last modified time | relevance | path

Searched refs:LoggedRtcpPacketFir (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/webrtc/logging/rtc_event_log/events/
H A Dlogged_rtp_rtcp.h193 struct LoggedRtcpPacketFir { struct
194 LoggedRtcpPacketFir() = default;
/aosp_15_r20/external/webrtc/logging/rtc_event_log/
H A Drtc_event_log_parser.h584 const std::vector<LoggedRtcpPacketFir>& firs( in RTC_POP_IGNORING_WUNDEF()
843 std::vector<LoggedRtcpPacketFir> incoming_fir_; in RTC_POP_IGNORING_WUNDEF()
844 std::vector<LoggedRtcpPacketFir> outgoing_fir_; in RTC_POP_IGNORING_WUNDEF()
H A Drtc_event_log_unittest_helper.h276 const LoggedRtcpPacketFir& logged_fir);
H A Drtc_event_log_unittest_helper.cc1207 const LoggedRtcpPacketFir& logged_fir) { in VerifyLoggedFir()
H A Drtc_event_log_parser.cc680 std::vector<LoggedRtcpPacketFir>* fir_list, in StoreRtcpBlocks()
713 LoggedRtcpPacketFir parsed_block; in StoreRtcpBlocks()