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