Lines Matching refs:GetTickCount
531 static unsigned int GetTickCount() in GetTickCount() function
1898 tmp = GetTickCount(); in storage_task()
1901 SyncPictureTicks += GetTickCount() - tmp; in storage_task()
1902 tmp = GetTickCount(); in storage_task()
1904 SavePictureTicks += GetTickCount() - tmp; in storage_task()
1909 tmp = GetTickCount(); in storage_task()
1912 UploadPictureTicks += GetTickCount() - tmp; in storage_task()
1953 tmp = GetTickCount(); in encode_frames()
1959 UploadPictureTicks += GetTickCount() - tmp; in encode_frames()
1985 tmp = GetTickCount(); in encode_frames()
1988 BeginPictureTicks += GetTickCount() - tmp; in encode_frames()
1990 tmp = GetTickCount(); in encode_frames()
2009 RenderPictureTicks += GetTickCount() - tmp; in encode_frames()
2011 tmp = GetTickCount(); in encode_frames()
2014 EndPictureTicks += GetTickCount() - tmp; in encode_frames()
2187 start = GetTickCount(); in main()
2197 TotalTicks += GetTickCount() - start; in main()