Mercurial > mplayer.hg
view linux/timer.h @ 4481:b8ec9cc1b2c5
MMX(2) optimized YUY2 input
avoid duplicate checks for formats by changeing them (Y8->Y800, IYUV->I420)
author | michael |
---|---|
date | Sat, 02 Feb 2002 18:18:58 +0000 |
parents | 7bb8f7905000 |
children | df50da00260a |
line wrap: on
line source
void InitTimer(); unsigned int GetTimer(); unsigned int GetTimerMS(); //int uGetTimer(); float GetRelativeTime(); int usec_sleep(int usec_delay);