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