Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/opus/
Dopus_interface.h441 int WebRtcOpus_DecodeFec(OpusDecInst* inst,
Daudio_decoder_opus.cc86 int ret = WebRtcOpus_DecodeFec(dec_state_, encoded, encoded_len, decoded, in DecodeRedundantInternal()
Daudio_decoder_multi_channel_opus_impl.cc134 int ret = WebRtcOpus_DecodeFec(dec_state_, encoded, encoded_len, decoded, in DecodeRedundantInternal()
Dopus_fec_test.cc154 WebRtcOpus_DecodeFec(opus_decoder_, &bit_stream_[0], encoded_bytes_, in DecodeABlock()
Dopus_interface.cc602 int WebRtcOpus_DecodeFec(OpusDecInst* inst, in WebRtcOpus_DecodeFec() function