Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
Daudio_decoder_g722.cc60 AudioDecoderG722Stereo::AudioDecoderG722Stereo() { in AudioDecoderG722Stereo() function in webrtc::AudioDecoderG722Stereo
67 AudioDecoderG722Stereo::~AudioDecoderG722Stereo() { in ~AudioDecoderG722Stereo()
72 int AudioDecoderG722Stereo::DecodeInternal(const uint8_t* encoded, in DecodeInternal()
103 size_t AudioDecoderG722Stereo::Channels() const { in Channels()
107 void AudioDecoderG722Stereo::Reset() { in Reset()
114 void AudioDecoderG722Stereo::SplitStereoPacket(const uint8_t* encoded, in SplitStereoPacket()
Daudio_decoder_g722.h41 class AudioDecoderG722Stereo final : public AudioDecoder {
43 AudioDecoderG722Stereo();
44 ~AudioDecoderG722Stereo() override;
67 RTC_DISALLOW_COPY_AND_ASSIGN(AudioDecoderG722Stereo);
/external/webrtc/webrtc/modules/audio_coding/neteq/
Daudio_decoder_impl.cc219 return new AudioDecoderG722Stereo; in CreateAudioDecoder()
Daudio_decoder_unittest.cc438 decoder_ = new AudioDecoderG722Stereo; in AudioDecoderG722StereoTest()