Searched defs:stats (Results 76 - 100 of 338) sorted by relevance

1234567891011>>

/external/chromium_org/content/renderer/media/
H A Dmedia_stream_audio_processor_options.cc282 webrtc::AudioProcessorInterface::AudioProcessorStats* stats) {
285 stats->echo_return_loss = -100;
286 stats->echo_return_loss_enhancement = -100;
291 stats->echo_delay_median_ms = -1;
292 stats->echo_delay_std_ms = -1;
295 stats->aec_quality_min = -1.0f;
308 stats->echo_return_loss = echo_metrics.echo_return_loss.instant;
309 stats->echo_return_loss_enhancement =
315 stats->echo_delay_median_ms = median;
316 stats
281 GetAecStats(AudioProcessing* audio_processing, webrtc::AudioProcessorInterface::AudioProcessorStats* stats) argument
[all...]
/external/chromium_org/dbus/
H A Ddbus_statistics.cc120 StatSet& stats() { return stats_; } function in class:dbus::__anon7967::DBusStatistics
184 const StatSet& stats = g_dbus_statistics->stats(); local
185 if (stats.empty())
195 for (StatSet::const_iterator iter = stats.begin(); iter != stats.end(); ) {
204 if (next_iter != stats.end() &&
211 continue; // No stats collected for this line, skip it and continue.
/external/chromium_org/extensions/renderer/
H A Dmodule_system_test.cc230 v8::HeapStatistics stats; local
231 isolate_->GetHeapStatistics(&stats);
235 while (stats.used_heap_size() != old_heap_size) {
236 old_heap_size = stats.used_heap_size();
239 isolate_->GetHeapStatistics(&stats);
/external/chromium_org/media/cast/test/
H A Dsender.cc235 scoped_ptr<base::DictionaryValue> stats = video_event_subscriber->GetStats(); local
238 stats.get(), base::JSONWriter::OPTIONS_PRETTY_PRINT, &json);
239 VLOG(0) << "Video stats: " << json;
241 stats = audio_event_subscriber->GetStats();
244 stats.get(), base::JSONWriter::OPTIONS_PRETTY_PRINT, &json);
245 VLOG(0) << "Audio stats: " << json;
293 // Enable raw event and stats logging.
357 // Subscribers for stats.
/external/chromium_org/media/filters/
H A Drenderer_impl.cc344 void RendererImpl::OnUpdateStatistics(const PipelineStatistics& stats) { argument
346 statistics_cb_.Run(stats);
H A Dvideo_renderer_impl_unittest.cc295 void OnStatisticsUpdate(const PipelineStatistics& stats) {} argument
/external/chromium_org/net/disk_cache/blockfile/
H A Ddisk_format.h80 CacheAddr stats; // Storage for usage data. member in struct:disk_cache::IndexHeader
H A Dstats.cc5 #include "net/disk_cache/blockfile/stats.h"
45 // WARNING: Add new stats only at the end, or change LoadStats().
77 bool VerifyStats(OnDiskStats* stats) { argument
78 if (stats->signature != kDiskSignature)
83 if (static_cast<unsigned int>(stats->size) > sizeof(*stats)) {
84 memset(stats, 0, sizeof(*stats));
85 stats->signature = kDiskSignature;
86 } else if (static_cast<unsigned int>(stats
103 OnDiskStats* stats = &local_stats; local
233 OnDiskStats* stats = reinterpret_cast<OnDiskStats*>(data); local
[all...]
/external/chromium_org/net/quic/congestion_control/
H A Dtcp_cubic_sender.cc33 QuicConnectionStats* stats)
35 cubic_(clock, stats),
37 stats_(stats),
28 TcpCubicSender( const QuicClock* clock, const RttStats* rtt_stats, bool reno, QuicTcpCongestionWindow max_tcp_congestion_window, QuicConnectionStats* stats) argument
/external/chromium_org/net/quic/
H A Dquic_received_packet_manager.cc136 QuicConnectionStats* stats)
140 stats_(stats) {
165 // Record how out of order stats.
135 QuicReceivedPacketManager( QuicConnectionStats* stats) argument
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoadapter_unittest.cc125 Stats stats; local
126 stats.captured_frames = captured_frames_;
127 stats.dropped_frames = dropped_frames_;
128 stats.last_adapt_was_no_op = last_adapt_was_no_op_;
130 stats.adapted_width = static_cast<int>(adapted_frame_->GetWidth());
131 stats.adapted_height = static_cast<int>(adapted_frame_->GetHeight());
133 stats.adapted_width = stats.adapted_height = -1;
136 return stats;
166 void VerifyAdaptedResolution(const VideoCapturerListener::Stats& stats, argument
198 VideoCapturerListener::Stats stats = listener_->GetStats(); local
213 VideoCapturerListener::Stats stats = listener_->GetStats(); local
230 VideoCapturerListener::Stats stats = listener_->GetStats(); local
247 VideoCapturerListener::Stats stats = listener_->GetStats(); local
264 VideoCapturerListener::Stats stats = listener_->GetStats(); local
307 VideoCapturerListener::Stats stats = listener_->GetStats(); local
436 VideoCapturerListener::Stats stats = listener_->GetStats(); local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dtwopass_encoder.c73 vpx_fixed_buf_t *stats) {
80 die_codec(ctx, "Failed to get frame stats.");
88 stats->buf = realloc(stats->buf, stats->sz + pkt_size);
89 memcpy((uint8_t *)stats->buf + stats->sz, pkt_buf, pkt_size);
90 stats->sz += pkt_size;
135 vpx_fixed_buf_t stats = {NULL, 0}; local
144 &stats);
67 get_frame_stats(vpx_codec_ctx_t *ctx, const vpx_image_t *img, vpx_codec_pts_t pts, unsigned int duration, vpx_enc_frame_flags_t flags, unsigned int deadline, vpx_fixed_buf_t *stats) argument
206 vpx_fixed_buf_t stats; local
[all...]
/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless_mips32.c223 VP8LStreaks stats; local
224 int* const pstreaks = &stats.streaks[0][0];
225 int* const pcnts = &stats.counts[0];
227 memset(&stats, 0, sizeof(stats));
241 return stats;
248 VP8LStreaks stats; local
249 int* const pstreaks = &stats.streaks[0][0];
250 int* const pcnts = &stats.counts[0];
252 memset(&stats,
[all...]
/external/chromium_org/third_party/libwebp/enc/
H A Dcost.c556 res->stats = enc->proba_.stats_[coeff_type];
666 static int Record(int bit, proba_t* const stats) { argument
667 proba_t p = *stats;
669 p = ((p + 1u) >> 1) & 0x7fff7fffu; // -> divide the stats by 2.
673 *stats = p;
684 // should be stats[VP8EncBands[n]], but it's equivalent for n=0 or 1
685 proba_t* s = res->stats[n][ctx];
695 s = res->stats[VP8EncBands[n]][0];
699 s = res->stats[VP8EncBands[n]][1];
728 s = res->stats[VP8EncBand
[all...]
H A Dwebpenc.c111 enc->use_tokens_ = (enc->rd_opt_level_ >= RD_OPT_BASIC); // need rd stats
128 // lf-stats: 0
162 + lf_stats_size; // autofilter stats
172 " lf-stats: %ld\n"
258 WebPAuxStats* stats = enc->pic_->stats; local
261 stats->PSNR[0] = (float)GetPSNR(sse[0], size);
262 stats->PSNR[1] = (float)GetPSNR(sse[1], size / 4);
263 stats->PSNR[2] = (float)GetPSNR(sse[2], size / 4);
264 stats
269 WebPAuxStats* const stats = enc->pic_->stats; local
[all...]
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dplarena.h89 PLArenaStats stats; member in struct:PLArenaPool
168 #define PL_COUNT_ARENA(pool,op) ((pool)->stats.narenas op)
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dlibc_override_osx.h178 void mi_statistics(malloc_zone_t *zone, malloc_statistics_t *stats) { argument
180 stats->blocks_in_use = 0;
181 stats->size_in_use = 0;
182 stats->max_size_in_use = 0;
183 stats->size_allocated = 0;
H A Dpage_heap.h160 inline Stats stats() const { return stats_; } function in class:tcmalloc::PageHeap
274 // appropriate free list, and adjust stats.
283 // Prepends span to appropriate free list, and adjusts stats.
286 // Removes span from its free list, and adjust stats.
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dlibc_override_osx.h178 void mi_statistics(malloc_zone_t *zone, malloc_statistics_t *stats) { argument
180 stats->blocks_in_use = 0;
181 stats->size_in_use = 0;
182 stats->max_size_in_use = 0;
183 stats->size_allocated = 0;
H A Dpage_heap.h150 inline Stats stats() const { return stats_; } function in class:tcmalloc::PageHeap
263 // appropriate free list, and adjust stats.
266 // Prepends span to appropriate free list, and adjusts stats.
269 // Removes span from its free list, and adjust stats.
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor.cc47 Stats* stats)
54 stats_(stats),
73 assert(stats);
299 // Report stats
41 VideoProcessorImpl(webrtc::VideoEncoder* encoder, webrtc::VideoDecoder* decoder, FrameReader* frame_reader, FrameWriter* frame_writer, PacketManipulator* packet_manipulator, const TestConfig& config, Stats* stats) argument
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Ddeflickering.cc90 VideoProcessingModule::FrameStats* stats) {
115 if (!VideoProcessingModule::ValidFrameStats(*stats)) {
119 if (PreDetection(frame->timestamp(), *stats) == -1) return VPM_GENERAL_ERROR;
237 // Frame was altered, so reset stats.
238 VideoProcessingModule::ClearFrameStats(stats);
248 \param[in] stats Statistics of the current frame.
256 const VideoProcessingModule::FrameStats& stats) {
261 mean_val = ((stats.sum << kmean_valueScaling) / stats.num_pixels);
89 ProcessFrame(I420VideoFrame* frame, VideoProcessingModule::FrameStats* stats) argument
255 PreDetection(const uint32_t timestamp, const VideoProcessingModule::FrameStats& stats) argument
/external/chromium_org/third_party/webrtc/video/
H A Dsend_statistics_proxy_unittest.cc120 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); local
121 ExpectEqual(expected_, stats);
133 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); local
134 EXPECT_EQ(capture_fps, stats.input_frame_rate);
135 EXPECT_EQ(encode_fps, stats.encode_frame_rate);
159 StreamStats& stats = expected_.substreams[ssrc]; local
161 stats.key_frames = offset;
162 stats.delta_frames = offset + 1;
163 observer->FrameCountUpdated(kVideoFrameKey, stats.key_frames, ssrc);
164 observer->FrameCountUpdated(kVideoFrameDelta, stats
171 StreamStats& stats = expected_.substreams[ssrc]; local
179 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); local
216 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); local
243 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); local
273 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); local
303 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); local
[all...]
/external/chromium_org/third_party/webrtc/video_engine/include/
H A Dvie_rtp_rtcp.h325 RtcpStatistics stats; local
327 stats,
329 fraction_lost = stats.fraction_lost;
330 cumulative_lost = stats.cumulative_lost;
331 extended_max = stats.extended_max_sequence_number;
332 jitter = stats.jitter;
341 RtcpStatistics stats; local
343 stats,
345 fraction_lost = stats.fraction_lost;
346 cumulative_lost = stats
[all...]
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_channel.h190 // Called on generation of RTCP stats
416 virtual void Notify(const BitrateStatistics& stats, uint32_t ssrc) { argument
419 callback_->Notify(stats, ssrc);

Completed in 748 milliseconds

1234567891011>>