Searched defs:send_ssrc (Results 1 – 7 of 7) sorted by relevance
142 const uint32_t send_ssrc = kTestSsrc + 1; in TEST() local
154 uint32_t send_ssrc() const { in send_ssrc() function
324 void DataChannel::SetSendSsrc(uint32_t send_ssrc) { in SetSendSsrc()
1398 uint32_t send_ssrc = 0; in CanInsertDtmf() local1417 uint32_t send_ssrc = 0; in InsertDtmf() local
3403 uint32_t send_ssrc = channel->send_streams()[0].first_ssrc(); in TEST_F() local3429 uint32_t send_ssrc = channel->send_streams()[0].first_ssrc(); in TEST_F() local3469 uint32_t send_ssrc = channel->send_streams()[0].first_ssrc(); in TEST_F() local3502 const uint32_t send_ssrc = channel->send_streams()[0].first_ssrc(); in TEST_F() local
183 uint32_t send_ssrc; member
258 FakeReceiveStatistics(uint32_t send_ssrc, in FakeReceiveStatistics()