Home
last modified time | relevance | path

Searched refs:DecodeRedundantInternal (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/
Daudio_decoder.cc42 return DecodeRedundantInternal(encoded, encoded_len, sample_rate_hz, decoded, in DecodeRedundant()
46 int AudioDecoder::DecodeRedundantInternal(const uint8_t* encoded, in DecodeRedundantInternal() function in webrtc::AudioDecoder
Daudio_decoder.h112 virtual int DecodeRedundantInternal(const uint8_t* encoded,
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Daudio_decoder_opus.h37 int DecodeRedundantInternal(const uint8_t* encoded,
Daudio_decoder_opus.cc43 int AudioDecoderOpus::DecodeRedundantInternal(const uint8_t* encoded, in DecodeRedundantInternal() function in webrtc::AudioDecoderOpus
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_network_stats_unittest.cc67 int DecodeRedundantInternal(const uint8_t* encoded, in DecodeRedundantInternal() function in webrtc::test::MockAudioDecoder