OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:send_time_us_
(Results
1 - 3
of
3
) 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;
bwe_test_framework.h
209
// |
send_time_us_
|. The simulation time |time_ms| is optional to use.
Completed in 70 milliseconds