Searched refs:send_ssrc (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Drtpdump_unittest.cc141 const uint32 send_ssrc = kTestSsrc + 1; local
142 reader_w_ssrc.SetSsrc(send_ssrc);
149 EXPECT_EQ(send_ssrc, ssrc);
H A Dfilemediaengine_unittest.cc386 const uint32 send_ssrc = RtpTestUtility::kDefaultSsrc + 1; local
387 voice_channel_->AddSendStream(StreamParams::CreateLegacy(send_ssrc));
403 2 * RtpTestUtility::GetTestPacketCount(), &net_dump, send_ssrc));
415 send_ssrc));
H A Dfakemediaengine.h170 const uint32 send_ssrc() { function in class:cricket::RtpHelper
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsession_unittest.cc2571 uint32 send_ssrc = channel->send_streams()[0].first_ssrc(); local
2572 EXPECT_FALSE(channel->IsStreamMuted(send_ssrc));
2578 session_->SetAudioSend(send_ssrc, false, options, renderer.get());
2579 EXPECT_TRUE(channel->IsStreamMuted(send_ssrc));
2585 session_->SetAudioSend(send_ssrc, true, options, NULL);
2586 EXPECT_FALSE(channel->IsStreamMuted(send_ssrc));
2601 uint32 send_ssrc = channel->send_streams()[0].first_ssrc(); local
2605 session_->SetAudioSend(send_ssrc, true, options, renderer.get());
2614 session_->SetAudioSend(send_ssrc, true, options, NULL);
2641 uint32 send_ssrc local
2675 const uint32 send_ssrc = channel->send_streams()[0].first_ssrc(); local
[all...]
H A Ddatachannel.cc264 void DataChannel::SetSendSsrc(uint32 send_ssrc) { argument
269 send_ssrc_ = send_ssrc;
H A Ddatachannel.h161 // underlying data engine. |send_ssrc| == 0 means that the channel is no
163 void SetSendSsrc(uint32 send_ssrc);
H A Dwebrtcsession.cc1070 uint32 send_ssrc = 0; local
1074 &send_ssrc)) {
1088 uint32 send_ssrc = 0; local
1090 track_id, &send_ssrc))) {
1094 if (!voice_channel_->InsertDtmf(send_ssrc, code, duration,
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h202 send_ssrc(0),
233 uint32 send_ssrc; member in struct:cricket::FakeWebRtcVoiceEngine::Channel
292 if (local_ssrc == iter->second->send_ssrc)
893 channels_[channel]->send_ssrc = ssrc;
898 ssrc = channels_[channel]->send_ssrc;
949 block.source_SSRC = channels_[channel]->send_ssrc;
H A Dwebrtcvideoengine.h292 uint32 send_ssrc() const { return 0; } function in class:cricket::WebRtcVideoMediaChannel
H A Dwebrtcvoiceengine_unittest.cc2280 unsigned int send_ssrc; local
2281 EXPECT_EQ(0, voe_.GetLocalSSRC(channel_num, send_ssrc));
2282 EXPECT_NE(0U, send_ssrc);
2283 EXPECT_EQ(0, voe_.GetLocalSSRC(channel_num, send_ssrc));
2284 EXPECT_EQ(kSsrc1, send_ssrc);
2340 unsigned int send_ssrc; local
2341 EXPECT_EQ(0, voe_.GetLocalSSRC(channel_num1, send_ssrc));
2342 EXPECT_EQ(kSsrc1, send_ssrc);
2346 EXPECT_EQ(0, voe_.GetLocalSSRC(channel_num2, send_ssrc));
2347 EXPECT_EQ(kSsrc1, send_ssrc);
[all...]
H A Dwebrtcvoiceengine.cc2703 unsigned int send_ssrc = 0; local
2705 if (rtp->GetLocalSSRC(voe_channel(), send_ssrc) == -1) {
2709 if (rtp->SetLocalSSRC(channel, send_ssrc) == -1) {
/external/chromium_org/third_party/webrtc/video/
H A Dvideo_send_stream_tests.cc230 FakeReceiveStatistics(uint32_t send_ssrc, argument
237 stats_map_[send_ssrc] = lossy_stats_.get();

Completed in 1395 milliseconds