FFmpeg
4.2.2
|
Data Fields | |
const AVClass * | class |
ChannelStats * | chstats |
int | nb_channels |
uint64_t | tc_samples |
double | time_constant |
double | mult |
int | metadata |
int | reset_count |
int | nb_frames |
int | maxbitdepth |
int | measure_perchannel |
int | measure_overall |
int | is_float |
int | is_double |
Definition at line 80 of file af_astats.c.
const AVClass* AudioStatsContext::class |
Definition at line 81 of file af_astats.c.
ChannelStats* AudioStatsContext::chstats |
Definition at line 82 of file af_astats.c.
Referenced by config_output(), print_stats(), reset_stats(), set_metadata(), and uninit().
int AudioStatsContext::nb_channels |
Definition at line 83 of file af_astats.c.
Referenced by config_output(), filter_frame(), print_stats(), reset_stats(), set_metadata(), and uninit().
uint64_t AudioStatsContext::tc_samples |
Definition at line 84 of file af_astats.c.
Referenced by config_output(), print_stats(), set_metadata(), and update_stat().
double AudioStatsContext::time_constant |
Definition at line 85 of file af_astats.c.
Referenced by config_output().
double AudioStatsContext::mult |
Definition at line 86 of file af_astats.c.
Referenced by config_output(), and update_stat().
int AudioStatsContext::metadata |
Definition at line 87 of file af_astats.c.
Referenced by filter_frame().
int AudioStatsContext::reset_count |
Definition at line 88 of file af_astats.c.
Referenced by filter_frame().
int AudioStatsContext::nb_frames |
Definition at line 89 of file af_astats.c.
Referenced by config_output(), and filter_frame().
int AudioStatsContext::maxbitdepth |
Definition at line 90 of file af_astats.c.
Referenced by bit_depth(), and config_output().
int AudioStatsContext::measure_perchannel |
Definition at line 91 of file af_astats.c.
Referenced by print_stats(), and set_metadata().
int AudioStatsContext::measure_overall |
Definition at line 92 of file af_astats.c.
Referenced by print_stats(), and set_metadata().
int AudioStatsContext::is_float |
Definition at line 93 of file af_astats.c.
Referenced by config_output(), print_stats(), and set_metadata().
int AudioStatsContext::is_double |
Definition at line 94 of file af_astats.c.
Referenced by config_output(), print_stats(), and set_metadata().