Searched refs:s_aVsyncIntervalPos (Results 1 – 1 of 1) sorted by relevance
137 s32 s_aVsyncIntervalPos[CAMERA_NUM] = { 0, 0 }; variable1200 saa_VsyncInterval[index][s_aVsyncIntervalPos[index]] in CameraVsyncFunc()1203 if (++s_aVsyncIntervalPos[index] >= VSYNC_INTERVAL_LOG_NUM) in CameraVsyncFunc()1205 s_aVsyncIntervalPos[index] = 0; in CameraVsyncFunc()