Searched refs:g2_timestamp (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/modules/remote_bitrate_estimator/ |
D | inter_arrival_unittest.cc | 273 int64_t g2_timestamp = timestamp; in TEST_F() local 277 ExpectTrue(2 * kTriggerNewGroupUs, arrival_time, 100, g2_timestamp, in TEST_F() 300 int64_t g2_timestamp = timestamp; in TEST_F() local 312 g2_timestamp - g1_timestamp, g2_arrival_time - g1_arrival_time, in TEST_F() 329 int64_t g2_timestamp = timestamp; in TEST_F() local 348 ExpectTrue(timestamp, arrival_time, 100, g2_timestamp - g1_timestamp, in TEST_F() 367 int64_t g2_timestamp = timestamp; in TEST_F() local 372 ExpectTrue(timestamp, arrival_time, 100, g2_timestamp, in TEST_F()
|