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_; }
function in class:webrtc::testing::bwe::Packet
42
virtual void set_sender_timestamp_us(int64_t
sender_timestamp_us
) {
43
sender_timestamp_us_ =
sender_timestamp_us
;
bwe_test_framework.cc
414
assert(new_send_time_us >= packet->
sender_timestamp_us
());
Completed in 2285 milliseconds