Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/
H A DAudioSource.cpp100 mInitialReadTimeUs = 0; in set()
176 mInitialReadTimeUs = 0; in start()
413 mInitialReadTimeUs = timeUs; in dataCallback()
477 buffer->meta_data().setInt64(kKeyDriftTime, timeUs - mInitialReadTimeUs); in queueInputBuffer_l()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DAudioSource.h123 int64_t mInitialReadTimeUs; member