Searched refs:totalOutDurationUs (Results 1 – 1 of 1) sorted by relevance
169 int64_t totalOutDurationUs = (mAccuOutBufferSize * 1000000) / (mOutputSampleRate * 2 * 2); in read() local170 int64_t timeUs = mInitialTimeStampUs + totalOutDurationUs; in read()