OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sample_rate_khz_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
nack.cc
37
sample_rate_khz_
(kDefaultSampleRateKhz),
38
samples_per_packet_(
sample_rate_khz_
* kDefaultPacketSizeMs),
49
sample_rate_khz_
= sample_rate_hz / 1000;
175
timestamp_last_decoded_rtp_ +=
sample_rate_khz_
* 10;
193
sample_rate_khz_
= kDefaultSampleRateKhz;
194
samples_per_packet_ =
sample_rate_khz_
* kDefaultPacketSizeMs;
215
return timestamp_increase /
sample_rate_khz_
;
nack.h
191
int
sample_rate_khz_
; // Sample rate in kHz.
member in class:webrtc::Nack
Completed in 174 milliseconds