Home
last modified time | relevance | path

Searched refs:GetRtpStates (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/video/
Dvideo_send_stream.h70 RtpStateMap GetRtpStates() const;
Dvideo_send_stream.cc499 std::map<uint32_t, RtpState> VideoSendStream::GetRtpStates() const { in GetRtpStates() function in webrtc::internal::VideoSendStream
/external/webrtc/webrtc/call/
Dcall.cc425 VideoSendStream::RtpStateMap rtp_state = send_stream_impl->GetRtpStates(); in DestroyVideoSendStream()