HomeSort by relevance Sort by last modified time
    Searched full:statistics (Results 151 - 175 of 5292) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/remoting/webapp/
stats_accumulator.js 7 * The webapp reads the plugin's connection statistics frequently (once per
8 * second). It logs statistics to the server less frequently, to keep
10 * accumulating high-frequency numeric data, and providing statistics
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
rtt_filter.cc 99 // In some cases we don't want to update the statistics
123 // statistics.
157 // statistics.
  /external/chromium_org/third_party/webrtc/video_engine/
overuse_frame_detector.h 27 class Statistics {
29 Statistics();
122 Statistics capture_deltas_;
  /external/chromium_org/third_party/webrtc/voice_engine/
transmit_mixer.h 37 class Statistics;
47 Statistics& engineStatistics,
192 Statistics* _engineStatisticsPtr;
voe_dtmf_impl.cc 65 if (!_shared->statistics().Initialized())
159 if (!_shared->statistics().Initialized())
180 if (!_shared->statistics().Initialized())
204 if (!_shared->statistics().Initialized())
267 if (!_shared->statistics().Initialized())
287 if (!_shared->statistics().Initialized())
BUILD.gn 48 "statistics.cc",
49 "statistics.h",
voe_neteq_stats_impl.cc 57 if (!_shared->statistics().Initialized())
77 if (!_shared->statistics().Initialized()) {
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyFaceDetectMapper.java 127 * statistics.faceDetectMode
134 "processFaceDetectMode - Ignoring statistics.faceDetectMode; " +
157 "processFaceDetectMode - statistics.faceDetectMode == FULL unsupported, " +
161 Log.w(TAG, "processFaceDetectMode - ignoring unknown statistics.faceDetectMode = "
196 * {@code statistics.faces} and {@code statistics.faceDetectMode}.
  /hardware/intel/common/libva/va/vendor/intel/
va_intel_statistics.h 27 * \brief the Intel statistics API
38 /** \brief Processing function for getting motion vectors and statistics. */
46 /** \brief Motion Vector and Statistics frame level controls.
106 /** \brief StatisticsOutput. When set to 1, Statistics output is NOT provided. */
133 /** \brief VAStatsStatisticsBufferTypeIntel. Statistics buffer layout.
134 * Statistics output is per 16x16 block. Data structure per 16x16 block is defined below.
  /cts/apps/CameraITS/tests/inprog/
test_3a_remote.py 40 req["android.statistics.lensShadingMapMode"] = 1
53 lsc_map = cap["metadata"]["android.statistics.lensShadingMap"]
  /developers/build/prebuilts/gradle/AppUsageStatistics/Application/tests/src/com/example/android/appusagestatistics/
AppUsageStatisticsFragmentTests.java 78 // the access to App usage statistics.
90 // The result depends on if the app is granted the access to App usage statistics.
  /developers/samples/android/system/AppUsageStatistics/Application/tests/src/com/example/android/appusagestatistics/
AppUsageStatisticsFragmentTests.java 78 // the access to App usage statistics.
90 // The result depends on if the app is granted the access to App usage statistics.
  /external/blktrace/doc/
blkiomon.8 17 request size and request latency statistics from blktrace data. It provides
91 To get I/O statistics for /dev/sdw every 10 seconds for a period of one hour,
  /external/chromium_org/chrome/browser/ui/webui/quota_internals/
quota_internals_handler.cc 68 void QuotaInternalsHandler::ReportStatistics(const Statistics& stats) {
70 typedef Statistics::const_iterator iterator;
quota_internals_proxy.h 26 typedef std::map<std::string, std::string> Statistics;
55 void ReportStatistics(const Statistics& stats);
  /external/chromium_org/content/renderer/media/crypto/
key_systems_support_uma.h 14 // Key system support UMA statistics for queried key systems.
29 // Adds a |key_system| for which query/support statistics are reported.
  /external/chromium_org/third_party/WebKit/public/web/
WebCache.h 59 // A struct mirroring blink::MemoryCache::Statistics.
79 // Gets the usage statistics from the resource cache.
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
receive_statistics_impl.h 33 virtual bool GetStatistics(RtcpStatistics* statistics, bool reset) OVERRIDE;
124 virtual void StatisticsUpdated(const RtcpStatistics& statistics,
  /external/chromium_org/third_party/webrtc/test/
fake_network_pipe.h 71 // Get statistics.
86 // Statistics.
  /external/chromium_org/third_party/webrtc/video/
full_stack.cc 31 #include "webrtc/test/statistics.h"
334 test::Statistics stats,
345 test::Statistics sender_time_;
346 test::Statistics receiver_time_;
347 test::Statistics psnr_;
348 test::Statistics ssim_;
349 test::Statistics end_to_end_;
350 test::Statistics rendered_delta_;
receive_statistics_proxy.cc 68 const webrtc::RtcpStatistics& statistics,
72 stats_.rtcp_stats = statistics;
  /external/chromium_org/tools/perf/benchmarks/
jetstream.py 26 from telemetry.util import statistics namespace
73 all_scores.append(statistics.GeometricMean(score_list))
  /external/chromium_org/tools/telemetry/
bootstrap_deps 30 "src/third_party/WebKit/PerformanceTests/resources/statistics.js":
31 "https://src.chromium.org/blink/trunk/PerformanceTests/resources/statistics.js",
  /external/libpcap/packaging/
pcap.spec.in 18 monitoring. Libpcap can provide network statistics collection,
34 monitoring. Libpcap can provide network statistics collection,
  /external/lldb/test/benchmarks/expression/
TestExpressionCmd.py 1 """Test lldb's expression evaluations and collect statistics."""
23 """Test lldb's expression commands and collect statistics."""

Completed in 1048 milliseconds

1 2 3 4 5 67 8 91011>>