HomeSort by relevance Sort by last modified time
    Searched defs:DecodePlc (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_decoder.cc 28 int AudioDecoder::DecodePlc(int num_frames, int16_t* decoded) { return -1; }
audio_decoder_impl.cc 143 int AudioDecoderIlbc::DecodePlc(int num_frames, int16_t* decoded) {
187 int AudioDecoderIsac::DecodePlc(int num_frames, int16_t* decoded) {
421 int AudioDecoderCelt::DecodePlc(int num_frames, int16_t* decoded) {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_isac.cc 748 int ACMISAC::DecodePlc(int num_frames, int16_t* decoded) {

Completed in 48 milliseconds