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

  /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
  /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::__anon26723::ConfigHelper
251 EXPECT_CALL(*helper.remote_bitrate_estimator(),
277 EXPECT_CALL(*helper.remote_bitrate_estimator(),

Completed in 57 milliseconds