Searched defs:GetTickCount (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/libva/test/encode/
H A Dh264encode.c531 static unsigned int GetTickCount() function
1898 tmp = GetTickCount();
1901 SyncPictureTicks += GetTickCount() - tmp;
1902 tmp = GetTickCount();
1904 SavePictureTicks += GetTickCount() - tmp;
1909 tmp = GetTickCount();
1912 UploadPictureTicks += GetTickCount() - tmp;
1953 tmp = GetTickCount();
1959 UploadPictureTicks += GetTickCount() - tmp;
1985 tmp = GetTickCount();
[all...]
/hardware/intel/img/psb_video/src/
H A Dpsb_drv_video.h692 static inline unsigned long GetTickCount() function

Completed in 118 milliseconds