Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DAudioTrack.cpp2331 int32_t deltaPosition = static_cast<int32_t>(timestamp.mPosition in getTimestamp() local
2335 if (deltaPosition < 0) { in getTimestamp()
2339 deltaPosition, in getTimestamp()
2347 if (deltaPosition < MINIMUM_POSITION_DELTA) { in getTimestamp()