Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/g711/
Daudio_decoder_pcm.cc41 void AudioDecoderPcmA::Reset() {} in Reset()
43 size_t AudioDecoderPcmA::Channels() const { in Channels()
47 int AudioDecoderPcmA::DecodeInternal(const uint8_t* encoded, in DecodeInternal()
59 int AudioDecoderPcmA::PacketDuration(const uint8_t* encoded, in PacketDuration()
Daudio_decoder_pcm.h40 class AudioDecoderPcmA final : public AudioDecoder {
42 explicit AudioDecoderPcmA(size_t num_channels) : num_channels_(num_channels) { in AudioDecoderPcmA() function
58 RTC_DISALLOW_COPY_AND_ASSIGN(AudioDecoderPcmA);
/external/webrtc/webrtc/modules/audio_coding/neteq/
Daudio_decoder_impl.cc186 return new AudioDecoderPcmA(1); in CreateAudioDecoder()
190 return new AudioDecoderPcmA(2); in CreateAudioDecoder()
Daudio_decoder_unittest.cc305 decoder_ = new AudioDecoderPcmA(1); in AudioDecoderPcmATest()