HomeSort by relevance Sort by last modified time
    Searched full:statistics (Results 76 - 100 of 4658) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webrtc/webrtc/modules/audio_coding/neteq/
merge_unittest.cc 32 StatisticsCalculator statistics; local
33 Expand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs, channels);
  /external/webrtc/webrtc/voice_engine/
voe_video_sync_impl.cc 48 if (!_shared->statistics().Initialized()) {
67 if (!_shared->statistics().Initialized()) {
86 if (!_shared->statistics().Initialized()) {
105 if (!_shared->statistics().Initialized()) {
122 if (!_shared->statistics().Initialized()) {
141 if (!_shared->statistics().Initialized()) {
159 if (!_shared->statistics().Initialized()) {
174 if (!_shared->statistics().Initialized()) {
voe_volume_control_impl.cc 53 if (!_shared->statistics().Initialized()) {
87 if (!_shared->statistics().Initialized()) {
119 if (!_shared->statistics().Initialized()) {
168 if (!_shared->statistics().Initialized()) {
203 if (!_shared->statistics().Initialized()) {
223 if (!_shared->statistics().Initialized()) {
243 if (!_shared->statistics().Initialized()) {
254 if (!_shared->statistics().Initialized()) {
274 if (!_shared->statistics().Initialized()) {
285 if (!_shared->statistics().Initialized())
    [all...]
voe_codec_impl.cc 71 if (!_shared->statistics().Initialized()) {
115 if (!_shared->statistics().Initialized()) {
137 if (!_shared->statistics().Initialized()) {
147 if (!_shared->statistics().Initialized()) {
169 if (!_shared->statistics().Initialized()) {
184 if (!_shared->statistics().Initialized()) {
204 if (!_shared->statistics().Initialized()) {
235 if (!_shared->statistics().Initialized()) {
250 if (!_shared->statistics().Initialized()) {
273 if (!_shared->statistics().Initialized())
    [all...]
output_mixer.h 32 class Statistics;
42 int32_t SetEngineInformation(Statistics& engineStatistics);
108 Statistics* _engineStatisticsPtr;
voe_hardware_impl.cc 52 if (_shared->statistics().Initialized()) {
127 if (!_shared->statistics().Initialized()) {
138 if (!_shared->statistics().Initialized()) {
151 if (!_shared->statistics().Initialized()) {
193 if (!_shared->statistics().Initialized()) {
239 if (!_shared->statistics().Initialized()) {
350 if (!_shared->statistics().Initialized()) {
434 if (!_shared->statistics().Initialized()) {
442 if (!_shared->statistics().Initialized()) {
452 if (!_shared->statistics().Initialized())
    [all...]
voe_rtp_rtcp_impl.cc 51 if (!_shared->statistics().Initialized()) {
66 if (!_shared->statistics().Initialized()) {
81 if (!_shared->statistics().Initialized()) {
102 if (!_shared->statistics().Initialized()) {
135 if (!_shared->statistics().Initialized()) {
166 if (!_shared->statistics().Initialized()) {
198 if (!_shared->statistics().Initialized()) {
226 if (!_shared->statistics().Initialized()) {
242 if (!_shared->statistics().Initialized()) {
259 if (!_shared->statistics().Initialized())
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atm_zatm.h 19 /* get pool statistics */
21 /* get statistics and zero */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atm_zatm.h 19 /* get pool statistics */
21 /* get statistics and zero */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nis_tags.h 35 * This file contains the tags and statistics definitions. It is
86 #define TAG_STATS 2 /* Enable/disable statistics */
101 #define TAG_OPSTATS 2048 /* NIS+ operations statistics */
103 #define TAG_HEAP 2050 /* Heap usage statistics */
106 #define TAG_S_DCACHE 2053 /* Directory cache statistics */
107 #define TAG_S_OCACHE 2054 /* Object cache statistics */
108 #define TAG_S_GCACHE 2055 /* Group cache statistics */
109 #define TAG_S_STORAGE 2056 /* Group cache statistics */
  /prebuilts/go/darwin-x86/src/testing/
allocs.go 26 // Measure the starting statistics
36 // Read the final statistics
  /prebuilts/go/linux-x86/src/testing/
allocs.go 26 // Measure the starting statistics
36 // Read the final statistics
  /external/kernel-headers/original/uapi/linux/
ppp_defs.h 87 * Statistics for LQRP and pppstats
132 struct pppstat p; /* basic PPP statistics */
133 struct vjstat vj; /* VJ header compression statistics */
137 struct compstat c; /* packet compression statistics */
138 struct compstat d; /* packet decompression statistics */
  /external/iproute2/man/man8/
lnstat.8 3 lnstat \- unified linux network statistics
15 In addition to routing cache statistics, it supports any kind of statistics the
19 These names are used by \fBlnstat\fP as keys for selecting which statistics to
43 Statistics file to use, may be specified multiple times. By default all files in /proc/net/stat are scanned.
64 Get a list of supported statistics files.
73 Use only the specified file for statistics.
82 Display statistics for keys entries, in_hit and in_slow_tot of field rt_cache every second.
87 Statistics around neighbor cache and ARP. \fBarp_cache\fP is for IPv4, \fBndisc_cache\fP is the same for IPv6.
194 Routing cache statistics
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
receive_statistics_unittest.cc 159 virtual void StatisticsUpdated(const RtcpStatistics& statistics,
162 stats_ = statistics;
197 RtcpStatistics statistics; local
199 ->GetStatistics(&statistics, true);
203 EXPECT_EQ(statistics.cumulative_lost, callback.stats_.cumulative_lost);
204 EXPECT_EQ(statistics.extended_max_sequence_number,
206 EXPECT_EQ(statistics.fraction_lost, callback.stats_.fraction_lost);
207 EXPECT_EQ(statistics.jitter, callback.stats_.jitter);
208 EXPECT_EQ(51, statistics.fraction_lost);
209 EXPECT_EQ(1u, statistics.cumulative_lost)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
Statistics.java 26 * Statistics about the contents of a file.
28 public final class Statistics {
35 public Statistics() {
40 * Adds the given item to the statistics.
56 * Adds the given list of items to the statistics.
68 * Writes the statistics as an annotation.
93 sb.append("Statistics:\n");
  /dalvik/dx/src/com/android/dx/dex/file/
Statistics.java 25 * Statistics about the contents of a file.
27 public final class Statistics {
34 public Statistics() {
39 * Adds the given item to the statistics.
55 * Adds the given list of items to the statistics.
67 * Writes the statistics as an annotation.
92 sb.append("Statistics:\n");
  /developers/build/prebuilts/gradle/AppUsageStatistics/
README.md 5 A basic app showing how to use App usage statistics API to let users collect statistics related
11 The [App usage statistics][1] API allows app developers to collect statistics related to usage of
15 This example illustrates how to use the App usage statistics API by showing the applications sorted
22 To collect the statistics of the app usage, you need to first get the instance of
30 Then you can retrieve the statistics of the app usage by the following method:
  /external/chromium-trace/catapult/tracing/tracing/ui/analysis/
multi_event_summary.html 10 <link rel="import" href="/tracing/base/statistics.html">
47 this.duration_ = tr.b.Statistics.sum(
112 this.numAlerts_ = tr.b.Statistics.sum(this.events_, function(event) {
132 this.maxDuration_ = tr.b.Statistics.max(
143 this.maxCpuDuration_ = tr.b.Statistics.max(
154 this.maxSelfTime_ = tr.b.Statistics.max(
165 this.maxCpuSelfTime_ = tr.b.Statistics.max(
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
Statistics.java 26 * Statistics about the contents of a file.
28 public final class Statistics {
35 public Statistics() {
40 * Adds the given item to the statistics.
56 * Adds the given list of items to the statistics.
68 * Writes the statistics as an annotation.
93 sb.append("Statistics:\n");
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h 38 /* statistics */
56 /* statistics:
58 tn, tx, txx: temporal statistics (for grandularity)
59 tn0: tn in the last temporal statistics phase (since the last executing phase)
62 an, ax, axx: average temporal statistics - yields stdev */
79 /* statistics: this is real-time in nature, so no "buffering" is performed.
80 therefore, no need for temporal statistics
  /bionic/libc/dns/include/
resolv_stats.h 31 * Resolver reachability statistics and run-time parameters.
53 /* Initialize a sample for calculating server reachability statistics. */
65 /* Aggregates the reachability statistics for the given server based on on the stored samples. */
  /external/libvpx/libvpx/vpx/
svc_context.h 49 #define COMPONENTS 4 // psnr & sse statistics maintained for total, y, u, v
59 // accumulated statistics
110 * dump accumulated statistics and reset accumulated values
  /frameworks/base/core/java/android/net/
INetworkStatsService.aidl 30 /** Start a statistics query session. */
33 /** Start a statistics query session. If calling package is profile or device owner then it is
57 /** Force update of statistics. */
  /cts/tests/tests/media/src/android/media/cts/
Vp8EncoderTest.java 105 Vp8EncodingStatistics statistics = computeEncodingStatistics(bufInfo); local
107 assertEquals("Stream bitrate " + statistics.mAverageBitrate +
109 targetBitrate, statistics.mAverageBitrate,
217 Vp8EncodingStatistics statistics = computeEncodingStatistics(bufInfo); local
220 int actualKeyFrames = statistics.mKeyFrames.size();
230 if (Math.abs(statistics.mAverageKeyFrameInterval - FPS) >
232 (statistics.mMaximumKeyFrameInterval - FPS > MAX_KEYFRAME_INTERVAL_VARIATION) ||
233 (FPS - statistics.mMinimumKeyFrameInterval > MAX_KEYFRAME_INTERVAL_VARIATION)) {
277 Vp8EncodingStatistics statistics = computeEncodingStatistics(bufInfo); local
284 bitrateActualValues[i] += statistics.mBitrates.get(j)
442 Vp8DecodingStatistics statistics = computeDecodingStatistics( local
    [all...]

Completed in 1562 milliseconds

1 2 34 5 6 7 8 91011>>