HomeSort by relevance Sort by last modified time
    Searched refs:AudioDecoderCng (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_decoder_impl.h 252 // AudioDecoderCng is a special type of AudioDecoder. It inherits from
258 class AudioDecoderCng : public AudioDecoder {
260 explicit AudioDecoderCng(enum NetEqDecoder type);
261 virtual ~AudioDecoderCng();
272 DISALLOW_COPY_AND_ASSIGN(AudioDecoderCng);
audio_decoder_impl.cc 497 AudioDecoderCng::AudioDecoderCng(enum NetEqDecoder type)
505 AudioDecoderCng::~AudioDecoderCng() {
511 int AudioDecoderCng::Init() {
audio_decoder.cc 241 return new AudioDecoderCng(codec_type);

Completed in 175 milliseconds