HomeSort by relevance Sort by last modified time
    Searched refs:RtpState (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/webrtc/video/
video_send_stream.h 50 const std::map<uint32_t, RtpState>& suspended_ssrcs,
72 typedef std::map<uint32_t, RtpState> RtpStateMap;
83 std::map<uint32_t, RtpState> suspended_ssrcs_;
video_send_stream.cc 118 const std::map<uint32_t, RtpState>& suspended_ssrcs,
449 std::map<uint32_t, RtpState> VideoSendStream::GetRtpStates() const {
450 std::map<uint32_t, RtpState> rtp_states;
  /external/chromium_org/third_party/webrtc/video_engine/
vie_rtp_rtcp_impl.h 51 const RtpState& rtp_state) OVERRIDE;
52 virtual RtpState GetRtpStateForSsrc(int video_channel,
vie_channel.h 156 void SetRtpStateForSsrc(uint32_t ssrc, const RtpState& rtp_state);
157 RtpState GetRtpStateForSsrc(uint32_t ssrc);
vie_rtp_rtcp_impl.cc 261 const RtpState& rtp_state) {
274 RtpState ViERTP_RTCPImpl::GetRtpStateForSsrc(int video_channel, uint32_t ssrc) {
278 return RtpState();
    [all...]
vie_channel.cc 923 void ViEChannel::SetRtpStateForSsrc(uint32_t ssrc, const RtpState& rtp_state) {
928 RtpState ViEChannel::GetRtpStateForSsrc(uint32_t ssrc) {
931 RtpState rtp_state;
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/include/
vie_rtp_rtcp.h 159 const RtpState& rtp_state) {}
162 virtual RtpState GetRtpStateForSsrc(int video_channel, uint32_t ssrc) {
163 return RtpState();
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_sender.h 281 void SetRtpState(const RtpState& rtp_state);
282 RtpState GetRtpState() const;
283 void SetRtxRtpState(const RtpState& rtp_state);
284 RtpState GetRtxRtpState() const;
rtp_rtcp_impl.h 77 const RtpState& rtp_state) OVERRIDE;
78 virtual bool GetRtpStateForSsrc(uint32_t ssrc, RtpState* rtp_state) OVERRIDE;
rtp_sender.cc     [all...]
rtp_rtcp_impl.cc 341 const RtpState& rtp_state) {
357 bool ModuleRtpRtcpImpl::GetRtpStateForSsrc(uint32_t ssrc, RtpState* rtp_state) {
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_rtcp.h 210 const RtpState& rtp_state) = 0;
211 virtual bool GetRtpStateForSsrc(uint32_t ssrc, RtpState* rtp_state) = 0;
rtp_rtcp_defines.h 200 struct RtpState {
201 RtpState()
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 89 void(uint32_t ssrc, const RtpState& rtp_state));
90 MOCK_METHOD2(GetRtpStateForSsrc, bool(uint32_t ssrc, RtpState* rtp_state));

Completed in 296 milliseconds