|
FFmpeg
4.0
|
Data Fields | |
| double | last |
| double | min_non_zero |
| 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 |
| double | diff1_sum_x2 |
| uint64_t | mask |
| uint64_t | imask |
| uint64_t | min_count |
| uint64_t | max_count |
| uint64_t | nb_samples |
| uint64_t | blknum |
| float | peak |
| float | sum |
| uint32_t | peaks [10001] |
| uint32_t | rms [10001] |
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::min_non_zero |
Definition at line 31 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| double ChannelStats::sigma_x |
Definition at line 32 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| double ChannelStats::sigma_x2 |
Definition at line 32 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| double ChannelStats::avg_sigma_x2 |
Definition at line 33 of file af_astats.c.
Referenced by reset_stats(), and update_stat().
| double ChannelStats::min_sigma_x2 |
Definition at line 33 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| double ChannelStats::max_sigma_x2 |
Definition at line 33 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| double ChannelStats::min |
Definition at line 34 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| double ChannelStats::max |
Definition at line 34 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| double ChannelStats::nmin |
Definition at line 35 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| double ChannelStats::nmax |
Definition at line 35 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| double ChannelStats::min_run |
Definition at line 36 of file af_astats.c.
Referenced by reset_stats(), and update_stat().
| double ChannelStats::max_run |
Definition at line 36 of file af_astats.c.
Referenced by reset_stats(), and update_stat().
| double ChannelStats::min_runs |
Definition at line 37 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| double ChannelStats::max_runs |
Definition at line 37 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| double ChannelStats::min_diff |
Definition at line 38 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| double ChannelStats::max_diff |
Definition at line 38 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| double ChannelStats::diff1_sum |
Definition at line 39 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| double ChannelStats::diff1_sum_x2 |
Definition at line 40 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| uint64_t ChannelStats::mask |
Definition at line 41 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| uint64_t ChannelStats::imask |
Definition at line 41 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| uint64_t ChannelStats::min_count |
Definition at line 42 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| uint64_t ChannelStats::max_count |
Definition at line 42 of file af_astats.c.
Referenced by print_stats(), reset_stats(), set_metadata(), and update_stat().
| uint64_t ChannelStats::nb_samples |
Definition at line 43 of file af_astats.c.
Referenced by finish_block(), print_stats(), reset_stats(), set_metadata(), and update_stat().
| uint64_t ChannelStats::blknum |
Definition at line 31 of file af_drmeter.c.
Referenced by finish_block(), and print_stats().
| float ChannelStats::peak |
Definition at line 32 of file af_drmeter.c.
Referenced by finish_block(), and update_stat().
| float ChannelStats::sum |
Definition at line 33 of file af_drmeter.c.
Referenced by finish_block(), and update_stat().
| uint32_t ChannelStats::peaks[10001] |
Definition at line 34 of file af_drmeter.c.
Referenced by finish_block(), and print_stats().
| uint32_t ChannelStats::rms[10001] |
Definition at line 35 of file af_drmeter.c.
Referenced by finish_block(), and print_stats().
1.8.13