|
FFmpeg
|
Data Fields | |
| const AVClass * | class |
| int | size |
| int | algo |
| int64_t | pts |
| AVAudioFifo * | fifo [2] |
| AVFrame * | cache [2] |
| AVFrame * | mean_sum [2] |
| AVFrame * | num_sum |
| AVFrame * | den_sum [2] |
| int | used |
| int | eof |
| int(* | xcorrelate )(AVFilterContext *ctx, AVFrame *out, int available) |
Definition at line 32 of file af_axcorrelate.c.
| const AVClass* AudioXCorrelateContext::class |
Definition at line 33 of file af_axcorrelate.c.
| int AudioXCorrelateContext::size |
Definition at line 35 of file af_axcorrelate.c.
| int AudioXCorrelateContext::algo |
Definition at line 36 of file af_axcorrelate.c.
| int64_t AudioXCorrelateContext::pts |
Definition at line 37 of file af_axcorrelate.c.
| AVAudioFifo* AudioXCorrelateContext::fifo[2] |
Definition at line 39 of file af_axcorrelate.c.
| AVFrame* AudioXCorrelateContext::cache[2] |
Definition at line 40 of file af_axcorrelate.c.
| AVFrame* AudioXCorrelateContext::mean_sum[2] |
Definition at line 41 of file af_axcorrelate.c.
| AVFrame* AudioXCorrelateContext::num_sum |
Definition at line 42 of file af_axcorrelate.c.
| AVFrame* AudioXCorrelateContext::den_sum[2] |
Definition at line 43 of file af_axcorrelate.c.
| int AudioXCorrelateContext::used |
Definition at line 44 of file af_axcorrelate.c.
| int AudioXCorrelateContext::eof |
Definition at line 45 of file af_axcorrelate.c.
Definition at line 47 of file af_axcorrelate.c.
1.8.17