Searched defs:DecodePlc (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Daudio_decoder_ilbc.cc44 size_t AudioDecoderIlbc::DecodePlc(size_t num_frames, int16_t* decoded) { function in class:webrtc::AudioDecoderIlbc
/external/webrtc/webrtc/modules/audio_coding/codecs/
H A Daudio_decoder.cc56 size_t AudioDecoder::DecodePlc(size_t num_frames, int16_t* decoded) { function in class:webrtc::AudioDecoder
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
H A Daudio_decoder_isac_t_impl.h66 size_t AudioDecoderIsacT<T>::DecodePlc(size_t num_frames, int16_t* decoded) { function in class:webrtc::AudioDecoderIsacT
67 return T::DecodePlc(isac_state_, decoded, num_frames);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Disac_fix_type.h45 static inline size_t DecodePlc(instance_type* inst, function in class:webrtc::IsacFix
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Disac_float_type.h43 static inline size_t DecodePlc(instance_type* inst, function in struct:webrtc::IsacFloat

Completed in 200 milliseconds