Go to the source code of this file.
|
static int | parse_channel_name (const char *arg, enum AVChannel *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 (const AVFilterContext *ctx, AVFilterFormatsConfig **cfg_in, AVFilterFormatsConfig **cfg_out) |
|
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, |
|
|
enum AVChannel * |
rchannel |
|
) |
| |
|
static |
◆ parse_map()
◆ headphone_convolute()
static int headphone_convolute |
( |
AVFilterContext * |
ctx, |
|
|
void * |
arg, |
|
|
int |
jobnr, |
|
|
int |
nb_jobs |
|
) |
| |
|
static |
◆ headphone_fast_convolute()
static int headphone_fast_convolute |
( |
AVFilterContext * |
ctx, |
|
|
void * |
arg, |
|
|
int |
jobnr, |
|
|
int |
nb_jobs |
|
) |
| |
|
static |
◆ check_ir()
static int check_ir |
( |
AVFilterLink * |
inlink, |
|
|
int |
input_number |
|
) |
| |
|
static |
◆ headphone_frame()
◆ convert_coeffs()
◆ activate()
◆ query_formats()
◆ config_input()
◆ init()
◆ config_output()
◆ uninit()
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
headphone |
| ) |
|
◆ headphone_options
◆ outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 771 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,
}
Definition at line 779 of file af_headphone.c.
const VDPAUPixFmtMap * map