Searched refs:AudioDecoderIsacSwb (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Daudio_decoder_impl.h139 class AudioDecoderIsacSwb : public AudioDecoderIsac { class in namespace:webrtc
141 AudioDecoderIsacSwb();
144 DISALLOW_COPY_AND_ASSIGN(AudioDecoderIsacSwb);
147 class AudioDecoderIsacFb : public AudioDecoderIsacSwb {
H A Daudio_decoder_impl.cc214 AudioDecoderIsacSwb::AudioDecoderIsacSwb() : AudioDecoderIsac() { function in class:webrtc::AudioDecoderIsacSwb
220 AudioDecoderIsacFb::AudioDecoderIsacFb() : AudioDecoderIsacSwb() {
H A Daudio_decoder.cc204 return new AudioDecoderIsacSwb;
H A Daudio_decoder_unittest.cc370 decoder_ = new AudioDecoderIsacSwb;

Completed in 121 milliseconds