Searched refs:GetRtpStates (Results 1 – 3 of 3) sorted by relevance
70 RtpStateMap GetRtpStates() const;
499 std::map<uint32_t, RtpState> VideoSendStream::GetRtpStates() const { in GetRtpStates() function in webrtc::internal::VideoSendStream
425 VideoSendStream::RtpStateMap rtp_state = send_stream_impl->GetRtpStates(); in DestroyVideoSendStream()