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

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddecoder_database.cc21 : active_decoder_(-1), active_cng_decoder_(-1) {}
36 active_cng_decoder_ = -1;
94 if (active_cng_decoder_ == rtp_payload_type) {
95 active_cng_decoder_ = -1; // No active CNG decoder.
221 if (active_cng_decoder_ >= 0 && active_cng_decoder_ != rtp_payload_type) {
223 DecoderMap::iterator it = decoders_.find(active_cng_decoder_);
236 active_cng_decoder_ = rtp_payload_type;
241 if (active_cng_decoder_ < 0) {
245 return GetDecoder(active_cng_decoder_);
[all...]
H A Ddecoder_database.h152 int active_cng_decoder_; member in class:webrtc::DecoderDatabase

Completed in 231 milliseconds