OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_packet_time_ms_
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_abs_send_time.cc
116
first_packet_time_ms_
(-1) {
272
if (
first_packet_time_ms_
== -1)
273
first_packet_time_ms_
= clock_->TimeInMilliseconds();
284
now_ms -
first_packet_time_ms_
< kInitialProbingIntervalMs)) {
365
// We deliberately don't reset the
first_packet_time_ms_
here for now since
remote_bitrate_estimator_abs_send_time.h
147
int64_t
first_packet_time_ms_
;
member in class:webrtc::RemoteBitrateEstimatorAbsSendTime
/external/webrtc/webrtc/modules/video_coding/test/
rtp_player.cc
332
first_packet_time_ms_
(0),
371
first_packet_time_ms_
= clock_->TimeInMilliseconds();
405
(clock_->TimeInMilliseconds() -
first_packet_time_ms_
);
456
int64_t
first_packet_time_ms_
;
member in class:webrtc::rtpplayer::RtpPlayerImpl
Completed in 634 milliseconds