FFmpeg
Data Fields
AudioXCorrelateContext Struct Reference

Data Fields

const AVClassclass
 
int size
 
int algo
 
int64_t pts
 
AVAudioFifofifo [2]
 
AVFramecache [2]
 
AVFramemean_sum [2]
 
AVFramenum_sum
 
AVFrameden_sum [2]
 
int used
 
int(* xcorrelate )(AVFilterContext *ctx, AVFrame *out)
 

Detailed Description

Definition at line 33 of file af_axcorrelate.c.

Field Documentation

◆ class

const AVClass* AudioXCorrelateContext::class

Definition at line 34 of file af_axcorrelate.c.

◆ size

int AudioXCorrelateContext::size

Definition at line 36 of file af_axcorrelate.c.

◆ algo

int AudioXCorrelateContext::algo

Definition at line 37 of file af_axcorrelate.c.

◆ pts

int64_t AudioXCorrelateContext::pts

Definition at line 38 of file af_axcorrelate.c.

◆ fifo

AVAudioFifo* AudioXCorrelateContext::fifo[2]

Definition at line 40 of file af_axcorrelate.c.

◆ cache

AVFrame* AudioXCorrelateContext::cache[2]

Definition at line 41 of file af_axcorrelate.c.

◆ mean_sum

AVFrame* AudioXCorrelateContext::mean_sum[2]

Definition at line 42 of file af_axcorrelate.c.

◆ num_sum

AVFrame* AudioXCorrelateContext::num_sum

Definition at line 43 of file af_axcorrelate.c.

◆ den_sum

AVFrame* AudioXCorrelateContext::den_sum[2]

Definition at line 44 of file af_axcorrelate.c.

◆ used

int AudioXCorrelateContext::used

Definition at line 45 of file af_axcorrelate.c.

◆ xcorrelate

int(* AudioXCorrelateContext::xcorrelate) (AVFilterContext *ctx, AVFrame *out)

Definition at line 47 of file af_axcorrelate.c.


The documentation for this struct was generated from the following file: