Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/x11/
Dpsb_xvva.c737 obj_surface->display_timestamp = 0; in psb_putsurface_xvideo()
819 obj_surface->display_timestamp = GetTickCount(); in psb_putsurface_xvideo()
824 obj_surface->display_timestamp = 0; in psb_putsurface_xvideo()
/hardware/intel/img/psb_video/src/
Dpsb_drv_video.h558 unsigned long display_timestamp; /* record the time point of put surface*/ member
Dpsb_surface_attrib.c187 obj_surface->display_timestamp = 0;
Dpsb_texture.c712 obj_surface->display_timestamp = 0;
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()