Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DAudioTrack.cpp2518 int32_t deltaPosition = (Modulo<uint32_t>(timestamp.mPosition) in getTimestamp() local
2522 if (deltaPosition < 0) { in getTimestamp()
2526 deltaPosition, in getTimestamp()
2534 if (deltaPosition < MINIMUM_POSITION_DELTA) { in getTimestamp()