Lines Matching +full:check +full:- +full:api +full:- +full:rate
4 * Use of this source code is governed by a BSD-style license
23 #include "api/field_trials_view.h"
24 #include "api/function_view.h"
25 #include "api/transport/field_trial_based_config.h"
26 #include "api/transport/network_types.h"
39 // This class implements a leaky-bucket packet pacing algorithm. It handles the
72 // order to send a keep-alive packet so we don't get stuck in a bad state due
78 // corresponding to this duration times the current padding rate.
122 // packet "debt" that correspond to approximately the send rate during
158 // Check queue of pending packets and send them or padding packets, if budget
221 // The target pacing rate, signaled via SetPacingRates().
223 // The media send rate, which might adjusted from pacing_rate_, e.g. if the
226 // The padding target rate. We aim to fill up to this rate with padding what