Home
last modified time | relevance | path

Searched refs:rate_ (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/talk/session/media/
Dmediamonitor.cc44 monitor_thread_(monitor_thread), monitoring_(false), rate_(0) { in MediaMonitor()
54 rate_ = milliseconds; in Start()
55 if (rate_ < 100) in Start()
56 rate_ = 100; in Start()
62 rate_ = 0; in Stop()
105 worker_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL); in PollMediaChannel()
Daudiomonitor.cc52 rate_ = milliseconds; in Start()
53 if (rate_ < 100) in Start()
54 rate_ = 100; in Start()
110 voice_channel_->worker_thread()->PostDelayed(rate_, this, MSG_MONITOR_POLL); in PollVoiceChannel()
Daudiomonitor.h69 uint32_t rate_; variable
Dmediamonitor.h62 uint32_t rate_; variable
/external/webrtc/webrtc/p2p/client/
Dsocketmonitor.cc39 rate_ = milliseconds; in Start()
40 if (rate_ < 250) in Start()
41 rate_ = 250; in Start()
93 worker_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL); in PollConnectionStats_w()
Dsocketmonitor.h56 uint32_t rate_; variable
/external/v8/src/profiler/
Dsampling-heap-profiler.h150 const uint64_t rate_; variable
165 rate_(rate) {} in SamplingAllocationObserver()
176 intptr_t GetNextStepSize() override { return GetNextSampleInterval(rate_); } in GetNextStepSize()
183 uint64_t const rate_; variable
Dsampling-heap-profiler.cc46 double scale = 1.0 / (1.0 - std::exp(-static_cast<double>(size) / rate_)); in ScaleSample()
66 rate_(rate), in SamplingHeapProfiler()
68 CHECK_GT(rate_, 0); in SamplingHeapProfiler()
/external/libvpx/libvpx/vp8/encoder/
Dpickinter.c1515 void vp8_pick_intra_mode(MACROBLOCK *x, int *rate_) in vp8_pick_intra_mode() argument
1561 *rate_ = best_rate; in vp8_pick_intra_mode()
Drdopt.c2613 void vp8_rd_pick_intra_mode(MACROBLOCK *x, int *rate_) in vp8_rd_pick_intra_mode() argument
2644 *rate_ = rate; in vp8_rd_pick_intra_mode()