Searched refs:prevFrameSizeMs (Results 1 – 2 of 2) sorted by relevance
75 bweStr->prevFrameSizeMs = INIT_FRAME_LEN; in WebRtcIsacfix_InitBandwidthEstimator()193 if ( (frameSize != bweStr->prevFrameSizeMs) && (bweStr->countUpdates > 0)) { in WebRtcIsacfix_UpdateUplinkBwImpl()208 if ( (frameSize != bweStr->prevFrameSizeMs) && (bweStr->countUpdates > 0)) { in WebRtcIsacfix_UpdateUplinkBwImpl()232 bweStr->prevFrameSizeMs = frameSize; in WebRtcIsacfix_UpdateUplinkBwImpl()498 bweStr->prevFrameSizeMs = frameSize; in WebRtcIsacfix_UpdateUplinkBwImpl()
192 WebRtc_Word16 prevFrameSizeMs; /* Previous frame size (in ms) */ member