Go to the source code of this file.
|
static int | parse_channel_name (const char *arg, uint64_t *rchannel) |
|
static void | parse_map (AVFilterContext *ctx) |
|
static int | headphone_convolute (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
|
static int | headphone_fast_convolute (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
|
static int | check_ir (AVFilterLink *inlink, int input_number) |
|
static int | headphone_frame (HeadphoneContext *s, AVFrame *in, AVFilterLink *outlink) |
|
static int | convert_coeffs (AVFilterContext *ctx, AVFilterLink *inlink) |
|
static int | activate (AVFilterContext *ctx) |
|
static int | query_formats (AVFilterContext *ctx) |
|
static int | config_input (AVFilterLink *inlink) |
|
static av_cold int | init (AVFilterContext *ctx) |
|
static int | config_output (AVFilterLink *outlink) |
|
static av_cold void | uninit (AVFilterContext *ctx) |
|
| AVFILTER_DEFINE_CLASS (headphone) |
|
◆ TIME_DOMAIN
◆ FREQUENCY_DOMAIN
#define FREQUENCY_DOMAIN 1 |
◆ HRIR_STEREO
◆ HRIR_MULTI
◆ OFFSET
◆ FLAGS
◆ parse_channel_name()
static int parse_channel_name |
( |
const char * |
arg, |
|
|
uint64_t * |
rchannel |
|
) |
| |
|
static |
◆ parse_map()
◆ headphone_convolute()
◆ headphone_fast_convolute()
◆ check_ir()
◆ headphone_frame()
◆ convert_coeffs()
◆ activate()
◆ query_formats()
◆ config_input()
◆ init()
◆ config_output()
◆ uninit()
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
headphone |
| ) |
|
◆ headphone_options
Initial value:= {
}
const VDPAUPixFmtMap * map
Definition at line 722 of file af_headphone.c.
◆ outputs
Initial value:= {
{
.name = "default",
},
}
static int config_output(AVFilterLink *outlink)
Definition at line 738 of file af_headphone.c.
◆ ff_af_headphone
Initial value:= {
.name = "headphone",
.description =
NULL_IF_CONFIG_SMALL(
"Apply headphone binaural spatialization with HRTFs in additional streams."),
.priv_class = &headphone_class,
}
static const AVFilterPad inputs[]
static int query_formats(AVFilterContext *ctx)
static const AVFilterPad outputs[]
static int activate(AVFilterContext *ctx)
static av_cold int init(AVFilterContext *ctx)
static av_cold void uninit(AVFilterContext *ctx)
#define flags(name, subs,...)
#define AVFILTER_FLAG_SLICE_THREADS
The filter supports multithreading by splitting frames into multiple parts and processing them concur...
#define AVFILTER_FLAG_DYNAMIC_INPUTS
The number of the filter inputs is not determined just by AVFilter.inputs.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 747 of file af_headphone.c.