Searched refs:prev_frame_length (Results 1 – 2 of 2) sorted by relevance
69 bwest_str->prev_frame_length = INIT_FRAME_LEN_WB; in WebRtcIsac_InitBandwidthEstimator()80 bwest_str->prev_frame_length = INIT_FRAME_LEN_SWB; in WebRtcIsac_InitBandwidthEstimator()166 if ( frame_length != bwest_str->prev_frame_length ) in WebRtcIsac_UpdateBandwidthEstimator()187 bwest_str->prev_frame_length = frame_length; in WebRtcIsac_UpdateBandwidthEstimator()274 if ( frame_length != bwest_str->prev_frame_length ) in WebRtcIsac_UpdateBandwidthEstimator()458 bwest_str->prev_frame_length = frame_length; in WebRtcIsac_UpdateBandwidthEstimator()
152 int32_t prev_frame_length; member