Home
last modified time | relevance | path

Searched defs:HasDecodePlc (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
Daudio_decoder_impl.h107 virtual bool HasDecodePlc() const { return true; } in HasDecodePlc() function
125 virtual bool HasDecodePlc() const { return true; } in HasDecodePlc() function
183 virtual bool HasDecodePlc() const { return false; } in HasDecodePlc() function
Daudio_decoder.cc26 bool AudioDecoder::HasDecodePlc() const { return false; } in HasDecodePlc() function in webrtc::AudioDecoder
Daudio_decoder_impl.cc419 bool AudioDecoderCelt::HasDecodePlc() const { return true; } in HasDecodePlc() function in webrtc::AudioDecoderCelt
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
Dacm_isac.h76 virtual bool HasDecodePlc() const OVERRIDE { return true; } in HasDecodePlc() function