HomeSort by relevance Sort by last modified time
    Searched defs:send_ssrc (Results 1 - 10 of 10) 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 389 const uint32 send_ssrc = RtpTestUtility::kDefaultSsrc + 1; local
390 voice_channel_->AddSendStream(StreamParams::CreateLegacy(send_ssrc));
406 2 * RtpTestUtility::GetTestPacketCount(), &net_dump, send_ssrc));
418 send_ssrc));
fakemediaengine.h 170 const uint32 send_ssrc() { function in class:cricket::RtpHelper
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.h 293 uint32 send_ssrc() const { return 0; } function in class:cricket::WebRtcVideoMediaChannel
fakewebrtcvoiceengine.h 113 send_ssrc(0),
143 uint32 send_ssrc; member in struct:cricket::FakeWebRtcVoiceEngine::Channel
202 if (local_ssrc == iter->second->send_ssrc)
771 channels_[channel]->send_ssrc = ssrc;
776 ssrc = channels_[channel]->send_ssrc;
829 block.source_SSRC = channels_[channel]->send_ssrc;
    [all...]
webrtcvoiceengine_unittest.cc 2143 unsigned int send_ssrc; local
2203 unsigned int send_ssrc; local
    [all...]
webrtcvoiceengine.cc 2651 unsigned int send_ssrc = 0; local
    [all...]
webrtcvideoengine.cc 3485 unsigned int send_ssrc = 0; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc 1074 uint32 send_ssrc = 0; local
1092 uint32 send_ssrc = 0; local
    [all...]
webrtcsession_unittest.cc 2450 uint32 send_ssrc = channel->send_streams()[0].first_ssrc(); local
2480 uint32 send_ssrc = channel->send_streams()[0].first_ssrc(); local
2520 uint32 send_ssrc = channel->send_streams()[0].first_ssrc(); local
2554 const uint32 send_ssrc = channel->send_streams()[0].first_ssrc(); local
    [all...]

Completed in 308 milliseconds