Searched defs:HasDecodePlc (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Daudio_decoder.cc26 bool AudioDecoder::HasDecodePlc() const { return false; } function in class:webrtc::AudioDecoder
H A Daudio_decoder_impl.h107 virtual bool HasDecodePlc() const { return true; } function in class:webrtc::AudioDecoderIlbc
125 virtual bool HasDecodePlc() const { return true; } function in class:webrtc::AudioDecoderIsac
183 virtual bool HasDecodePlc() const { return false; } function in class:webrtc::AudioDecoderG722
224 virtual bool HasDecodePlc() const;
H A Daudio_decoder_impl.cc419 bool AudioDecoderCelt::HasDecodePlc() const { return true; } function in class:webrtc::AudioDecoderCelt

Completed in 75 milliseconds