Searched defs:DecodeInternal (Results 1 - 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/g711/
H A Daudio_decoder_pcm.cc23 int AudioDecoderPcmU::DecodeInternal(const uint8_t* encoded, function in class:webrtc::AudioDecoderPcmU
47 int AudioDecoderPcmA::DecodeInternal(const uint8_t* encoded, function in class:webrtc::AudioDecoderPcmA
/external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/
H A Daudio_decoder_pcm16b.cc29 int AudioDecoderPcm16B::DecodeInternal(const uint8_t* encoded, function in class:webrtc::AudioDecoderPcm16B
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Daudio_decoder_ilbc.cc31 int AudioDecoderIlbc::DecodeInternal(const uint8_t* encoded, function in class:webrtc::AudioDecoderIlbc
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
H A Daudio_decoder_g722.cc33 int AudioDecoderG722::DecodeInternal(const uint8_t* encoded, function in class:webrtc::AudioDecoderG722
72 int AudioDecoderG722Stereo::DecodeInternal(const uint8_t* encoded, function in class:webrtc::AudioDecoderG722Stereo
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
H A Daudio_decoder_isac_t_impl.h42 int AudioDecoderIsacT<T>::DecodeInternal(const uint8_t* encoded, function in class:webrtc::AudioDecoderIsacT
55 T::DecodeInternal(isac_state_, encoded, encoded_len, decoded, &temp_type);
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
H A Daudio_decoder_opus.cc28 int AudioDecoderOpus::DecodeInternal(const uint8_t* encoded, function in class:webrtc::AudioDecoderOpus
50 return DecodeInternal(encoded, encoded_len, sample_rate_hz, decoded,
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Daudio_decoder_impl.cc68 int AudioDecoderCng::DecodeInternal(const uint8_t* encoded, function in class:webrtc::AudioDecoderCng
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Disac_fix_type.h38 static inline int DecodeInternal(instance_type* inst, function in class:webrtc::IsacFix
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Disac_float_type.h36 static inline int DecodeInternal(instance_type* inst, function in struct:webrtc::IsacFloat

Completed in 193 milliseconds