Home
last modified time | relevance | path

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

/external/webrtc/test/fuzzers/
Daudio_decoder_fuzzer.cc68 decoder->DecodeRedundant(data_ptr, packet_len, sample_rate_hz, in FuzzAudioDecoder()
/external/webrtc/modules/audio_coding/codecs/opus/
Daudio_coder_opus_common.h69 ret = decoder_->DecodeRedundant( in Decode()
/external/webrtc/api/audio_codecs/
Daudio_decoder.h114 int DecodeRedundant(const uint8_t* encoded,
Daudio_decoder.cc100 int AudioDecoder::DecodeRedundant(const uint8_t* encoded, in DecodeRedundant() function in webrtc::AudioDecoder