OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sender_timestamp_us_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet.h
39
virtual int64_t sender_timestamp_us() const { return
sender_timestamp_us_
; }
43
sender_timestamp_us_
= sender_timestamp_us;
51
return (
sender_timestamp_us_
+ 500) / 1000;
59
int64_t
sender_timestamp_us_
; // Time the packet left the Sender.
member in class:webrtc::testing::bwe::Packet
bwe_test_framework.cc
99
sender_timestamp_us_
(-1),
108
sender_timestamp_us_
(send_time_us),
Completed in 605 milliseconds