Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/remote_bitrate_estimator/include/
H A Dbwe_defines.h36 struct RateControlInput { struct
41 BandwidthUsage bw_state;
42 absl::optional<DataRate> estimated_throughput;
/aosp_15_r20/external/webrtc/modules/remote_bitrate_estimator/
H A Dbwe_defines.cc17 RateControlInput::RateControlInput( in RateControlInput() function in webrtc::RateControlInput