OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetTransportOverhead
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
test_api.cc
130
EXPECT_EQ(0, module_->
SetTransportOverhead
(true, true, 12));
133
EXPECT_EQ(0, module_->
SetTransportOverhead
(false, false, 0));
/external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h
122
virtual int32_t
SetTransportOverhead
(
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h
66
MOCK_METHOD3(
SetTransportOverhead
,
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.h
209
int32_t
SetTransportOverhead
(bool tcp,
rtp_rtcp_impl.cc
443
int32_t ModuleRtpRtcpImpl::
SetTransportOverhead
(
Completed in 50 milliseconds