Home
last modified time | relevance | path

Searched refs:AudioDecoderCng (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Daudio_decoder_impl.cc39 AudioDecoderCng::AudioDecoderCng() { in AudioDecoderCng() function in webrtc::AudioDecoderCng
44 AudioDecoderCng::~AudioDecoderCng() { in ~AudioDecoderCng()
48 void AudioDecoderCng::Reset() { in Reset()
52 int AudioDecoderCng::IncomingPacket(const uint8_t* payload, in IncomingPacket()
60 CNG_dec_inst* AudioDecoderCng::CngDecoderInstance() { in CngDecoderInstance()
64 size_t AudioDecoderCng::Channels() const { in Channels()
68 int AudioDecoderCng::DecodeInternal(const uint8_t* encoded, in DecodeInternal()
231 return new AudioDecoderCng; in CreateAudioDecoder()
Daudio_decoder_impl.h34 class AudioDecoderCng : public AudioDecoder {
36 explicit AudioDecoderCng();
37 ~AudioDecoderCng() override;
57 RTC_DISALLOW_COPY_AND_ASSIGN(AudioDecoderCng);