Searched refs:last_pack_cng_or_dtmf_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddelay_manager.cc45 last_pack_cng_or_dtmf_(1) {
300 last_pack_cng_or_dtmf_ = 1; // TODO(hlundin): Legacy. Remove?
315 last_pack_cng_or_dtmf_ = 1;
380 last_pack_cng_or_dtmf_ = 1;
381 } else if (last_pack_cng_or_dtmf_ != 0) {
382 last_pack_cng_or_dtmf_ = -1;
419 return last_pack_cng_or_dtmf_;
423 last_pack_cng_or_dtmf_ = value;
H A Ddelay_manager.h158 int last_pack_cng_or_dtmf_; member in class:webrtc::DelayManager

Completed in 98 milliseconds