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

  /external/webrtc/webrtc/modules/audio_coding/neteq/
delay_manager.cc 45 last_pack_cng_or_dtmf_(1) {
301 last_pack_cng_or_dtmf_ = 1; // TODO(hlundin): Legacy. Remove?
316 last_pack_cng_or_dtmf_ = 1;
381 last_pack_cng_or_dtmf_ = 1;
382 } else if (last_pack_cng_or_dtmf_ != 0) {
383 last_pack_cng_or_dtmf_ = -1;
421 return last_pack_cng_or_dtmf_;
425 last_pack_cng_or_dtmf_ = value;
delay_manager.h 158 int last_pack_cng_or_dtmf_; member in class:webrtc::DelayManager

Completed in 1225 milliseconds