OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:timestamp_increase
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
initial_delay_manager.cc
83
uint32_t
timestamp_increase
= current_header->timestamp -
local
86
// |
timestamp_increase
| is invalid if this is the first packet. The effect is
89
timestamp_increase
= 0;
93
buffered_audio_ms_ +=
timestamp_increase
* 1000 / sample_rate_hz;
106
timestamp_step_ =
timestamp_increase
;
125
timestamp_step_ =
timestamp_increase
/ (packet_gap + 1);
nack.cc
90
uint32_t
timestamp_increase
= timestamp_current_received_rtp -
local
95
samples_per_packet_ =
timestamp_increase
/ sequence_num_increase;
211
uint32_t
timestamp_increase
= timestamp - timestamp_last_decoded_rtp_;
local
212
return
timestamp_increase
/ sample_rate_khz_;
Completed in 964 milliseconds