HomeSort by relevance Sort by last modified time
    Searched refs:mAvgVsyncInterval (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/camera/QCamera2/util/
QCameraDisplay.cpp 122 mAvgVsyncInterval(0),
223 mAvgVsyncInterval = sum / (CAMERA_NUM_VSYNC_INTERVAL_HISTORY - 2);
248 if ( (mAvgVsyncInterval != 0) && (mVsyncTimeStamp != 0) ) {
256 (mNum_vsync_from_vfe_isr_to_presentation_timestamp * mAvgVsyncInterval);
259 moveToNextVsync = mAvgVsyncInterval - mVfe_and_mdp_freq_wiggle_filter_min_ms;
260 keepInCurrentVsync = mAvgVsyncInterval - mVfe_and_mdp_freq_wiggle_filter_max_ms;
261 vsyncOffset = timeDifference % mAvgVsyncInterval;
262 expectedVsyncOffset = mAvgVsyncInterval -
265 mAdditionalVsyncOffsetForWiggle = mAvgVsyncInterval;
273 timeDifference, vsyncOffset, mAvgVsyncInterval,
    [all...]
QCameraDisplay.h 53 nsecs_t mAvgVsyncInterval;

Completed in 65 milliseconds