Home
last modified time | relevance | path

Searched defs:RateControlInput (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/remote_bitrate_estimator/include/
Dbwe_defines.h44 struct RateControlInput { struct
49 BandwidthUsage bw_state;
50 absl::optional<DataRate> estimated_throughput;
/external/webrtc/modules/remote_bitrate_estimator/
Dbwe_defines.cc31 RateControlInput::RateControlInput( in RateControlInput() function in webrtc::RateControlInput