Home
last modified time | relevance | path

Searched refs:BweIgnoreSmallPacketsSettings (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Ddelay_based_bwe.h36 struct BweIgnoreSmallPacketsSettings { struct
39 BweIgnoreSmallPacketsSettings() = default; argument
40 explicit BweIgnoreSmallPacketsSettings(
122 BweIgnoreSmallPacketsSettings ignore_small_;
Ddelay_based_bwe.cc48 constexpr char BweIgnoreSmallPacketsSettings::kKey[];
51 BweIgnoreSmallPacketsSettings::BweIgnoreSmallPacketsSettings( in BweIgnoreSmallPacketsSettings() function in webrtc::BweIgnoreSmallPacketsSettings
54 key_value_config->Lookup(BweIgnoreSmallPacketsSettings::kKey)); in BweIgnoreSmallPacketsSettings()
58 BweIgnoreSmallPacketsSettings::Parser() { in Parser()