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

  /hardware/qcom/camera/QCamera2/util/
QCameraDisplay.cpp 124 mVsyncHistoryIndex(0),
208 mVsyncIntervalHistory[mVsyncHistoryIndex] = currentVsyncTimeStamp - mOldTimeStamp;
209 mVsyncHistoryIndex++;
210 mVsyncHistoryIndex = mVsyncHistoryIndex % CAMERA_NUM_VSYNC_INTERVAL_HISTORY;
QCameraDisplay.h 56 nsecs_t mVsyncHistoryIndex;

Completed in 69 milliseconds