Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddelay_manager.cc45 last_pack_cng_or_dtmf_(1) { in DelayManager()
301 last_pack_cng_or_dtmf_ = 1; // TODO(hlundin): Legacy. Remove? in SetPacketAudioLength()
316 last_pack_cng_or_dtmf_ = 1; in Reset()
381 last_pack_cng_or_dtmf_ = 1; in LastDecoderType()
382 } else if (last_pack_cng_or_dtmf_ != 0) { in LastDecoderType()
383 last_pack_cng_or_dtmf_ = -1; in LastDecoderType()
421 return last_pack_cng_or_dtmf_; in last_pack_cng_or_dtmf()
425 last_pack_cng_or_dtmf_ = value; in set_last_pack_cng_or_dtmf()
Ddelay_manager.h158 int last_pack_cng_or_dtmf_; variable