Home
last modified time | relevance | path

Searched refs:timeStampUs (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/extractors/wav/
DWAVExtractor.cpp525 int64_t timeStampUs = 0; in read() local
528 timeStampUs = 1000000LL * (mCurrentPos - mOffset) * 320 / 65 / mSampleRate; in read()
531 timeStampUs = 1000000LL * (mCurrentPos - mOffset) in read()
535 buffer->meta_data().setInt64(kKeyTime, timeStampUs); in read()