FFmpeg
|
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 |
Definition at line 44 of file af_astats.c.
const AVClass* AudioStatsContext::class |
Definition at line 45 of file af_astats.c.
ChannelStats* AudioStatsContext::chstats |
Definition at line 46 of file af_astats.c.
Referenced by config_output(), filter_frame(), print_stats(), reset_stats(), set_metadata(), and uninit().
int AudioStatsContext::nb_channels |
Definition at line 47 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 48 of file af_astats.c.
Referenced by config_output(), print_stats(), set_metadata(), and update_stat().
double AudioStatsContext::time_constant |
Definition at line 49 of file af_astats.c.
Referenced by config_output().
double AudioStatsContext::mult |
Definition at line 50 of file af_astats.c.
Referenced by config_output(), and update_stat().
int AudioStatsContext::metadata |
Definition at line 51 of file af_astats.c.
Referenced by filter_frame().
int AudioStatsContext::reset_count |
Definition at line 52 of file af_astats.c.
Referenced by filter_frame().
int AudioStatsContext::nb_frames |
Definition at line 53 of file af_astats.c.
Referenced by config_output(), and filter_frame().
int AudioStatsContext::maxbitdepth |
Definition at line 54 of file af_astats.c.
Referenced by bit_depth(), and config_output().