Searched refs:GetRtpPayloadStates (Results 1 – 8 of 8) sorted by relevance
47 virtual std::map<uint32_t, RtpPayloadState> GetRtpPayloadStates() const = 0;
116 std::map<uint32_t, RtpPayloadState> GetRtpPayloadStates() const
326 test.router()->GetRtpPayloadStates(); in TEST()351 test.router()->GetRtpPayloadStates(); in TEST()
726 std::map<uint32_t, RtpPayloadState> RtpVideoSender::GetRtpPayloadStates() in GetRtpPayloadStates() function in webrtc::RtpVideoSender
108 std::map<uint32_t, RtpPayloadState> GetRtpPayloadStates() const;
231 *payload_state_map = send_stream_->GetRtpPayloadStates(); in StopPermanentlyAndGetRtpStates()
617 std::map<uint32_t, RtpPayloadState> VideoSendStreamImpl::GetRtpPayloadStates() in GetRtpPayloadStates() function in webrtc::internal::VideoSendStreamImpl619 return rtp_video_sender_->GetRtpPayloadStates(); in GetRtpPayloadStates()
75 GetRtpPayloadStates,