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