FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AudioHistogramContext Struct Reference

Data Fields

const AVClassclass
 
AVFrameout
 
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
 
AVFramein [101]
 
int first
 

Detailed Description

Definition at line 36 of file avf_ahistogram.c.

Field Documentation

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().


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