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

/frameworks/av/media/libmedia/
H A DAudioTrack.cpp2683 // clockdiff is the timestamp age (negative)
2684 int64_t clockdiff = (mState != STATE_ACTIVE) ? 0 : local
2689 //ALOGV("ms: %lld clockdiff: %lld", (long long)ms, (long long)clockdiff);
2691 *msec = (int32_t)(ms + clockdiff / NANOS_PER_MILLIS);

Completed in 1976 milliseconds