HomeSort by relevance Sort by last modified time
    Searched refs:rate_ (Results 1 - 10 of 10) sorted by null

  /external/webrtc/talk/session/media/
mediamonitor.cc 44 monitor_thread_(monitor_thread), monitoring_(false), rate_(0) {
54 rate_ = milliseconds;
55 if (rate_ < 100)
56 rate_ = 100;
62 rate_ = 0;
105 worker_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL);
audiomonitor.cc 52 rate_ = milliseconds;
53 if (rate_ < 100)
54 rate_ = 100;
110 voice_channel_->worker_thread()->PostDelayed(rate_, this, MSG_MONITOR_POLL);
audiomonitor.h 69 uint32_t rate_; member in class:cricket::AudioMonitor
mediamonitor.h 62 uint32_t rate_; member in class:cricket::MediaMonitor
  /external/webrtc/webrtc/p2p/client/
socketmonitor.cc 39 rate_ = milliseconds;
40 if (rate_ < 250)
41 rate_ = 250;
93 worker_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL);
socketmonitor.h 56 uint32_t rate_; member in class:cricket::ConnectionMonitor
  /external/v8/src/profiler/
sampling-heap-profiler.h 151 const uint64_t rate_; member in class:v8::internal::SamplingHeapProfiler
168 rate_(rate) {}
179 intptr_t GetNextStepSize() override { return GetNextSampleInterval(rate_); }
186 uint64_t const rate_; member in class:v8::internal::SamplingAllocationObserver
sampling-heap-profiler.cc 46 double scale = 1.0 / (1.0 - std::exp(-static_cast<double>(size) / rate_));
66 rate_(rate),
68 CHECK_GT(rate_, 0u);
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c     [all...]
rdopt.c     [all...]

Completed in 287 milliseconds