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

  /external/chromium_org/third_party/libjingle/source/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 rate_; member in class:cricket::AudioMonitor
mediamonitor.h 62 uint32 rate_; member in class:cricket::MediaMonitor
  /external/chromium_org/remoting/test/
leaky_bucket.cc 13 rate_(rate),
28 base::TimeDelta result = base::TimeDelta::FromSecondsD(level_ / rate_);
35 level_ -= rate_ * (now - last_update_).InSecondsF();
leaky_bucket.h 28 double rate_; member in class:remoting::LeakyBucket
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
socketmonitor.cc 56 rate_ = milliseconds;
57 if (rate_ < 250)
58 rate_ = 250;
111 channel_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL);
socketmonitor.h 65 uint32 rate_; member in class:cricket::SocketMonitor
  /external/chromium_org/third_party/webrtc/modules/audio_processing/
audio_processing_impl.h 46 : rate_(sample_rate_hz),
47 samples_per_channel_(AudioProcessing::kChunkSizeMs * rate_ / 1000) {}
51 rate_ = rate;
52 samples_per_channel_ = AudioProcessing::kChunkSizeMs * rate_ / 1000;
55 int rate() const { return rate_; }
59 int rate_; member in class:webrtc::AudioRate
  /external/chromium_org/jingle/glue/
pseudotcp_adapter_unittest.cc 47 rate_(rate),
58 level_ = level_ + 1.0 - interval * rate_;
70 double rate_; member in class:jingle_glue::__anon13136::LeakyBucket
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
pickinter.c     [all...]
rdopt.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c     [all...]
rdopt.c     [all...]

Completed in 588 milliseconds