Searched refs:WebRtcOpus_DecodeFec (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_interface.h | 455 int WebRtcOpus_DecodeFec(OpusDecInst* inst,
|
D | audio_decoder_opus.cc | 86 int ret = WebRtcOpus_DecodeFec(dec_state_, encoded, encoded_len, decoded, in DecodeRedundantInternal()
|
D | audio_decoder_multi_channel_opus_impl.cc | 138 int ret = WebRtcOpus_DecodeFec(dec_state_, encoded, encoded_len, decoded, in DecodeRedundantInternal()
|
D | opus_fec_test.cc | 152 WebRtcOpus_DecodeFec(opus_decoder_, &bit_stream_[0], encoded_bytes_, in DecodeABlock()
|
D | opus_interface.cc | 681 int WebRtcOpus_DecodeFec(OpusDecInst* inst, in WebRtcOpus_DecodeFec() function
|