Searched refs:AudioDecoderPcmU (Results 1 – 5 of 5) sorted by relevance
17 void AudioDecoderPcmU::Reset() {} in Reset()19 size_t AudioDecoderPcmU::Channels() const { in Channels()23 int AudioDecoderPcmU::DecodeInternal(const uint8_t* encoded, in DecodeInternal()35 int AudioDecoderPcmU::PacketDuration(const uint8_t* encoded, in PacketDuration()
19 class AudioDecoderPcmU final : public AudioDecoder {21 explicit AudioDecoderPcmU(size_t num_channels) : num_channels_(num_channels) { in AudioDecoderPcmU() function37 RTC_DISALLOW_COPY_AND_ASSIGN(AudioDecoderPcmU);
184 return new AudioDecoderPcmU(1); in CreateAudioDecoder()188 return new AudioDecoderPcmU(2); in CreateAudioDecoder()
292 decoder_ = new AudioDecoderPcmU(1); in AudioDecoderPcmUTest()
999 AudioDecoderPcmU decoder(1);1006 .WillRepeatedly(Invoke(&decoder, &AudioDecoderPcmU::IncomingPacket));1009 .WillRepeatedly(Invoke(&decoder, &AudioDecoderPcmU::Channels));1015 .WillRepeatedly(Invoke(&decoder, &AudioDecoderPcmU::HasDecodePlc));1018 .WillRepeatedly(Invoke(&decoder, &AudioDecoderPcmU::PacketDuration));