Searched refs:timestampTimeUs (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libmedia/
H A DAudioTrack.cpp1986 const int64_t timestampTimeUs = convertTimespecToUs(timestamp.mTime); local
1987 if (timestampTimeUs < mStartUs) {
1990 const int64_t deltaTimeUs = timestampTimeUs - mStartUs;

Completed in 121 milliseconds