Searched refs:AudioDecoderPcmA (Results 1 – 4 of 4) sorted by relevance
41 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()
40 class AudioDecoderPcmA final : public AudioDecoder {42 explicit AudioDecoderPcmA(size_t num_channels) : num_channels_(num_channels) { in AudioDecoderPcmA() function58 RTC_DISALLOW_COPY_AND_ASSIGN(AudioDecoderPcmA);
186 return new AudioDecoderPcmA(1); in CreateAudioDecoder()190 return new AudioDecoderPcmA(2); in CreateAudioDecoder()
305 decoder_ = new AudioDecoderPcmA(1); in AudioDecoderPcmATest()