Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaMetrics.java758 final int deltaPosition = buffer.position() - initialBufferPosition; in toBundle() local
759 if (deltaPosition != propSize) { in toBundle()
761 + " != deltaPosition:" + deltaPosition); in toBundle()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp3445 int32_t deltaPosition = (Modulo<uint32_t>(timestamp.mPosition) in getTimestamp_l() local
3447 if (deltaPosition < 0) { in getTimestamp_l()
3452 deltaPosition, in getTimestamp_l()
3460 if (deltaPosition < 0) { in getTimestamp_l()
3462 deltaPosition = 0; in getTimestamp_l()
3470 deltaPosition * (long long)NANOS_PER_SECOND / deltaTime; in getTimestamp_l()