Searched defs:DecodePlc (Results 1 – 3 of 3) sorted by relevance
| /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ | ||
| D | audio_decoder.cc | 28 int AudioDecoder::DecodePlc(int num_frames, int16_t* decoded) { return -1; } in DecodePlc() function in webrtc::AudioDecoder |
| D | audio_decoder_impl.cc | 143 int AudioDecoderIlbc::DecodePlc(int num_frames, int16_t* decoded) { in DecodePlc() function in webrtc::AudioDecoderIlbc |
| /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/ | ||
| D | acm_isac.cc | 748 int ACMISAC::DecodePlc(int num_frames, int16_t* decoded) { function in webrtc::acm2::ACMISAC |