Home
last modified time | relevance | path

Searched refs:AudioDecoderIlbc (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Daudio_decoder_ilbc.cc18 AudioDecoderIlbc::AudioDecoderIlbc() { in AudioDecoderIlbc() function in webrtc::AudioDecoderIlbc
23 AudioDecoderIlbc::~AudioDecoderIlbc() { in ~AudioDecoderIlbc()
27 bool AudioDecoderIlbc::HasDecodePlc() const { in HasDecodePlc()
31 int AudioDecoderIlbc::DecodeInternal(const uint8_t* encoded, in DecodeInternal()
44 size_t AudioDecoderIlbc::DecodePlc(size_t num_frames, int16_t* decoded) { in DecodePlc()
48 void AudioDecoderIlbc::Reset() { in Reset()
52 size_t AudioDecoderIlbc::Channels() const { in Channels()
Daudio_decoder_ilbc.h20 class AudioDecoderIlbc final : public AudioDecoder {
22 AudioDecoderIlbc();
23 ~AudioDecoderIlbc() override;
38 RTC_DISALLOW_COPY_AND_ASSIGN(AudioDecoderIlbc);
/external/webrtc/webrtc/test/fuzzers/
Daudio_decoder_ilbc_fuzzer.cc16 AudioDecoderIlbc dec; in FuzzOneInput()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Daudio_decoder_impl.cc193 return new AudioDecoderIlbc; in CreateAudioDecoder()
Daudio_decoder_unittest.cc336 decoder_ = new AudioDecoderIlbc; in AudioDecoderIlbcTest()