OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prev_rec_send_ts
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
decode_bwe.c
77
bwest_str->
prev_rec_send_ts
+ (uint32_t)diffSendTime);
bandwidth_estimator.c
91
bwest_str->
prev_rec_send_ts
= 0;
203
send_ts_diff = (float)(send_ts - bwest_str->
prev_rec_send_ts
);
466
bwest_str->
prev_rec_send_ts
= send_ts;
structs.h
158
uint32_t
prev_rec_send_ts
;
member in struct:__anon20394
Completed in 64 milliseconds