Home
last modified time | relevance | path

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

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