Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DAudioTrack.cpp2255 const int64_t timestampTimeUs = convertTimespecToUs(timestamp.mTime); in getTimestamp() local
2256 if (timestampTimeUs < mStartUs) { in getTimestamp()
2259 const int64_t deltaTimeUs = timestampTimeUs - mStartUs; in getTimestamp()