HomeSort by relevance Sort by last modified time
    Searched refs:prev_rec_arr_ts (Results 1 - 3 of 3) sorted by null

  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
decode_bwe.c 73 bwest_str->prev_rec_arr_ts + (WebRtc_UWord32)diffArrivalTime);
bandwidth_estimator.c 90 bwest_str->prev_rec_arr_ts = 0;
173 if (arr_ts < bwest_str->prev_rec_arr_ts)
175 bwest_str->prev_rec_arr_ts = arr_ts;
279 arr_ts_diff = (float)(arr_ts - bwest_str->prev_rec_arr_ts);
465 bwest_str->prev_rec_arr_ts = arr_ts ;
structs.h 162 WebRtc_UWord32 prev_rec_arr_ts; member in struct:__anon21312

Completed in 62 milliseconds