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