HomeSort by relevance Sort by last modified time
    Searched refs:remote_bitrate_estimator (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_format_remb_unittest.cc 14 #include "webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h"
15 #include "webrtc/modules/remote_bitrate_estimator/include/mock/mock_remote_bitrate_observer.h"
16 #include "webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h"
90 configuration.remote_bitrate_estimator = remote_bitrate_estimator_.get();
rtp_rtcp_impl.cc 41 remote_bitrate_estimator(nullptr),
97 remote_bitrate_(configuration.remote_bitrate_estimator),
rtcp_receiver_unittest.cc 19 #include "webrtc/modules/remote_bitrate_estimator/include/mock/mock_remote_bitrate_observer.h"
20 #include "webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h"
84 configuration.remote_bitrate_estimator = remote_bitrate_estimator_.get();
    [all...]
  /external/webrtc/webrtc/video/
vie_receiver.h 40 RemoteBitrateEstimator* remote_bitrate_estimator,
vie_receiver.cc 16 #include "webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h"
37 RemoteBitrateEstimator* remote_bitrate_estimator,
53 remote_bitrate_estimator_(remote_bitrate_estimator),
61 assert(remote_bitrate_estimator);
vie_channel.h 21 #include "webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h"
75 RemoteBitrateEstimator* remote_bitrate_estimator,
298 RemoteBitrateEstimator* remote_bitrate_estimator,
vie_channel.cc 88 RemoteBitrateEstimator* remote_bitrate_estimator,
103 vie_receiver_(vcm_, remote_bitrate_estimator, this),
132 remote_bitrate_estimator,
    [all...]
  /external/webrtc/webrtc/audio/
audio_receive_stream_unittest.cc 20 #include "webrtc/modules/remote_bitrate_estimator/include/mock/mock_remote_bitrate_estimator.h"
115 MockRemoteBitrateEstimator* remote_bitrate_estimator() { function in struct:webrtc::test::__anon49572::ConfigHelper
251 EXPECT_CALL(*helper.remote_bitrate_estimator(),
277 EXPECT_CALL(*helper.remote_bitrate_estimator(),
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h 54 * remote_bitrate_estimator - Estimates the bandwidth available for a set of
70 RemoteBitrateEstimator* remote_bitrate_estimator; member in struct:webrtc::RtpRtcp::Configuration

Completed in 221 milliseconds