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_Clean (vout_chrono_t *chrono) |
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) |
static void | vout_chrono_Reset (vout_chrono_t *chrono) |
|
inlinestatic |
References VLC_UNUSED.
Referenced by vout_chrono_Reset(), and vout_Close().
|
inlinestatic |
References vout_chrono_t::avg, and vout_chrono_t::var.
Referenced by ThreadDisplayPicture(), and vout_chrono_Stop().
|
inlinestatic |
References vout_chrono_t::avg, and vout_chrono_t::var.
|
inlinestatic |
References vout_chrono_t::avg, vout_chrono_t::avg_initial, vout_chrono_t::shift, vout_chrono_t::shift_var, vout_chrono_t::start, vout_chrono_t::var, and VLC_TICK_INVALID.
Referenced by vout_chrono_Reset(), and vout_Create().
|
inlinestatic |
References vout_chrono_t::avg_initial, vout_chrono_t::shift, vout_chrono_Clean(), and vout_chrono_Init().
|
inlinestatic |
References vout_chrono_t::start, and vlc_tick_now().
Referenced by ThreadDisplayRenderPicture().
|
inlinestatic |
References vout_chrono_t::avg, vout_chrono_t::shift, vout_chrono_t::shift_var, vout_chrono_t::start, vout_chrono_t::var, var, VLC_TICK_INVALID, vlc_tick_now(), and vout_chrono_GetHigh().
Referenced by ThreadDisplayRenderPicture().