Searched refs:RtpState (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/webrtc/video/ |
D | video_send_stream.h | 50 const std::map<uint32_t, RtpState>& suspended_ssrcs); 69 typedef std::map<uint32_t, RtpState> RtpStateMap; 84 std::map<uint32_t, RtpState> suspended_ssrcs_;
|
D | vie_channel.h | 137 void SetRtpStateForSsrc(uint32_t ssrc, const RtpState& rtp_state); 138 RtpState GetRtpStateForSsrc(uint32_t ssrc);
|
D | video_send_stream.cc | 119 const std::map<uint32_t, RtpState>& suspended_ssrcs) in VideoSendStream() 499 std::map<uint32_t, RtpState> VideoSendStream::GetRtpStates() const { in GetRtpStates() 500 std::map<uint32_t, RtpState> rtp_states; in GetRtpStates()
|
D | vie_channel.cc | 717 void ViEChannel::SetRtpStateForSsrc(uint32_t ssrc, const RtpState& rtp_state) { in SetRtpStateForSsrc() 725 RtpState ViEChannel::GetRtpStateForSsrc(uint32_t ssrc) { in GetRtpStateForSsrc() 727 RtpState rtp_state; in GetRtpStateForSsrc()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_sender.h | 309 void SetRtpState(const RtpState& rtp_state); 310 RtpState GetRtpState() const; 311 void SetRtxRtpState(const RtpState& rtp_state); 312 RtpState GetRtxRtpState() const;
|
D | rtp_rtcp_impl.h | 75 bool SetRtpStateForSsrc(uint32_t ssrc, const RtpState& rtp_state) override; 76 bool GetRtpStateForSsrc(uint32_t ssrc, RtpState* rtp_state) override;
|
D | rtp_sender.cc | 1875 void RTPSender::SetRtpState(const RtpState& rtp_state) { in SetRtpState() 1886 RtpState RTPSender::GetRtpState() const { in GetRtpState() 1889 RtpState state; in GetRtpState() 1900 void RTPSender::SetRtxRtpState(const RtpState& rtp_state) { in SetRtxRtpState() 1905 RtpState RTPSender::GetRtxRtpState() const { in GetRtxRtpState() 1908 RtpState state; in GetRtxRtpState()
|
D | rtp_rtcp_impl.cc | 289 const RtpState& rtp_state) { in SetRtpStateForSsrc() 301 bool ModuleRtpRtcpImpl::GetRtpStateForSsrc(uint32_t ssrc, RtpState* rtp_state) { in GetRtpStateForSsrc()
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
D | rtp_rtcp_defines.h | 173 struct RtpState { struct 174 RtpState() in RtpState() function
|
D | rtp_rtcp.h | 206 const RtpState& rtp_state) = 0; 207 virtual bool GetRtpStateForSsrc(uint32_t ssrc, RtpState* rtp_state) = 0;
|
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/ |
D | mock_rtp_rtcp.h | 90 bool(uint32_t ssrc, const RtpState& rtp_state)); 91 MOCK_METHOD2(GetRtpStateForSsrc, bool(uint32_t ssrc, RtpState* rtp_state));
|