Home
last modified time | relevance | path

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

/external/webrtc/call/
Drtp_video_sender_interface.h46 virtual std::map<uint32_t, RtpState> GetRtpStates() const = 0;
Drtp_video_sender.h114 std::map<uint32_t, RtpState> GetRtpStates() const
Drtp_video_sender.cc698 std::map<uint32_t, RtpState> RtpVideoSender::GetRtpStates() const { in GetRtpStates() function in webrtc::RtpVideoSender
/external/webrtc/video/
Dvideo_send_stream_impl.h106 std::map<uint32_t, RtpState> GetRtpStates() const;
Dvideo_send_stream.cc230 *rtp_state_map = send_stream_->GetRtpStates(); in StopPermanentlyAndGetRtpStates()
Dvideo_send_stream_impl.cc613 std::map<uint32_t, RtpState> VideoSendStreamImpl::GetRtpStates() const { in GetRtpStates() function in webrtc::internal::VideoSendStreamImpl
614 return rtp_video_sender_->GetRtpStates(); in GetRtpStates()
Dvideo_send_stream_impl_unittest.cc71 GetRtpStates,