Home
last modified time | relevance | path

Searched refs:AudioDecoderG722 (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
Daudio_decoder_g722.cc20 AudioDecoderG722::AudioDecoderG722() { in AudioDecoderG722() function in webrtc::AudioDecoderG722
25 AudioDecoderG722::~AudioDecoderG722() { in ~AudioDecoderG722()
29 bool AudioDecoderG722::HasDecodePlc() const { in HasDecodePlc()
33 int AudioDecoderG722::DecodeInternal(const uint8_t* encoded, in DecodeInternal()
46 void AudioDecoderG722::Reset() { in Reset()
50 int AudioDecoderG722::PacketDuration(const uint8_t* encoded, in PacketDuration()
56 size_t AudioDecoderG722::Channels() const { in Channels()
Daudio_decoder_g722.h20 class AudioDecoderG722 final : public AudioDecoder {
22 AudioDecoderG722();
23 ~AudioDecoderG722() override;
38 RTC_DISALLOW_COPY_AND_ASSIGN(AudioDecoderG722);
/external/webrtc/webrtc/modules/audio_coding/neteq/
Daudio_decoder_impl.cc217 return new AudioDecoderG722; in CreateAudioDecoder()
Daudio_decoder_unittest.cc421 decoder_ = new AudioDecoderG722; in AudioDecoderG722Test()