Searched refs:WebRtcIsacfix_DecodeFrameLen (Results 1 – 5 of 5) sorted by relevance
39 err = WebRtcIsacfix_DecodeFrameLen(streamdata, &frame_samples); in WebRtcIsacfix_EstimateBandwidth()
89 int WebRtcIsacfix_DecodeFrameLen(Bitstr_dec* streamdata, size_t* framelength);
75 err = WebRtcIsacfix_DecodeFrameLen(&ISACdec_obj->bitstr_obj, current_framesamples); in WebRtcIsacfix_DecodeImpl()
977 err = WebRtcIsacfix_DecodeFrameLen(&streamdata, frameLength); in WebRtcIsacfix_ReadFrameLen()1017 err = WebRtcIsacfix_DecodeFrameLen(&streamdata, &frameLength); in WebRtcIsacfix_ReadBwIndex()
1894 int WebRtcIsacfix_DecodeFrameLen(Bitstr_dec *streamdata, in WebRtcIsacfix_DecodeFrameLen() function