OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_received
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/cast/test/utility/
netload.py
39
last_received
= 0
47
received_mbps = ((received_now -
last_received
) * 8.0 / 1000000) / delta
51
last_received
= received_now
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
framedrop_primitives.cc
408
long
last_received
= 0;
local
425
static_cast<int>((*it)->received_timestamp_in_us_ -
last_received
);
455
last_received
= (*it)->received_timestamp_in_us_;
Completed in 145 milliseconds