Home
last modified time | relevance | path

Searched refs:DecodeRedundant (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/
Daudio_decoder.h53 int DecodeRedundant(const uint8_t* encoded,
Daudio_decoder.cc33 int AudioDecoder::DecodeRedundant(const uint8_t* encoded, size_t encoded_len, in DecodeRedundant() function in webrtc::AudioDecoder
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_impl.cc1374 decode_length = decoder->DecodeRedundant( in DecodeLoop()