Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/
Daudio_decoder_isac_t_impl.h53 bool AudioDecoderIsacT<T>::HasDecodePlc() const { in HasDecodePlc() function
/external/webrtc/modules/audio_coding/codecs/ilbc/
Daudio_decoder_ilbc.cc32 bool AudioDecoderIlbcImpl::HasDecodePlc() const { in HasDecodePlc() function in webrtc::AudioDecoderIlbcImpl
/external/webrtc/test/
Daudio_decoder_proxy_factory.h61 bool HasDecodePlc() const override { return decoder_->HasDecodePlc(); } in HasDecodePlc() function
/external/webrtc/modules/audio_coding/codecs/g722/
Daudio_decoder_g722.cc32 bool AudioDecoderG722Impl::HasDecodePlc() const { in HasDecodePlc() function in webrtc::AudioDecoderG722Impl
/external/webrtc/api/audio_codecs/
Daudio_decoder.cc126 bool AudioDecoder::HasDecodePlc() const { in HasDecodePlc() function in webrtc::AudioDecoder