OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_input_time_ms
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_rtpplay.cc
521
int64_t
next_input_time_ms
= time_now_ms;
local
537
std::min(
next_input_time_ms
, next_output_time_ms);
541
time_now_ms = std::min(
next_input_time_ms
, next_output_time_ms);
543
while (time_now_ms >=
next_input_time_ms
&& packet_available) {
598
next_input_time_ms
= rtc::checked_cast<int64_t>(packet->time_ms());
602
next_input_time_ms
= std::numeric_limits<int64_t>::max();
/external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc
709
double
next_input_time_ms
= 0.0;
local
719
while (
next_input_time_ms
<= t_ms) {
727
next_input_time_ms
+= static_cast<double>(kFrameSizeMs) * drift_factor;
744
while (
next_input_time_ms
<= t_ms) {
755
next_input_time_ms
+= static_cast<double>(kCngPeriodMs) * drift_factor;
781
double pull_time_ms = (t_ms +
next_input_time_ms
) / 2;
782
while (
next_input_time_ms
<= t_ms) {
783
if (pull_once &&
next_input_time_ms
>= pull_time_ms) {
804
next_input_time_ms
+= kCngPeriodMs * drift_factor;
812
while (
next_input_time_ms
<= t_ms)
1416
double
next_input_time_ms
= 0.0;
local
[
all
...]
Completed in 79 milliseconds