Searched refs:AudioDecoderPcm16B (Results 1 – 4 of 4) sorted by relevance
18 AudioDecoderPcm16B::AudioDecoderPcm16B(size_t num_channels) in AudioDecoderPcm16B() function in webrtc::AudioDecoderPcm16B23 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()
19 class AudioDecoderPcm16B final : public AudioDecoder {21 explicit AudioDecoderPcm16B(size_t num_channels);35 RTC_DISALLOW_COPY_AND_ASSIGN(AudioDecoderPcm16B);
207 return new AudioDecoderPcm16B(1); in CreateAudioDecoder()212 return new AudioDecoderPcm16B(2); in CreateAudioDecoder()214 return new AudioDecoderPcm16B(5); in CreateAudioDecoder()
319 decoder_ = new AudioDecoderPcm16B(1); in AudioDecoderPcm16BTest()