Searched refs:mTimeNsOffset (Results 1 – 1 of 1) sorted by relevance
369 mTimeNsOffset = mHeaderSize - 8; in Item()547 mBuffer.putLong(mTimeNsOffset, timeNs); // time location in byte string. in setTimestamp()561 mBuffer.putLong(mTimeNsOffset, 0); // reset time. in clear()743 private final int mTimeNsOffset; // computed in constructor field in Item