Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Ddecode_bwe.c39 err = WebRtcIsacfix_DecodeFrameLen(streamdata, &frame_samples); in WebRtcIsacfix_EstimateBandwidth()
Dentropy_coding.h94 int WebRtcIsacfix_DecodeFrameLen(Bitstr_dec *streamdata,
Ddecode.c75 err = WebRtcIsacfix_DecodeFrameLen(&ISACdec_obj->bitstr_obj, current_framesamples); in WebRtcIsacfix_DecodeImpl()
Disacfix.c1287 err = WebRtcIsacfix_DecodeFrameLen(&streamdata, frameLength); in WebRtcIsacfix_ReadFrameLen()
1327 err = WebRtcIsacfix_DecodeFrameLen(&streamdata, &frameLength); in WebRtcIsacfix_ReadBwIndex()
Dentropy_coding.c1872 int WebRtcIsacfix_DecodeFrameLen(Bitstr_dec *streamdata, in WebRtcIsacfix_DecodeFrameLen() function