OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChokeFilter
(Results
1 - 9
of
9
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
bwe_simulations.cc
82
ChokeFilter
choke(&uplink_, kFlowIds[0]);
89
ChokeFilter
choke2(&downlink_, kFlowIds[1]);
110
ChokeFilter
choke(&uplink_, 0);
126
ChokeFilter
filter(&uplink_, 0);
141
ChokeFilter
filter(&uplink_, 0);
152
ChokeFilter
filter(&uplink_, 0);
167
ChokeFilter
filter(&uplink_, 0);
195
ChokeFilter
filter(&uplink_, 0);
214
ChokeFilter
filter(&uplink_, 0);
257
ChokeFilter
choke(&uplink_, CreateFlowIds(kAllFlowIds, kNumFlows))
[
all
...]
remote_bitrate_estimators_test.cc
182
ChokeFilter
choke(&uplink_, 0);
191
ChokeFilter
choke(&uplink_, 0);
202
ChokeFilter
choke(&uplink_, 0);
215
ChokeFilter
choke(&uplink_, 0);
232
ChokeFilter
choke(&uplink_, 0);
274
ChokeFilter
filter(&uplink_, 0);
288
ChokeFilter
filter(&uplink_, 0);
308
ChokeFilter
filter(&uplink_, 0);
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
metric_recorder.h
26
class
ChokeFilter
;
31
explicit LinkShare(
ChokeFilter
* choke_filter);
41
ChokeFilter
* choke_filter_;
bwe_test_framework.h
330
class
ChokeFilter
: public PacketProcessor {
332
ChokeFilter
(PacketProcessorListener* listener, int flow_id);
333
ChokeFilter
(PacketProcessorListener* listener, const FlowIds& flow_ids);
334
virtual ~
ChokeFilter
();
350
RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(
ChokeFilter
);
bwe_test_framework.cc
476
ChokeFilter
::
ChokeFilter
(PacketProcessorListener* listener, int flow_id)
483
ChokeFilter
::
ChokeFilter
(PacketProcessorListener* listener,
491
ChokeFilter
::~
ChokeFilter
() {}
493
void
ChokeFilter
::set_capacity_kbps(uint32_t kbps) {
499
uint32_t
ChokeFilter
::capacity_kbps() {
503
void
ChokeFilter
::RunFor(int64_t /*time_ms*/, Packets* in_out) {
526
void
ChokeFilter
::set_max_delay_ms(int64_t max_delay_ms)
[
all
...]
bwe_test.h
186
ChokeFilter
choke;
bwe_test_framework_unittest.cc
654
ChokeFilter
filter(NULL, 0);
681
ChokeFilter
filter(NULL, 0);
688
ChokeFilter
filter(NULL, 0);
701
ChokeFilter
filter(NULL, 0);
723
ChokeFilter
filter(NULL, 0);
[
all
...]
bwe_test.cc
302
ChokeFilter
choke(&uplink_, all_flow_ids);
408
ChokeFilter
choke(&uplink_, flow_id);
680
ChokeFilter
choke_filter(&uplink_, CreateFlowIds(kAllFlowIds, kNumFlows));
[
all
...]
metric_recorder.cc
31
LinkShare::LinkShare(
ChokeFilter
* choke_filter)
Completed in 101 milliseconds