OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:send_ssrc
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdump_unittest.cc
141
const uint32
send_ssrc
= kTestSsrc + 1;
local
142
reader_w_ssrc.SetSsrc(
send_ssrc
);
149
EXPECT_EQ(
send_ssrc
, ssrc);
filemediaengine_unittest.cc
389
const uint32
send_ssrc
= RtpTestUtility::kDefaultSsrc + 1;
local
390
voice_channel_->AddSendStream(StreamParams::CreateLegacy(
send_ssrc
));
406
2 * RtpTestUtility::GetTestPacketCount(), &net_dump,
send_ssrc
));
418
send_ssrc
));
fakemediaengine.h
170
const uint32
send_ssrc
() {
function in class:cricket::RtpHelper
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannel.h
141
// underlying data engine. |
send_ssrc
| == 0 means that the channel is no
143
void SetSendSsrc(uint32
send_ssrc
);
datachannel.cc
223
void DataChannel::SetSendSsrc(uint32
send_ssrc
) {
228
send_ssrc_ =
send_ssrc
;
webrtcsession_unittest.cc
2115
uint32
send_ssrc
= channel->send_streams()[0].first_ssrc();
local
2159
uint32
send_ssrc
= channel->send_streams()[0].first_ssrc();
local
2193
const uint32
send_ssrc
= channel->send_streams()[0].first_ssrc();
local
[
all
...]
webrtcsession.cc
933
uint32
send_ssrc
= 0;
local
951
uint32
send_ssrc
= 0;
local
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h
100
send_ssrc
(0),
125
uint32
send_ssrc
;
member in struct:cricket::FakeWebRtcVoiceEngine::Channel
180
if (local_ssrc == iter->second->
send_ssrc
)
674
channels_[channel]->
send_ssrc
= ssrc;
679
ssrc = channels_[channel]->
send_ssrc
;
719
block.source_SSRC = channels_[channel]->
send_ssrc
;
[
all
...]
webrtcvideoengine.h
289
uint32
send_ssrc
() const { return 0; }
function in class:cricket::WebRtcVideoMediaChannel
webrtcvoiceengine_unittest.cc
1964
unsigned int
send_ssrc
;
local
2009
unsigned int
send_ssrc
;
local
[
all
...]
webrtcvoiceengine.cc
2418
unsigned int
send_ssrc
;
local
[
all
...]
webrtcvideoengine.cc
3117
unsigned int
send_ssrc
= 0;
local
[
all
...]
Completed in 133 milliseconds