Searched refs:GetRtpStates (Results 1 – 7 of 7) sorted by relevance
46 virtual std::map<uint32_t, RtpState> GetRtpStates() const = 0;
114 std::map<uint32_t, RtpState> GetRtpStates() const
698 std::map<uint32_t, RtpState> RtpVideoSender::GetRtpStates() const { in GetRtpStates() function in webrtc::RtpVideoSender
106 std::map<uint32_t, RtpState> GetRtpStates() const;
230 *rtp_state_map = send_stream_->GetRtpStates(); in StopPermanentlyAndGetRtpStates()
613 std::map<uint32_t, RtpState> VideoSendStreamImpl::GetRtpStates() const { in GetRtpStates() function in webrtc::internal::VideoSendStreamImpl614 return rtp_video_sender_->GetRtpStates(); in GetRtpStates()
71 GetRtpStates,