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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_decoder_impl.h 76 class AudioDecoderPcm16B : public AudioDecoder {
78 explicit AudioDecoderPcm16B(enum NetEqDecoder type);
85 DISALLOW_COPY_AND_ASSIGN(AudioDecoderPcm16B);
91 class AudioDecoderPcm16BMultiCh : public AudioDecoderPcm16B {
audio_decoder_impl.cc 78 AudioDecoderPcm16B::AudioDecoderPcm16B(enum NetEqDecoder type)
86 int AudioDecoderPcm16B::Decode(const uint8_t* encoded, size_t encoded_len,
96 int AudioDecoderPcm16B::PacketDuration(const uint8_t* encoded,
104 : AudioDecoderPcm16B(kDecoderPCM16B) { // This will be changed below.
audio_decoder.cc 213 return new AudioDecoderPcm16B(codec_type);
audio_decoder_unittest.cc 268 decoder_ = new AudioDecoderPcm16B(kDecoderPCM16B);
    [all...]

Completed in 28 milliseconds