Searched defs:g1_timestamp (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Dinter_arrival_unittest.cc291 int64_t g1_timestamp = timestamp; local
308 ExpectFalse(g1_timestamp, arrival_time, 100);
315 g2_timestamp - g1_timestamp, g2_arrival_time - g1_arrival_time,
325 int64_t g1_timestamp = timestamp; local
346 timestamp = g1_timestamp;
353 g2_timestamp - g1_timestamp, g2_arrival_time - g1_arrival_time,

Completed in 76 milliseconds