VLC 4.0.0-dev
|
Go to the source code of this file.
Data Structures | |
struct | vout_chrono_t |
Functions | |
static void | vout_chrono_Init (vout_chrono_t *chrono, int shift, vlc_tick_t avg_initial) |
static void | vout_chrono_Start (vout_chrono_t *chrono) |
static vlc_tick_t | vout_chrono_GetHigh (vout_chrono_t *chrono) |
static vlc_tick_t | vout_chrono_GetLow (vout_chrono_t *chrono) |
static void | vout_chrono_Stop (vout_chrono_t *chrono) |
|
inlinestatic |
References vout_chrono_t::avg, and vout_chrono_t::mad.
Referenced by GetRenderDelay(), IsPictureLateToStaticFilter(), and vout_chrono_Stop().
|
inlinestatic |
References vout_chrono_t::avg, and vout_chrono_t::mad.
|
inlinestatic |
|
inlinestatic |
References vout_chrono_t::start, and vlc_tick_now().
Referenced by PreparePicture(), and RenderPicture().
|
inlinestatic |