Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/ilbc/
H A Daudio_decoder_ilbc.cc32 bool AudioDecoderIlbcImpl::HasDecodePlc() const { in HasDecodePlc() function in webrtc::AudioDecoderIlbcImpl
/aosp_15_r20/external/webrtc/test/
H A Daudio_decoder_proxy_factory.h61 bool HasDecodePlc() const override { return decoder_->HasDecodePlc(); } in HasDecodePlc() function
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/g722/
H A Daudio_decoder_g722.cc32 bool AudioDecoderG722Impl::HasDecodePlc() const { in HasDecodePlc() function in webrtc::AudioDecoderG722Impl
/aosp_15_r20/external/webrtc/api/audio_codecs/
H A Daudio_decoder.cc125 bool AudioDecoder::HasDecodePlc() const { in HasDecodePlc() function in webrtc::AudioDecoder