Searched refs:rate_ (Results 1 – 8 of 8) 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/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()
|