Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaClock.cpp31 static const int64_t kAnchorFluctuationAllowedUs = 10000LL; variable
117 if ((uint64_t)nowMediaUs < (uint64_t)oldNowMediaUs + kAnchorFluctuationAllowedUs in updateAnchor()
118 && (uint64_t)nowMediaUs + kAnchorFluctuationAllowedUs > (uint64_t)oldNowMediaUs) { in updateAnchor()