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

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Daudio_decoder.cc28 int AudioDecoder::DecodePlc(int num_frames, int16_t* decoded) { return -1; } function in class:webrtc::AudioDecoder
H A Daudio_decoder_impl.cc143 int AudioDecoderIlbc::DecodePlc(int num_frames, int16_t* decoded) { function in class:webrtc::AudioDecoderIlbc
187 int AudioDecoderIsac::DecodePlc(int num_frames, int16_t* decoded) { function in class:webrtc::AudioDecoderIsac
421 int AudioDecoderCelt::DecodePlc(int num_frames, int16_t* decoded) { function in class:webrtc::AudioDecoderCelt
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_isac.cc743 int ACMISAC::DecodePlc(int num_frames, int16_t* decoded) { function in class:webrtc::acm2::ACMISAC

Completed in 933 milliseconds