Searched refs:prev_frame_length (Results 1 – 2 of 2) sorted by relevance
67 bwest_str->prev_frame_length = INIT_FRAME_LEN_WB; in WebRtcIsac_InitBandwidthEstimator()78 bwest_str->prev_frame_length = INIT_FRAME_LEN_SWB; in WebRtcIsac_InitBandwidthEstimator()160 if ( frame_length != bwest_str->prev_frame_length ) in WebRtcIsac_UpdateBandwidthEstimator()181 bwest_str->prev_frame_length = frame_length; in WebRtcIsac_UpdateBandwidthEstimator()268 if ( frame_length != bwest_str->prev_frame_length ) in WebRtcIsac_UpdateBandwidthEstimator()452 bwest_str->prev_frame_length = frame_length; in WebRtcIsac_UpdateBandwidthEstimator()
152 WebRtc_Word32 prev_frame_length; member