Home
last modified time | relevance | path

Searched refs:GetTickCount (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/libva/test/encode/
Dh264encode.c531 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()
[all …]
/hardware/intel/img/psb_video/src/
Dpsb_drv_video.h693 static inline unsigned long GetTickCount() in GetTickCount() function
Dpsb_drv_debug.c339 GetTickCount()); in drv_debug_msg()
Dpsb_overlay.c1479 obj_surface->display_timestamp = GetTickCount(); in psb_putsurface_overlay()
Dpsb_drv_video.c2513 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()
/hardware/intel/img/psb_video/src/x11/
Dpsb_xvva.c819 obj_surface->display_timestamp = GetTickCount(); in psb_putsurface_xvideo()