OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:frequency_khz
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/system_wrappers/source/
rtp_to_ntp.cc
33
double*
frequency_khz
) {
37
*
frequency_khz
= static_cast<double>(rtp_timestamp1 - rtp_timestamp2) /
/external/webrtc/webrtc/modules/rtp_rtcp/source/
receive_statistics_impl.cc
325
uint32_t
frequency_khz
= header.payload_type_frequency / 1000;
local
326
assert(
frequency_khz
> 0);
333
uint32_t rtp_time_stamp_diff_ms = timestamp_diff /
frequency_khz
;
342
max_delay_ms = static_cast<int64_t>((2 * jitter_std) /
frequency_khz
);
Completed in 311 milliseconds