Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/util/
DQCameraDisplay.cpp122 mAvgVsyncInterval(0), in QCameraDisplay()
223 mAvgVsyncInterval = sum / (CAMERA_NUM_VSYNC_INTERVAL_HISTORY - 2); in computeAverageVsyncInterval()
248 if ( (mAvgVsyncInterval != 0) && (mVsyncTimeStamp != 0) ) { in computePresentationTimeStamp()
256 (mNum_vsync_from_vfe_isr_to_presentation_timestamp * mAvgVsyncInterval); in computePresentationTimeStamp()
259 moveToNextVsync = mAvgVsyncInterval - mVfe_and_mdp_freq_wiggle_filter_min_ms; in computePresentationTimeStamp()
260 keepInCurrentVsync = mAvgVsyncInterval - mVfe_and_mdp_freq_wiggle_filter_max_ms; in computePresentationTimeStamp()
261 vsyncOffset = timeDifference % mAvgVsyncInterval; in computePresentationTimeStamp()
262 expectedVsyncOffset = mAvgVsyncInterval - in computePresentationTimeStamp()
265 mAdditionalVsyncOffsetForWiggle = mAvgVsyncInterval; in computePresentationTimeStamp()
273 timeDifference, vsyncOffset, mAvgVsyncInterval, in computePresentationTimeStamp()
DQCameraDisplay.h53 nsecs_t mAvgVsyncInterval; variable