Searched refs:last_pack_cng_or_dtmf_ (Results 1 – 2 of 2) sorted by relevance
106 last_pack_cng_or_dtmf_(1), in DelayManager()296 last_pack_cng_or_dtmf_ = 1; // TODO(hlundin): Legacy. Remove? in SetPacketAudioLength()307 last_pack_cng_or_dtmf_ = 1; in Reset()355 last_pack_cng_or_dtmf_ = 1; in LastDecodedWasCngOrDtmf()356 } else if (last_pack_cng_or_dtmf_ != 0) { in LastDecodedWasCngOrDtmf()357 last_pack_cng_or_dtmf_ = -1; in LastDecodedWasCngOrDtmf()416 return last_pack_cng_or_dtmf_; in last_pack_cng_or_dtmf()420 last_pack_cng_or_dtmf_ = value; in set_last_pack_cng_or_dtmf()
167 int last_pack_cng_or_dtmf_; variable