Searched refs:FRAME_NUM_FOR_STABILIZE (Results 1 – 2 of 2) sorted by relevance
202 const s32 FRAME_NUM_FOR_STABILIZE = 30; variable1034 if (s_FrameCountForStabilize < FRAME_NUM_FOR_STABILIZE) in CameraVsyncFunc()1334 else if (s_FrameCountForStabilize < FRAME_NUM_FOR_STABILIZE) in DrawDisplay0()
142 const s32 FRAME_NUM_FOR_STABILIZE = 30; variable1126 if (s_CameraFrameCount >= FRAME_NUM_FOR_STABILIZE /* == 30 */) in CameraRecvFunc()1186 if ((index == 1) && (s_CameraFrameCount < FRAME_NUM_FOR_STABILIZE /* == 30 */)) in CameraVsyncFunc()1735 if (s_CameraFrameCount < FRAME_NUM_FOR_STABILIZE) in DrawDisplay1()