HomeSort by relevance Sort by last modified time
    Searched refs:Stats (Results 76 - 100 of 269) sorted by null

1 2 34 5 6 7 8 91011

  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_internal.h 119 Stats erl;
120 Stats erle;
121 Stats aNlp;
122 Stats rerl;
  /cts/tests/tests/media/libmediandkjni/
native_media_utils.cpp 87 int32_t Stats::getBitrateAverage(int32_t frameNumFrom, int32_t frameNumTo) const {
107 int32_t Stats::getBitratePeak(
132 int32_t Stats::getSyncFrameNext(int32_t frameNumWhence) const {
143 Status Validator::checkOverallBitrate(const Stats &stats, const RunConfig& config) {
160 int32_t avgBitrate = stats.getBitrateAverage(0, config.frameCount() - 1);
176 Status Validator::checkFramerate(const Stats&, const RunConfig&) {
181 Status Validator::checkIntraPeriod(const Stats& stats, const RunConfig& config) {
206 if (iInterval >= stats.frameCount())
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
WorkerServiceImpl.cs 50 Stats = runner.GetStats(false),
60 Stats = runner.GetStats(reset)
74 Stats = runner.GetStats(false)
82 Stats = runner.GetStats(reset)
  /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
ClientStats.php 3 # source: src/proto/grpc/testing/stats.proto
49 * Core library stats
51 * Generated from protobuf field <code>.grpc.core.Stats core_stats = 7;</code>
56 \GPBMetadata\Src\Proto\Grpc\Testing\Stats::initOnce();
209 * Core library stats
211 * Generated from protobuf field <code>.grpc.core.Stats core_stats = 7;</code>
212 * @return \Grpc\Core\Stats
220 * Core library stats
222 * Generated from protobuf field <code>.grpc.core.Stats core_stats = 7;</code>
223 * @param \Grpc\Core\Stats $va
    [all...]
ServerStats.php 3 # source: src/proto/grpc/testing/stats.proto
54 * Core library stats
56 * Generated from protobuf field <code>.grpc.core.Stats core_stats = 7;</code>
61 \GPBMetadata\Src\Proto\Grpc\Testing\Stats::initOnce();
224 * Core library stats
226 * Generated from protobuf field <code>.grpc.core.Stats core_stats = 7;</code>
227 * @return \Grpc\Core\Stats
235 * Core library stats
237 * Generated from protobuf field <code>.grpc.core.Stats core_stats = 7;</code>
238 * @param \Grpc\Core\Stats $va
    [all...]
  /external/grpc-grpc-java/benchmarks/src/test/java/io/grpc/benchmarks/driver/
LoadClientTest.java 23 import io.grpc.benchmarks.proto.Stats;
63 Stats.ClientStats stats = loadClient.getStats(); local
65 assertEquals(1.0, stats.getLatencies().getMinSeen(), 0.0);
66 assertEquals(1000.0, stats.getLatencies().getMaxSeen(), 0.0);
67 assertEquals(10.0, stats.getLatencies().getCount(), 0.0);
72 for (int i = 0; i < stats.getLatencies().getBucketCount(); i++) {
73 int bucketCount = stats.getLatencies().getBucket(i);
  /external/webrtc/webrtc/video/
receive_statistics_proxy.h 43 VideoReceiveStream::Stats GetStats() const;
99 VideoReceiveStream::Stats stats_ GUARDED_BY(crit_);
send_statistics_proxy_unittest.cc 35 expected_ = VideoSendStream::Stats();
47 void ExpectEqual(VideoSendStream::Stats one, VideoSendStream::Stats other) {
94 VideoSendStream::Stats expected_;
129 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); local
130 ExpectEqual(expected_, stats);
139 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); local
140 EXPECT_EQ(media_bitrate_bps, stats.media_bitrate_bps)
164 VideoSendStream::StreamStats& stats = expected_.substreams[ssrc]; local
177 VideoSendStream::StreamStats& stats = expected_.substreams[ssrc]; local
186 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); local
225 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); local
258 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); local
288 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); local
296 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); local
343 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); local
361 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); local
409 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); local
425 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); local
    [all...]
  /external/webrtc/webrtc/
