Searched defs:aggregator (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dvp8_partition_aggregator_unittest.cc103 static void VerifyMinMax(const Vp8PartitionAggregator& aggregator, argument
109 aggregator.CalcMinMax(opt_config, &min_size, &max_size);
117 Vp8PartitionAggregator* aggregator = local
119 delete aggregator;
133 Vp8PartitionAggregator* aggregator = local
135 aggregator->SetPriorMinMax(300, 500);
138 std::vector<int> opt_config = aggregator->FindOptimalConfiguration(kMaxSize,
145 VerifyMinMax(*aggregator, opt_config, 383, 428);
150 aggregator->CalcMinMax(opt_config, &min_size, &max_size);
153 delete aggregator;
167 Vp8PartitionAggregator* aggregator = local
186 Vp8PartitionAggregator* aggregator = local
[all...]
/external/chromium_org/chrome/browser/ui/webui/performance_monitor/
H A Dperformance_monitor_ui_util_unittest.cc32 scoped_ptr<Aggregator> aggregator; local
35 aggregator.reset(new NoAggregation());
38 aggregator.reset(new MedianAggregation());
41 aggregator.reset(new MeanAggregation());
47 return aggregator->AggregateInterval(
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 281 milliseconds