FFmpeg
|
Data Fields | |
double | last |
double | sigma_x |
double | sigma_x2 |
double | avg_sigma_x2 |
double | min_sigma_x2 |
double | max_sigma_x2 |
double | min |
double | max |
double | min_run |
double | max_run |
double | min_runs |
double | max_runs |
uint64_t | min_count |
uint64_t | max_count |
uint64_t | nb_samples |
Definition at line 29 of file af_astats.c.
double ChannelStats::last |
Definition at line 30 of file af_astats.c.
Referenced by update_stat().
double ChannelStats::sigma_x |
Definition at line 31 of file af_astats.c.
Referenced by print_stats(), and update_stat().
double ChannelStats::sigma_x2 |
Definition at line 31 of file af_astats.c.
Referenced by print_stats(), and update_stat().
double ChannelStats::avg_sigma_x2 |
Definition at line 32 of file af_astats.c.
Referenced by update_stat().
double ChannelStats::min_sigma_x2 |
Definition at line 32 of file af_astats.c.
Referenced by config_output(), print_stats(), and update_stat().
double ChannelStats::max_sigma_x2 |
Definition at line 32 of file af_astats.c.
Referenced by config_output(), print_stats(), and update_stat().
double ChannelStats::min |
Definition at line 33 of file af_astats.c.
Referenced by config_output(), print_stats(), and update_stat().
double ChannelStats::max |
Definition at line 33 of file af_astats.c.
Referenced by config_output(), print_stats(), and update_stat().
double ChannelStats::min_run |
Definition at line 34 of file af_astats.c.
Referenced by update_stat().
double ChannelStats::max_run |
Definition at line 34 of file af_astats.c.
Referenced by update_stat().
double ChannelStats::min_runs |
Definition at line 35 of file af_astats.c.
Referenced by print_stats(), and update_stat().
double ChannelStats::max_runs |
Definition at line 35 of file af_astats.c.
Referenced by print_stats(), and update_stat().
uint64_t ChannelStats::min_count |
Definition at line 36 of file af_astats.c.
Referenced by print_stats(), and update_stat().
uint64_t ChannelStats::max_count |
Definition at line 36 of file af_astats.c.
Referenced by print_stats(), and update_stat().
uint64_t ChannelStats::nb_samples |
Definition at line 37 of file af_astats.c.
Referenced by print_stats(), and update_stat().