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

/external/webrtc/talk/media/base/
H A Drtpdump_unittest.cc142 const uint32_t send_ssrc = kTestSsrc + 1; local
143 reader_w_ssrc.SetSsrc(send_ssrc);
150 EXPECT_EQ(send_ssrc, ssrc);
H A Dfakemediaengine.h154 uint32_t send_ssrc() const { function in class:cricket::RtpHelper
/external/webrtc/talk/app/webrtc/
H A Ddatachannel.cc324 void DataChannel::SetSendSsrc(uint32_t send_ssrc) { argument
329 send_ssrc_ = send_ssrc;
H A Ddatachannel.h183 // underlying data engine. |send_ssrc| == 0 means that the channel is no
185 void SetSendSsrc(uint32_t send_ssrc);
H A Dwebrtcsession_unittest.cc3403 uint32_t send_ssrc = channel->send_streams()[0].first_ssrc(); local
3404 EXPECT_FALSE(channel->IsStreamMuted(send_ssrc));
3410 session_->SetAudioSend(send_ssrc, false, options, renderer.get());
3411 EXPECT_TRUE(channel->IsStreamMuted(send_ssrc));
3416 session_->SetAudioSend(send_ssrc, true, options, NULL);
3417 EXPECT_FALSE(channel->IsStreamMuted(send_ssrc));
3429 uint32_t send_ssrc = channel->send_streams()[0].first_ssrc(); local
3433 session_->SetAudioSend(send_ssrc, true, options, renderer.get());
3442 session_->SetAudioSend(send_ssrc, true, options, NULL);
3469 uint32_t send_ssrc local
3502 const uint32_t send_ssrc = channel->send_streams()[0].first_ssrc(); local
[all...]
H A Dwebrtcsession.cc1398 uint32_t send_ssrc = 0; local
1403 &send_ssrc)) {
1417 uint32_t send_ssrc = 0; local
1419 track_id, &send_ssrc))) {
1423 if (!voice_channel_->InsertDtmf(send_ssrc, code, duration)) {
/external/webrtc/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h162 send_ssrc(0),
183 uint32_t send_ssrc; member in struct:cricket::FakeWebRtcVoiceEngine::Channel
227 return channels_[channel]->send_ssrc;
602 channels_[channel]->send_ssrc = ssrc;
/external/webrtc/webrtc/video/
H A Dvideo_send_stream_tests.cc258 FakeReceiveStatistics(uint32_t send_ssrc, argument
265 stats_map_[send_ssrc] = lossy_stats_.get();

Completed in 234 milliseconds