OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:time_now_ms
(Results
1 - 10
of
10
) sorted by null
/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
loudest_filter.cc
44
uint32_t
time_now_ms
= rtc::Time();
local
45
RemoveTimeoutStreams(
time_now_ms
);
61
it->second.last_time_ms =
time_now_ms
;
66
stream_levels_[source_ssrc].Set(audio_level,
time_now_ms
);
75
stream_levels_[source_ssrc].Set(audio_level,
time_now_ms
);
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_performance_test.cc
56
int32_t
time_now_ms
= 0;
77
while (
time_now_ms
< runtime_ms) {
78
while (packet_input_time_ms <=
time_now_ms
) {
121
time_now_ms
+= kOutputBlockSizeMs;
122
if (
time_now_ms
>= runtime_ms / 2 && !drift_flipped) {
neteq_rtpplay.cc
520
int64_t
time_now_ms
= start_time_ms;
local
521
int64_t next_input_time_ms =
time_now_ms
;
522
int64_t next_output_time_ms =
time_now_ms
;
523
if (
time_now_ms
% kOutputBlockSizeMs != 0) {
527
kOutputBlockSizeMs -
time_now_ms
% kOutputBlockSizeMs;
536
start_time_ms =
time_now_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) {
601
//
time_now_ms
from becoming stuck at the final value.
608
while (
time_now_ms
>= next_output_time_ms && output_event_available)
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/codecs/tools/
audio_codec_speed_test.cc
100
size_t
time_now_ms
= 0;
local
106
while (
time_now_ms
< audio_duration_sec * 1000) {
119
time_now_ms
+= block_duration_ms_;
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
opus_fec_test.cc
172
int
time_now_ms
, fec_frames;
local
194
time_now_ms
= 0;
196
while (
time_now_ms
< kDurationMs) {
215
time_now_ms
+= block_duration_ms_;
/external/webrtc/webrtc/test/
fake_encoder.cc
53
int64_t
time_now_ms
= clock_->TimeInMilliseconds();
local
58
time_since_last_encode_ms =
time_now_ms
- last_encode_time_ms_;
76
last_encode_time_ms_ =
time_now_ms
;
/external/webrtc/webrtc/video/
stream_synchronization_unittest.cc
59
int64_t
time_now_ms
() const {
function in class:webrtc::Time
131
video.latest_receive_time_ms = receive_time_->
time_now_ms
();
133
audio.latest_receive_time_ms = receive_time_->
time_now_ms
();
137
audio.latest_receive_time_ms = receive_time_->
time_now_ms
();
139
video.latest_receive_time_ms = receive_time_->
time_now_ms
();
end_to_end_tests.cc
3113
int64_t
time_now_ms
= clock_->TimeInMilliseconds();
local
[
all
...]
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.h
38
void RunFor(int64_t time_ms, int64_t
time_now_ms
, Packets* in_out);
bwe_test.cc
48
int64_t
time_now_ms
,
53
QueuePackets(&to_process,
time_now_ms
* 1000);
[
all
...]
Completed in 2947 milliseconds