Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/util/
DQCameraDisplay.cpp241 nsecs_t moveToNextVsync; in computePresentationTimeStamp() local
259 moveToNextVsync = mAvgVsyncInterval - mVfe_and_mdp_freq_wiggle_filter_min_ms; in computePresentationTimeStamp()
264 if (vsyncOffset > moveToNextVsync) { in computePresentationTimeStamp()