VLC 4.0.0-dev
|
#include <chrono.h>
Data Fields | |
int | shift |
vlc_tick_t | avg |
unsigned | avg_count |
int | shift_mad |
vlc_tick_t | mad |
unsigned | mad_count |
vlc_tick_t | start |
vlc_tick_t vout_chrono_t::avg |
Referenced by vout_chrono_GetHigh(), vout_chrono_GetLow(), vout_chrono_Init(), and vout_chrono_Stop().
unsigned vout_chrono_t::avg_count |
Referenced by vout_chrono_Init(), and vout_chrono_Stop().
vlc_tick_t vout_chrono_t::mad |
Referenced by vout_chrono_GetHigh(), vout_chrono_GetLow(), vout_chrono_Init(), and vout_chrono_Stop().
unsigned vout_chrono_t::mad_count |
Referenced by vout_chrono_Init(), and vout_chrono_Stop().
int vout_chrono_t::shift |
Referenced by vout_chrono_Init(), and vout_chrono_Stop().
int vout_chrono_t::shift_mad |
Referenced by vout_chrono_Init(), and vout_chrono_Stop().
vlc_tick_t vout_chrono_t::start |
Referenced by vout_chrono_Init(), vout_chrono_Start(), and vout_chrono_Stop().