Home
last modified time | relevance | path

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

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