Searched refs:rate_ (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/talk/session/media/ |
D | mediamonitor.cc | 44 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()
|
D | audiomonitor.cc | 52 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()
|
D | audiomonitor.h | 69 uint32_t rate_; variable
|
D | mediamonitor.h | 62 uint32_t rate_; variable
|
/external/webrtc/webrtc/p2p/client/ |
D | socketmonitor.cc | 39 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()
|
D | socketmonitor.h | 56 uint32_t rate_; variable
|
/external/v8/src/profiler/ |
D | sampling-heap-profiler.h | 150 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
|
D | sampling-heap-profiler.cc | 46 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/ |
D | pickinter.c | 1515 void vp8_pick_intra_mode(MACROBLOCK *x, int *rate_) in vp8_pick_intra_mode() argument 1561 *rate_ = best_rate; in vp8_pick_intra_mode()
|
D | rdopt.c | 2613 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()
|