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

Data Fields

const AVClassclass
 
AVFrameout
 
int do_video
 
int w
 
int h
 
AVRational frame_rate
 
int contrast [4]
 
uint8_tmpc_str
 
uint8_t mpc [4]
 
int draw_median_phase
 

Detailed Description

Definition at line 37 of file avf_aphasemeter.c.

Field Documentation

const AVClass* AudioPhaseMeterContext::class

Definition at line 38 of file avf_aphasemeter.c.

AVFrame* AudioPhaseMeterContext::out

Definition at line 39 of file avf_aphasemeter.c.

Referenced by filter_frame(), and uninit().

int AudioPhaseMeterContext::do_video

Definition at line 40 of file avf_aphasemeter.c.

Referenced by config_input(), filter_frame(), init(), and query_formats().

int AudioPhaseMeterContext::w

Definition at line 41 of file avf_aphasemeter.c.

Referenced by config_video_output(), and filter_frame().

int AudioPhaseMeterContext::h

Definition at line 41 of file avf_aphasemeter.c.

Referenced by config_video_output().

AVRational AudioPhaseMeterContext::frame_rate

Definition at line 42 of file avf_aphasemeter.c.

Referenced by config_input(), and config_video_output().

int AudioPhaseMeterContext::contrast[4]

Definition at line 43 of file avf_aphasemeter.c.

Referenced by filter_frame().

uint8_t* AudioPhaseMeterContext::mpc_str

Definition at line 44 of file avf_aphasemeter.c.

Referenced by config_video_output().

uint8_t AudioPhaseMeterContext::mpc[4]

Definition at line 45 of file avf_aphasemeter.c.

Referenced by config_video_output(), and filter_frame().

int AudioPhaseMeterContext::draw_median_phase

Definition at line 46 of file avf_aphasemeter.c.

Referenced by config_video_output(), and filter_frame().


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