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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
post_decode_vad.h 32 sid_interval_counter_(0),
65 int sid_interval_counter_; member in class:webrtc::PostDecodeVad
post_decode_vad.cc 60 sid_interval_counter_ = 0;
62 ++sid_interval_counter_;
65 if (sid_interval_counter_ >= kVadAutoEnable) {

Completed in 704 milliseconds