Searched refs:WebRtcIsacfix_DecodeFrameLen (Results 1 – 5 of 5) sorted by relevance
39 err = WebRtcIsacfix_DecodeFrameLen(streamdata, &frame_samples); in WebRtcIsacfix_EstimateBandwidth()
94 int WebRtcIsacfix_DecodeFrameLen(Bitstr_dec *streamdata,
75 err = WebRtcIsacfix_DecodeFrameLen(&ISACdec_obj->bitstr_obj, current_framesamples); in WebRtcIsacfix_DecodeImpl()
1287 err = WebRtcIsacfix_DecodeFrameLen(&streamdata, frameLength); in WebRtcIsacfix_ReadFrameLen()1327 err = WebRtcIsacfix_DecodeFrameLen(&streamdata, &frameLength); in WebRtcIsacfix_ReadBwIndex()
1872 int WebRtcIsacfix_DecodeFrameLen(Bitstr_dec *streamdata, in WebRtcIsacfix_DecodeFrameLen() function