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

Data Fields

const AVClassclass
 
int softclip
 
int mute_l
 
int mute_r
 
int phase_l
 
int phase_r
 
int mode
 
int bmode_in
 
int bmode_out
 
double slev
 
double sbal
 
double mlev
 
double mpan
 
double phase
 
double base
 
double delay
 
double balance_in
 
double balance_out
 
double phase_sin_coef
 
double phase_cos_coef
 
double sc_level
 
double inv_atan_shape
 
double level_in
 
double level_out
 
double * buffer
 
int length
 
int pos
 

Detailed Description

Definition at line 27 of file af_stereotools.c.

Field Documentation

const AVClass* StereoToolsContext::class

Definition at line 28 of file af_stereotools.c.

int StereoToolsContext::softclip

Definition at line 30 of file af_stereotools.c.

Referenced by filter_frame().

int StereoToolsContext::mute_l

Definition at line 31 of file af_stereotools.c.

Referenced by filter_frame().

int StereoToolsContext::mute_r

Definition at line 32 of file af_stereotools.c.

Referenced by filter_frame().

int StereoToolsContext::phase_l

Definition at line 33 of file af_stereotools.c.

Referenced by filter_frame().

int StereoToolsContext::phase_r

Definition at line 34 of file af_stereotools.c.

Referenced by filter_frame().

int StereoToolsContext::mode

Definition at line 35 of file af_stereotools.c.

Referenced by filter_frame().

int StereoToolsContext::bmode_in

Definition at line 36 of file af_stereotools.c.

Referenced by filter_frame().

int StereoToolsContext::bmode_out

Definition at line 37 of file af_stereotools.c.

Referenced by filter_frame().

double StereoToolsContext::slev

Definition at line 38 of file af_stereotools.c.

Referenced by filter_frame().

double StereoToolsContext::sbal

Definition at line 39 of file af_stereotools.c.

Referenced by filter_frame().

double StereoToolsContext::mlev

Definition at line 40 of file af_stereotools.c.

Referenced by filter_frame().

double StereoToolsContext::mpan

Definition at line 41 of file af_stereotools.c.

Referenced by filter_frame().

double StereoToolsContext::phase

Definition at line 42 of file af_stereotools.c.

Referenced by config_input().

double StereoToolsContext::base

Definition at line 43 of file af_stereotools.c.

Referenced by filter_frame().

double StereoToolsContext::delay

Definition at line 44 of file af_stereotools.c.

Referenced by filter_frame().

double StereoToolsContext::balance_in

Definition at line 45 of file af_stereotools.c.

Referenced by filter_frame().

double StereoToolsContext::balance_out

Definition at line 46 of file af_stereotools.c.

Referenced by filter_frame().

double StereoToolsContext::phase_sin_coef

Definition at line 47 of file af_stereotools.c.

Referenced by config_input(), and filter_frame().

double StereoToolsContext::phase_cos_coef

Definition at line 48 of file af_stereotools.c.

Referenced by config_input(), and filter_frame().

double StereoToolsContext::sc_level

Definition at line 49 of file af_stereotools.c.

Referenced by config_input(), and filter_frame().

double StereoToolsContext::inv_atan_shape

Definition at line 50 of file af_stereotools.c.

Referenced by config_input(), and filter_frame().

double StereoToolsContext::level_in

Definition at line 51 of file af_stereotools.c.

Referenced by filter_frame().

double StereoToolsContext::level_out

Definition at line 52 of file af_stereotools.c.

Referenced by filter_frame().

double* StereoToolsContext::buffer

Definition at line 54 of file af_stereotools.c.

Referenced by config_input(), filter_frame(), and uninit().

int StereoToolsContext::length

Definition at line 55 of file af_stereotools.c.

Referenced by config_input(), and filter_frame().

int StereoToolsContext::pos

Definition at line 56 of file af_stereotools.c.

Referenced by filter_frame().


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