|
VLC 4.0.0-dev
|
#include <input_internal.h>
Data Fields | |
| vlc_mutex_t | lock |
| uintmax_t | updates |
| uintmax_t | value |
| struct { | |
| uintmax_t value | |
| vlc_tick_t date | |
| } | samples [2] |
| vlc_tick_t input_rate_t::date |
Referenced by input_rate_Add(), input_rate_Init(), and stats_GetRate().
| vlc_mutex_t input_rate_t::lock |
Referenced by input_rate_Add(), input_rate_Init(), and input_stats_Compute().
| struct { ... } input_rate_t::samples[2] |
Referenced by input_rate_Add(), input_rate_Init(), and stats_GetRate().
| uintmax_t input_rate_t::updates |
Referenced by input_rate_Add(), input_rate_Init(), and input_stats_Compute().
| uintmax_t input_rate_t::value |
Referenced by input_rate_Add(), input_rate_Init(), input_stats_Compute(), and stats_GetRate().