Home
last modified time | relevance | path

Searched refs:AudioDecoderPcmU (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/g711/
Daudio_decoder_pcm.cc17 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()
Daudio_decoder_pcm.h19 class AudioDecoderPcmU final : public AudioDecoder {
21 explicit AudioDecoderPcmU(size_t num_channels) : num_channels_(num_channels) { in AudioDecoderPcmU() function
37 RTC_DISALLOW_COPY_AND_ASSIGN(AudioDecoderPcmU);
/external/webrtc/webrtc/modules/audio_coding/neteq/
Daudio_decoder_impl.cc184 return new AudioDecoderPcmU(1); in CreateAudioDecoder()
188 return new AudioDecoderPcmU(2); in CreateAudioDecoder()
Daudio_decoder_unittest.cc292 decoder_ = new AudioDecoderPcmU(1); in AudioDecoderPcmUTest()
/external/webrtc/webrtc/modules/audio_coding/acm2/
Daudio_coding_module_unittest_oldapi.cc999 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));