Searched refs:endTimestampUs (Results 1 – 1 of 1) sorted by relevance
101 c2_cntr64_t endTimestampUs = mCurrentOrdinal.timestamp; in process() local102 endTimestampUs += bytesToSamples(mWriteView->size()) * 1000000 / mSampleRate; in process()103 if (timeUs < endTimestampUs.peek()) { in process()104 uint64_t diffUs = (endTimestampUs - timeUs).peeku(); in process()109 endTimestampUs.peekll(), (long long)timeUs); in process()112 uint64_t diffUs = (timeUs - endTimestampUs).peeku(); in process()