Searched defs:GetRtpState (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/ | ||
H A D | ulpfec_generator.h | 60 absl::optional<RtpState> GetRtpState() override { return absl::nullopt; } in GetRtpState() function |
H A D | flexfec_sender.cc | 197 absl::optional<RtpState> FlexfecSender::GetRtpState() { in GetRtpState() function in webrtc::FlexfecSender |
H A D | rtp_sender.cc | 718 RtpState RTPSender::GetRtpState() const { in GetRtpState() function in webrtc::RTPSender |
H A D | rtp_rtcp_impl.cc | 246 RtpState ModuleRtpRtcpImpl::GetRtpState() const { in GetRtpState() function in webrtc::ModuleRtpRtcpImpl |
H A D | rtp_rtcp_impl2.cc | 200 RtpState ModuleRtpRtcpImpl2::GetRtpState() const { in GetRtpState() function in webrtc::ModuleRtpRtcpImpl2 |
/aosp_15_r20/external/webrtc/audio/ | ||
H A D | audio_send_stream.cc | 571 RtpState AudioSendStream::GetRtpState() const { in GetRtpState() function in webrtc::internal::AudioSendStream |