OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:send_time_us_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet.h
38
virtual int64_t send_time_us() const { return
send_time_us_
; }
53
virtual int64_t send_time_ms() const { return (
send_time_us_
+ 500) / 1000; }
58
int64_t
send_time_us_
; // Time the packet left last processor touching it.
member in class:webrtc::testing::bwe::Packet
bwe_test_framework.cc
98
send_time_us_
(-1),
107
send_time_us_
(send_time_us),
117
return
send_time_us_
< rhs.
send_time_us_
;
122
send_time_us_
= send_time_us;
Completed in 97 milliseconds