OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:delta_in_us
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/media/base/
audio_timestamp_helper.cc
49
int64
delta_in_us
= (target - GetTimestamp()).InMicroseconds();
local
50
if (
delta_in_us
== 0)
/external/chromium/net/tools/flip_server/
epoll_server.h
369
//
delta_in_us
). While this is somewhat less accurate (see the description
384
//
delta_in_us
- the delta in microseconds from the ApproximateTimeInUs() at
387
void RegisterAlarmApproximateDelta(int64
delta_in_us
, AlarmCB* ac) {
388
RegisterAlarm(ApproximateNowInUsec() +
delta_in_us
, ac);
[
all
...]
/external/chromium_org/net/tools/flip_server/
epoll_server.h
368
//
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) {
387
RegisterAlarm(ApproximateNowInUsec() +
delta_in_us
, ac);
[
all
...]
Completed in 89 milliseconds