OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoteCNAME
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_rtcp.cc
227
EXPECT_EQ(-1, module2->
RemoteCNAME
(rtp_receiver2_->SSRC() + 1, cName));
230
EXPECT_EQ(0, module2->
RemoteCNAME
(rtp_receiver2_->SSRC(), cName));
233
EXPECT_EQ(0, module2->
RemoteCNAME
(test_csrcs[0], cName));
236
EXPECT_EQ(0, module2->
RemoteCNAME
(test_csrcs[1], cName));
242
EXPECT_EQ(-1, module2->
RemoteCNAME
(rtp_receiver2_->SSRC(), cName));
/external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h
352
virtual int32_t
RemoteCNAME
(uint32_t remoteSSRC,
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h
144
MOCK_CONST_METHOD2(
RemoteCNAME
,
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.h
140
int32_t
RemoteCNAME
(uint32_t remote_ssrc,
rtp_rtcp_impl.cc
508
int32_t ModuleRtpRtcpImpl::
RemoteCNAME
(
/external/webrtc/webrtc/video/
vie_channel.cc
744
return rtp_rtcp_modules_[0]->
RemoteCNAME
(remoteSSRC, rtcp_cname);
[
all
...]
/external/webrtc/webrtc/voice_engine/
channel.cc
[
all
...]
Completed in 148 milliseconds