| 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 | nmin | 
| double | nmax | 
| double | min_run | 
| double | max_run | 
| double | min_runs | 
| double | max_runs | 
| double | min_diff | 
| double | max_diff | 
| double | diff1_sum | 
| uint64_t | mask | 
| uint64_t | imask | 
| 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(), reset_stats(), set_metadata(), and update_stat().
| double ChannelStats::sigma_x2 | 
Definition at line 31 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| double ChannelStats::avg_sigma_x2 | 
Definition at line 32 of file af_astats.c.
Referenced by reset_stats(), and update_stat().
| double ChannelStats::min_sigma_x2 | 
Definition at line 32 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| double ChannelStats::max_sigma_x2 | 
Definition at line 32 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| double ChannelStats::min | 
Definition at line 33 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| double ChannelStats::max | 
Definition at line 33 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| double ChannelStats::nmin | 
Definition at line 34 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| double ChannelStats::nmax | 
Definition at line 34 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| double ChannelStats::min_run | 
Definition at line 35 of file af_astats.c.
Referenced by reset_stats(), and update_stat().
| double ChannelStats::max_run | 
Definition at line 35 of file af_astats.c.
Referenced by reset_stats(), and update_stat().
| double ChannelStats::min_runs | 
Definition at line 36 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| double ChannelStats::max_runs | 
Definition at line 36 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| double ChannelStats::min_diff | 
Definition at line 37 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| double ChannelStats::max_diff | 
Definition at line 37 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| double ChannelStats::diff1_sum | 
Definition at line 38 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| uint64_t ChannelStats::mask | 
Definition at line 39 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| uint64_t ChannelStats::imask | 
Definition at line 39 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| uint64_t ChannelStats::min_count | 
Definition at line 40 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| uint64_t ChannelStats::max_count | 
Definition at line 40 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| uint64_t ChannelStats::nb_samples | 
Definition at line 41 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
 1.8.6
 1.8.6