Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaClock.cpp30 static const int64_t kAnchorFluctuationAllowedUs = 10000ll; variable
79 && nowMediaUs > oldNowMediaUs - kAnchorFluctuationAllowedUs) { in updateAnchor()