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

  /device/google/marlin/camera/QCamera2/util/
QCameraDisplay.cpp 241 nsecs_t moveToNextVsync;
259 moveToNextVsync = mAvgVsyncInterval - mVfe_and_mdp_freq_wiggle_filter_min_ms;
264 if (vsyncOffset > moveToNextVsync) {
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraDisplay.cpp 241 nsecs_t moveToNextVsync;
259 moveToNextVsync = mAvgVsyncInterval - mVfe_and_mdp_freq_wiggle_filter_min_ns;
264 if (vsyncOffset > moveToNextVsync) {

Completed in 761 milliseconds