Home
last modified time | relevance | path

Searched refs:GetRtpPayloadStates (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/call/
Drtp_video_sender_interface.h47 virtual std::map<uint32_t, RtpPayloadState> GetRtpPayloadStates() const = 0;
Drtp_video_sender.h116 std::map<uint32_t, RtpPayloadState> GetRtpPayloadStates() const
Drtp_video_sender_unittest.cc326 test.router()->GetRtpPayloadStates(); in TEST()
351 test.router()->GetRtpPayloadStates(); in TEST()
Drtp_video_sender.cc726 std::map<uint32_t, RtpPayloadState> RtpVideoSender::GetRtpPayloadStates() in GetRtpPayloadStates() function in webrtc::RtpVideoSender
/external/webrtc/video/
Dvideo_send_stream_impl.h108 std::map<uint32_t, RtpPayloadState> GetRtpPayloadStates() const;
Dvideo_send_stream.cc231 *payload_state_map = send_stream_->GetRtpPayloadStates(); in StopPermanentlyAndGetRtpStates()
Dvideo_send_stream_impl.cc617 std::map<uint32_t, RtpPayloadState> VideoSendStreamImpl::GetRtpPayloadStates() in GetRtpPayloadStates() function in webrtc::internal::VideoSendStreamImpl
619 return rtp_video_sender_->GetRtpPayloadStates(); in GetRtpPayloadStates()
Dvideo_send_stream_impl_unittest.cc75 GetRtpPayloadStates,