Go to the source code of this file.
|  | 
| static int | parse_channel_name (char **arg, int *rchannel, char *buf) | 
|  | 
| 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 | ( | char ** | arg, |  
          |  |  | int * | rchannel, |  
          |  |  | char * | buf |  
          |  | ) |  |  |  | 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
◆ outputs
Initial value:= {
    {
        .name          = "default",
    },
}
Definition at line 872 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 881 of file af_headphone.c.
 
 
 
const VDPAUPixFmtMap * map