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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_decoder_impl.h 101 class AudioDecoderIlbc : public AudioDecoder {
103 AudioDecoderIlbc();
104 virtual ~AudioDecoderIlbc();
112 DISALLOW_COPY_AND_ASSIGN(AudioDecoderIlbc);
audio_decoder_impl.cc 124 AudioDecoderIlbc::AudioDecoderIlbc() : AudioDecoder(kDecoderILBC) {
128 AudioDecoderIlbc::~AudioDecoderIlbc() {
132 int AudioDecoderIlbc::Decode(const uint8_t* encoded, size_t encoded_len,
143 int AudioDecoderIlbc::DecodePlc(int num_frames, int16_t* decoded) {
148 int AudioDecoderIlbc::Init() {
audio_decoder.cc 193 return new AudioDecoderIlbc;
audio_decoder_unittest.cc 287 decoder_ = new AudioDecoderIlbc;
    [all...]

Completed in 31 milliseconds