VLC
3.0.21
|
Data Fields | |
vlc_mutex_t | lock |
int64_t | i_read_packets |
int64_t | i_read_bytes |
float | f_input_bitrate |
float | f_average_input_bitrate |
int64_t | i_demux_read_packets |
int64_t | i_demux_read_bytes |
float | f_demux_bitrate |
float | f_average_demux_bitrate |
int64_t | i_demux_corrupted |
int64_t | i_demux_discontinuity |
int64_t | i_decoded_audio |
int64_t | i_decoded_video |
int64_t | i_displayed_pictures |
int64_t | i_lost_pictures |
int64_t | i_sent_packets |
int64_t | i_sent_bytes |
float | f_send_bitrate |
int64_t | i_played_abuffers |
int64_t | i_lost_abuffers |
float input_stats_t::f_average_demux_bitrate |
Referenced by stats_ReinitInputStats().
float input_stats_t::f_average_input_bitrate |
Referenced by stats_ReinitInputStats().
float input_stats_t::f_demux_bitrate |
Referenced by stats_ComputeInputStats(), and stats_ReinitInputStats().
float input_stats_t::f_input_bitrate |
Referenced by stats_ComputeInputStats(), and stats_ReinitInputStats().
float input_stats_t::f_send_bitrate |
Referenced by stats_ComputeInputStats(), and stats_ReinitInputStats().
int64_t input_stats_t::i_decoded_audio |
Referenced by stats_ComputeInputStats(), and stats_ReinitInputStats().
int64_t input_stats_t::i_decoded_video |
Referenced by stats_ComputeInputStats(), and stats_ReinitInputStats().
int64_t input_stats_t::i_demux_corrupted |
Referenced by stats_ComputeInputStats(), and stats_ReinitInputStats().
int64_t input_stats_t::i_demux_discontinuity |
Referenced by stats_ComputeInputStats(), and stats_ReinitInputStats().
int64_t input_stats_t::i_demux_read_bytes |
Referenced by stats_ComputeInputStats(), and stats_ReinitInputStats().
int64_t input_stats_t::i_demux_read_packets |
Referenced by stats_ReinitInputStats().
int64_t input_stats_t::i_displayed_pictures |
Referenced by stats_ComputeInputStats(), and stats_ReinitInputStats().
int64_t input_stats_t::i_lost_abuffers |
Referenced by stats_ComputeInputStats(), and stats_ReinitInputStats().
int64_t input_stats_t::i_lost_pictures |
Referenced by stats_ComputeInputStats(), and stats_ReinitInputStats().
int64_t input_stats_t::i_played_abuffers |
Referenced by stats_ComputeInputStats(), and stats_ReinitInputStats().
int64_t input_stats_t::i_read_bytes |
Referenced by stats_ComputeInputStats(), and stats_ReinitInputStats().
int64_t input_stats_t::i_read_packets |
Referenced by stats_ComputeInputStats(), and stats_ReinitInputStats().
int64_t input_stats_t::i_sent_bytes |
Referenced by stats_ComputeInputStats(), and stats_ReinitInputStats().
int64_t input_stats_t::i_sent_packets |
Referenced by stats_ComputeInputStats(), and stats_ReinitInputStats().
vlc_mutex_t input_stats_t::lock |
Referenced by input_item_Release(), stats_ComputeInputStats(), stats_NewInputStats(), and stats_ReinitInputStats().