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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdump_unittest.cc 141 const uint32 send_ssrc = kTestSsrc + 1; local
142 reader_w_ssrc.SetSsrc(send_ssrc);
149 EXPECT_EQ(send_ssrc, ssrc);
filemediaengine_unittest.cc 383 const uint32 send_ssrc = RtpTestUtility::kDefaultSsrc + 1; local
384 voice_channel_->AddSendStream(StreamParams::CreateLegacy(send_ssrc));
400 2 * RtpTestUtility::GetTestPacketCount(), &net_dump, send_ssrc));
412 send_ssrc));
fakemediaengine.h 170 const uint32 send_ssrc() { function in class:cricket::RtpHelper
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannel.h 88 // underlying data engine. |send_ssrc| == 0 means that the channel is no
90 void SetSendSsrc(uint32 send_ssrc);
datachannel.cc 209 void DataChannel::SetSendSsrc(uint32 send_ssrc) {
215 send_ssrc_ = send_ssrc;
webrtcsession_unittest.cc 2021 uint32 send_ssrc = channel->send_streams()[0].first_ssrc(); local
2065 uint32 send_ssrc = channel->send_streams()[0].first_ssrc(); local
2099 const uint32 send_ssrc = channel->send_streams()[0].first_ssrc(); local
    [all...]
webrtcsession.cc 889 uint32 send_ssrc = 0; local
893 &send_ssrc)) {
907 uint32 send_ssrc = 0; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h 95 send_ssrc(0),
115 uint32 send_ssrc; member in struct:cricket::FakeWebRtcVoiceEngine::Channel
167 if (local_ssrc == iter->second->send_ssrc)
644 channels_[channel]->send_ssrc = ssrc;
649 ssrc = channels_[channel]->send_ssrc;
689 block.source_SSRC = channels_[channel]->send_ssrc;
    [all...]
webrtcvideoengine.h 283 uint32 send_ssrc() const { return 0; } function in class:cricket::WebRtcVideoMediaChannel
webrtcvoiceengine_unittest.cc 1768 unsigned int send_ssrc; local
1813 unsigned int send_ssrc; local
    [all...]
webrtcvoiceengine.cc 2180 unsigned int send_ssrc; local
    [all...]
webrtcvideoengine.cc 2887 unsigned int send_ssrc = 0; local
    [all...]

Completed in 958 milliseconds