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

/hardware/intel/img/psb_video/src/x11/
H A Dpsb_xvva.c737 obj_surface->display_timestamp = 0;
819 obj_surface->display_timestamp = GetTickCount();
824 obj_surface->display_timestamp = 0;
/hardware/intel/img/psb_video/src/
H A Dpsb_drv_video.h534 unsigned long display_timestamp; /* record the time point of put surface*/ member in struct:object_surface_s
H A Dpsb_surface_attrib.c189 obj_surface->display_timestamp = 0;
H A Dpsb_texture.c712 obj_surface->display_timestamp = 0;
H A Dpsb_overlay.c1479 obj_surface->display_timestamp = GetTickCount();
H A Dpsb_drv_video.c2353 while ((GetTickCount() - cur_obj_surface->display_timestamp) < PSB_MAX_FLIP_DELAY)
2461 && ((GetTickCount() - cur_obj_surface->display_timestamp) < PSB_MAX_FLIP_DELAY)) {

Completed in 51 milliseconds