Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Daudio_decoder_opus.cc56 int ret = WebRtcOpus_DecodeFec(dec_state_, encoded, encoded_len, decoded, in DecodeRedundantInternal()
Dopus_interface.h277 int WebRtcOpus_DecodeFec(OpusDecInst* inst, const uint8_t* encoded,
Dopus_fec_test.cc153 value_1 = WebRtcOpus_DecodeFec(opus_decoder_, &bit_stream_[0], in DecodeABlock()
Dopus_interface.c381 int WebRtcOpus_DecodeFec(OpusDecInst* inst, const uint8_t* encoded, in WebRtcOpus_DecodeFec() function