Searched refs:mPreviousTimestamp (Results 1 – 3 of 3) sorted by relevance
32 private int mPreviousTimestamp; // Used to calculate deltas. field in MidiBtleTimeTracker54 long deltaMillis = timestamp - mPreviousTimestamp; in convertTimestampToNanotime()96 mPreviousTimestamp = timestamp; in convertTimestampToNanotime()
2457 && mPreviousTimestamp.mPosition == 0 /* should be true if valid */) { in getTimestamp()2458 timestamp = mPreviousTimestamp; in getTimestamp()2508 const int64_t previousTimeNanos = TIME_TO_NANOS(mPreviousTimestamp.mTime); in getTimestamp()2519 - mPreviousTimestamp.mPosition).signedValue(); in getTimestamp()2528 mPreviousTimestamp.mPosition); in getTimestamp()2535 timestamp = mPreviousTimestamp; // Use last valid timestamp. in getTimestamp()2538 mPreviousTimestamp = timestamp; in getTimestamp()
1048 AudioTimestamp mPreviousTimestamp; // used to detect retrograde motion variable