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

/external/chromium_org/media/base/
H A Daudio_timestamp_helper.cc49 int64 delta_in_us = (target - GetTimestamp()).InMicroseconds(); local
50 if (delta_in_us == 0)
/external/chromium_org/net/tools/epoll_server/
H A Depoll_server.h368 // delta_in_us). While this is somewhat less accurate (see the description
383 // delta_in_us - the delta in microseconds from the ApproximateTimeInUs() at
386 void RegisterAlarmApproximateDelta(int64 delta_in_us, AlarmCB* ac) { argument
387 RegisterAlarm(ApproximateNowInUsec() + delta_in_us, ac);

Completed in 266 milliseconds