Searched refs:GetTickCount (Results 1 – 6 of 6) sorted by relevance
531 static unsigned int GetTickCount() in GetTickCount() function1898 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()[all …]
693 static inline unsigned long GetTickCount() in GetTickCount() function
339 GetTickCount()); in drv_debug_msg()
1479 obj_surface->display_timestamp = GetTickCount(); in psb_putsurface_overlay()
2513 while ((GetTickCount() - cur_obj_surface->display_timestamp) < PSB_MAX_FLIP_DELAY) in psb_SyncSurface()2621 && ((GetTickCount() - cur_obj_surface->display_timestamp) < PSB_MAX_FLIP_DELAY)) { in psb_QuerySurfaceStatus()
819 obj_surface->display_timestamp = GetTickCount(); in psb_putsurface_xvideo()