Home
last modified time | relevance | path

Searched defs:send_ssrc (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/talk/media/base/
Drtpdump_unittest.cc142 const uint32_t send_ssrc = kTestSsrc + 1; in TEST() local
Dfakemediaengine.h154 uint32_t send_ssrc() const { in send_ssrc() function
/external/webrtc/talk/app/webrtc/
Ddatachannel.cc324 void DataChannel::SetSendSsrc(uint32_t send_ssrc) { in SetSendSsrc()
Dwebrtcsession.cc1398 uint32_t send_ssrc = 0; in CanInsertDtmf() local
1417 uint32_t send_ssrc = 0; in InsertDtmf() local
Dwebrtcsession_unittest.cc3403 uint32_t send_ssrc = channel->send_streams()[0].first_ssrc(); in TEST_F() local
3429 uint32_t send_ssrc = channel->send_streams()[0].first_ssrc(); in TEST_F() local
3469 uint32_t send_ssrc = channel->send_streams()[0].first_ssrc(); in TEST_F() local
3502 const uint32_t send_ssrc = channel->send_streams()[0].first_ssrc(); in TEST_F() local
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h183 uint32_t send_ssrc; member
/external/webrtc/webrtc/video/
Dvideo_send_stream_tests.cc258 FakeReceiveStatistics(uint32_t send_ssrc, in FakeReceiveStatistics()