Data Fields | |
| int64_t | out_channel_layout |
| union { | |
| double d [MAX_CHANNELS][MAX_CHANNELS] | |
| int i [MAX_CHANNELS][MAX_CHANNELS] | |
| } | gain |
| int64_t | need_renorm |
| int | need_renumber |
| int | nb_input_channels |
| int | nb_output_channels |
| int | pure_gains |
| void(* | filter_samples )(struct PanContext *, AVFilterBufferRef *, AVFilterBufferRef *, int) |
| int | channel_map [SWR_CH_MAX] |
| struct SwrContext * | swr |
Definition at line 38 of file af_pan.c.
| int PanContext::channel_map[SWR_CH_MAX] |
| double PanContext::d[MAX_CHANNELS][MAX_CHANNELS] |
| void(* PanContext::filter_samples)(struct PanContext *, AVFilterBufferRef *, AVFilterBufferRef *, int) |
Referenced by filter_samples(), and query_formats().
| union { ... } PanContext::gain |
Referenced by are_gains_pure(), config_props(), filter_samples_panning(), and init().
| int PanContext::i[MAX_CHANNELS][MAX_CHANNELS] |
Definition at line 48 of file af_pan.c.
Referenced by config_props(), filter_samples_panning(), init(), and query_formats().
| int64_t PanContext::need_renorm |
| int64_t PanContext::out_channel_layout |
struct SwrContext* PanContext::swr [read] |
Definition at line 58 of file af_pan.c.
Referenced by config_props(), filter_samples_channel_mapping(), and uninit().
1.5.8