Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/
Daudio_decoder_pcm16b.cc18 AudioDecoderPcm16B::AudioDecoderPcm16B(size_t num_channels) in AudioDecoderPcm16B() function in webrtc::AudioDecoderPcm16B
23 void AudioDecoderPcm16B::Reset() {} in Reset()
25 size_t AudioDecoderPcm16B::Channels() const { in Channels()
29 int AudioDecoderPcm16B::DecodeInternal(const uint8_t* encoded, in DecodeInternal()
42 int AudioDecoderPcm16B::PacketDuration(const uint8_t* encoded, in PacketDuration()
Daudio_decoder_pcm16b.h19 class AudioDecoderPcm16B final : public AudioDecoder {
21 explicit AudioDecoderPcm16B(size_t num_channels);
35 RTC_DISALLOW_COPY_AND_ASSIGN(AudioDecoderPcm16B);
/external/webrtc/webrtc/modules/audio_coding/neteq/
Daudio_decoder_impl.cc207 return new AudioDecoderPcm16B(1); in CreateAudioDecoder()
212 return new AudioDecoderPcm16B(2); in CreateAudioDecoder()
214 return new AudioDecoderPcm16B(5); in CreateAudioDecoder()
Daudio_decoder_unittest.cc319 decoder_ = new AudioDecoderPcm16B(1); in AudioDecoderPcm16BTest()