Searched refs:WebRtcIsac_DecodeFrameLen (Results 1 – 5 of 5) sorted by relevance
37 err = WebRtcIsac_DecodeFrameLen(streamdata, &frame_samples); in WebRtcIsac_EstimateBandwidth()
192 int WebRtcIsac_DecodeFrameLen(Bitstr* streamdata, int16_t* framelength);
77 err = WebRtcIsac_DecodeFrameLen(&ISACdecLB_obj->bitstr_obj, in WebRtcIsac_DecodeLb()
1735 err = WebRtcIsac_DecodeFrameLen(&streamdata, bweIndex); in WebRtcIsac_ReadBwIndex()1785 err = WebRtcIsac_DecodeFrameLen(&streamdata, frameLength); in WebRtcIsac_ReadFrameLen()
1791 int WebRtcIsac_DecodeFrameLen(Bitstr* streamdata, int16_t* framesamples) { in WebRtcIsac_DecodeFrameLen() function