OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetREMBStatus
(Results
1 - 10
of
10
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_format_remb_unittest.cc
109
rtcp_sender_->
SetREMBStatus
(true);
111
rtcp_sender_->
SetREMBStatus
(false);
rtcp_sender.h
128
void
SetREMBStatus
(bool enable);
rtp_rtcp_impl.h
191
void
SetREMBStatus
(bool enable) override;
rtp_rtcp_impl.cc
647
void ModuleRtpRtcpImpl::
SetREMBStatus
(const bool enable) {
648
rtcp_sender_.
SetREMBStatus
(enable);
rtcp_sender.cc
250
void RTCPSender::
SetREMBStatus
(bool enable) {
[
all
...]
rtcp_sender_unittest.cc
513
rtcp_sender_->
SetREMBStatus
(true);
/external/webrtc/webrtc/call/
congestion_controller.cc
267
rtp_module->
SetREMBStatus
(sender || receiver);
/external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h
489
virtual void
SetREMBStatus
(bool enable) = 0;
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h
194
MOCK_METHOD1(
SetREMBStatus
, void(const bool enable));
/external/webrtc/webrtc/video/
video_send_stream_tests.cc
876
rtcp_sender.
SetREMBStatus
(true);
[
all
...]
Completed in 521 milliseconds