FFmpeg
4.0
|
Data Fields | |
const AVClass * | class |
AVFrame * | out |
int | w |
int | h |
AVRational | frame_rate |
uint64_t * | achistogram |
uint64_t * | shistogram |
int | ascale |
int | scale |
float | phisto |
int | histogram_h |
int | apos |
int | ypos |
int | slide |
int | dmode |
int | dchannels |
int | count |
int | frame_count |
float * | combine_buffer |
AVFrame * | in [101] |
int | first |
Definition at line 36 of file avf_ahistogram.c.
const AVClass* AudioHistogramContext::class |
Definition at line 37 of file avf_ahistogram.c.
AVFrame* AudioHistogramContext::out |
Definition at line 38 of file avf_ahistogram.c.
Referenced by filter_frame(), and uninit().
int AudioHistogramContext::w |
Definition at line 39 of file avf_ahistogram.c.
Referenced by config_input(), config_output(), and filter_frame().
int AudioHistogramContext::h |
Definition at line 39 of file avf_ahistogram.c.
Referenced by config_output(), and filter_frame().
AVRational AudioHistogramContext::frame_rate |
Definition at line 40 of file avf_ahistogram.c.
Referenced by config_input(), and config_output().
uint64_t* AudioHistogramContext::achistogram |
Definition at line 41 of file avf_ahistogram.c.
Referenced by config_input(), filter_frame(), and uninit().
uint64_t* AudioHistogramContext::shistogram |
Definition at line 42 of file avf_ahistogram.c.
Referenced by config_input(), filter_frame(), and uninit().
int AudioHistogramContext::ascale |
Definition at line 43 of file avf_ahistogram.c.
Referenced by filter_frame().
int AudioHistogramContext::scale |
Definition at line 44 of file avf_ahistogram.c.
Referenced by filter_frame().
float AudioHistogramContext::phisto |
Definition at line 45 of file avf_ahistogram.c.
Referenced by config_output().
int AudioHistogramContext::histogram_h |
Definition at line 46 of file avf_ahistogram.c.
Referenced by config_output(), and filter_frame().
int AudioHistogramContext::apos |
Definition at line 47 of file avf_ahistogram.c.
int AudioHistogramContext::ypos |
Definition at line 48 of file avf_ahistogram.c.
Referenced by config_output(), and filter_frame().
int AudioHistogramContext::slide |
Definition at line 49 of file avf_ahistogram.c.
Referenced by filter_frame().
int AudioHistogramContext::dmode |
Definition at line 50 of file avf_ahistogram.c.
Referenced by config_input(), config_output(), and filter_frame().
int AudioHistogramContext::dchannels |
Definition at line 51 of file avf_ahistogram.c.
Referenced by config_input(), and filter_frame().
int AudioHistogramContext::count |
Definition at line 52 of file avf_ahistogram.c.
Referenced by filter_frame().
int AudioHistogramContext::frame_count |
Definition at line 53 of file avf_ahistogram.c.
Referenced by filter_frame().
float* AudioHistogramContext::combine_buffer |
Definition at line 54 of file avf_ahistogram.c.
Referenced by config_output(), filter_frame(), and uninit().
AVFrame* AudioHistogramContext::in[101] |
Definition at line 55 of file avf_ahistogram.c.
Referenced by filter_frame(), and uninit().
int AudioHistogramContext::first |
Definition at line 56 of file avf_ahistogram.c.
Referenced by filter_frame().