Searched refs:time_delta_us (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_framer.cc805 uint32 time_delta_us) {
820 epoch + time_delta_us,
822 prev_epoch + time_delta_us,
823 next_epoch + time_delta_us));
1435 uint32 time_delta_us; local
1436 if (!reader_->ReadBytes(&time_delta_us, sizeof(time_delta_us))) {
1441 last_timestamp_ = CalculateTimestampFromWire(time_delta_us);
2194 uint32 time_delta_us = local
2197 if (!writer->WriteBytes(&time_delta_us, sizeo
804 CalculateTimestampFromWire( uint32 time_delta_us) argument
2216 uint64 time_delta_us = it->second.Subtract(prev_time).ToMicroseconds(); local
[all...]
H A Dquic_framer.h436 const QuicTime::Delta CalculateTimestampFromWire(uint32 time_delta_us);

Completed in 630 milliseconds