OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timestamp_increase
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/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);
/external/webrtc/webrtc/modules/audio_coding/neteq/
nack.cc
90
uint32_t
timestamp_increase
=
local
95
samples_per_packet_ =
timestamp_increase
/ sequence_num_increase;
214
uint32_t
timestamp_increase
= timestamp - timestamp_last_decoded_rtp_;
local
215
return
timestamp_increase
/ sample_rate_khz_;
Completed in 663 milliseconds