FFmpeg
|
Data Fields | |
const AVClass * | class |
char * | args |
AVChannelLayout | out_channel_layout |
double | gain [MAX_CHANNELS][MAX_CHANNELS] |
int64_t | need_renorm |
int | need_renumber |
int | nb_output_channels |
int | pure_gains |
int | channel_map [MAX_CHANNELS] |
struct SwrContext * | swr |
AVChannelLayout PanContext::out_channel_layout |
Definition at line 45 of file af_pan.c.
Referenced by config_props(), init(), and query_formats().
double PanContext::gain[MAX_CHANNELS][MAX_CHANNELS] |
Definition at line 46 of file af_pan.c.
Referenced by are_gains_pure(), config_props(), and init().
int64_t PanContext::need_renorm |
Definition at line 47 of file af_pan.c.
Referenced by config_props(), and init().
int PanContext::need_renumber |
Definition at line 48 of file af_pan.c.
Referenced by config_props(), and init().
int PanContext::nb_output_channels |
Definition at line 49 of file af_pan.c.
Referenced by config_props(), and init().
int PanContext::pure_gains |
Definition at line 51 of file af_pan.c.
Referenced by config_props(), and query_formats().
int PanContext::channel_map[MAX_CHANNELS] |
Definition at line 53 of file af_pan.c.
Referenced by config_props().
struct SwrContext* PanContext::swr |
Definition at line 54 of file af_pan.c.
Referenced by config_props(), filter_frame(), and uninit().