OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_receive_timestamp_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/acm2/
initial_delay_manager.cc
20
last_receive_timestamp_
(0),
158
last_receive_timestamp_
= receive_timestamp;
179
int num_late_packets = (timestamp_now -
last_receive_timestamp_
) /
203
sync_stream->receive_timestamp =
last_receive_timestamp_
+ timestamp_update;
216
last_receive_timestamp_
+= timestamp_update;
initial_delay_manager.h
97
uint32_t
last_receive_timestamp_
;
member in class:webrtc::acm2::InitialDelayManager
Completed in 2742 milliseconds