video_send_stream.h 64 struct Stats {
183 virtual Stats GetStats() = 0;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework.h 87 template<typename T> class Stats {
89 Stats()
245 Stats<double> GetBitrateStats() const;
250 Stats<double> packets_per_second_stats_;
251 Stats<double> kbps_stats_;
343 Stats<double> GetDelayStats() const;
371 Stats<double> GetDelayStats() const;
372 Stats<double> GetBitrateStats() const;
385 Stats<double> packets_per_second_stats_;
386 Stats<double> kbps_stats_
    [all...]
  /cts/tests/tests/systemui/src/android/systemui/cts/
LightBarTests.java 96 Stats s = evaluateLightBarBitmap(bitmap, Color.RED /* background */, 0);
118 Stats s = evaluateLightBarBitmap(bitmap, Color.RED /* background */, activity.getBottom());
151 private void assertLightStats(Bitmap bitmap, Stats s) {
187 private static class Stats {
212 private Stats evaluateLightBarBitmap(Bitmap bitmap, int background, int shiftY) {
231 Stats s = new Stats();
  /external/llvm/lib/DebugInfo/PDB/
PDBSymbol.cpp 145 PDBSymbol::getChildStats(TagStats &Stats) const {
147 Stats.clear();
149 ++Stats[Child->getSymTag()];
  /external/lzma/C/
Ppmd7.h 36 CPpmd_State_Ref Stats;
76 #define Ppmd7_GetStats(p, ctx) ((ctx)->Stats)
80 #define Ppmd7_GetStats(p, ctx) ((CPpmd_State *)Ppmd7_GetPtr((p), ((ctx)->Stats)))
  /external/opencensus-java/examples/src/main/java/io/opencensus/examples/helloworld/
QuickStart.java 21 import io.opencensus.stats.Aggregation;
22 import io.opencensus.stats.BucketBoundaries;
23 import io.opencensus.stats.Measure.MeasureLong;
24 import io.opencensus.stats.Stats;
25 import io.opencensus.stats.StatsRecorder;
26 import io.opencensus.stats.View;
27 import io.opencensus.stats.ViewData;
28 import io.opencensus.stats.ViewManager;
50 private static final ViewManager viewManager = Stats.getViewManager()
    [all...]
  /external/opencensus-java/exporters/stats/prometheus/src/main/java/io/opencensus/exporter/stats/prometheus/
PrometheusStatsCollector.java 17 package io.opencensus.exporter.stats.prometheus;
19 import static io.opencensus.exporter.stats.prometheus.PrometheusExportUtils.containsDisallowedLeLabelForHistogram;
20 import static io.opencensus.exporter.stats.prometheus.PrometheusExportUtils.convertToLabelNames;
21 import static io.opencensus.exporter.stats.prometheus.PrometheusExportUtils.getType;
27 import io.opencensus.stats.Stats;
28 import io.opencensus.stats.View;
29 import io.opencensus.stats.ViewData;
30 import io.opencensus.stats.ViewManager;
44 * OpenCensus Stats {@link Collector} for Prometheus
    [all...]
  /external/webrtc/webrtc/p2p/stunprober/
stunprober.h 71 struct Stats {
72 Stats() {}
137 // Method to retrieve the Stats once |finish_callback| is invoked. Returning
140 bool GetStats(Stats* stats) const;
  /external/golang-protobuf/proto/
deprecated.go 37 type Stats struct{ Emalloc, Dmalloc, Encode, Decode, Chit, Cmiss, Size uint64 }
40 func GetStats() Stats { return Stats{} }
  /external/perfetto/src/base/
circular_queue_unittest.cc 179 struct Stats {
184 Checker(Stats* stats, int n) : stats_(stats), n_(n) {
214 Stats* stats_ = nullptr;
220 Checker::Stats stats; local
224 queue.emplace_back(&stats, i);
225 ASSERT_EQ(stats.num_ctors, 2);
226 ASSERT_EQ(stats.num_dtors, 0)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_profile.py 29 stats = pstats.Stats(prof, stream=s)
30 stats.strip_dirs().sort_stats("stdname")
31 getattr(stats, methodname)()
40 "Stats.%s output for %s doesn't fit expectation!" %
56 stats = pstats.Stats(prof, stream=s)
57 stats.print_stats()
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/
Lan9118Dxe.c 842 ZeroMem (&LanDriver->Stats, sizeof(EFI_NETWORK_STATISTICS));
856 Statistics, &LanDriver->Stats,
    [all...]
  /external/python/cpython2/Lib/test/
test_profile.py 29 stats = pstats.Stats(prof, stream=s)
30 stats.strip_dirs().sort_stats("stdname")
31 getattr(stats, methodname)()
40 "Stats.%s output for %s doesn't fit expectation!" %
56 stats = pstats.Stats(prof, stream=s)
57 stats.print_stats()
  /external/python/cpython3/Lib/test/
test_pstats.py 30 self.stats = pstats.Stats(stats_file)
34 stats = pstats.Stats(stream=stream)
35 stats.add(self.stats, self.stats)
43 self.stats.sort_stats(arg_int)
44 self.assertEqual(self.stats.sort_type,
45 self.stats.sort_arg_dict_default[arg_str][-1]
    [all...]
  /external/tensorflow/tensorflow/compiler/aot/
benchmark.cc 47 void DumpStatsToStdout(const Stats& stats) {
48 // Compute stats.
49 std::vector<int64> sorted_us(stats.per_iter_us);
103 // Dump stats out.
105 stats.total_us);
112 void Benchmark(const Options& options, const BenchmarkFn& fn, Stats* stats) {
124 // Collect stats and decide whether to stop.
125 stats->per_iter_us.push_back(end_us - iter_start_us)
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor.h 21 #include "webrtc/modules/video_coding/codecs/test/stats.h"
168 Stats* stats);
199 Stats* stats_;
  /frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
ManualBenchmarkState.java 84 private Stats mStats;
120 mStats = new Stats(mResults);

Completed in 390 milliseconds

1 2 34 5 6 7 8 91011