Go to the source code of this file.
|  | 
| static int | query_formats (const AVFilterContext *ctx, AVFilterFormatsConfig **cfg_in, AVFilterFormatsConfig **cfg_out) | 
|  | 
| static int | config_input (AVFilterLink *inlink) | 
|  | 
| static void | reverse_samples (double *dst, const double *src, int nb_samples) | 
|  | 
| static void | filter_samples (double *dst, const double *src, int nb_samples, double b0, double b1, double b2, double a1, double a2, double *sw1, double *sw2) | 
|  | 
| static int | filter_frame (AVFilterLink *inlink, AVFrame *in, int eof) | 
|  | 
| static int | activate (AVFilterContext *ctx) | 
|  | 
| static int | process_command (AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags) | 
|  | 
| static av_cold void | uninit (AVFilterContext *ctx) | 
|  | 
|  | AVFILTER_DEFINE_CLASS (crossfeed) | 
|  | 
◆ OFFSET
◆ FLAGS
◆ AF
◆ query_formats()
◆ config_input()
◆ reverse_samples()
  
  | 
        
          | static void reverse_samples | ( | double * | dst, |  
          |  |  | const double * | src, |  
          |  |  | int | nb_samples |  
          |  | ) |  |  |  | static | 
 
 
◆ filter_samples()
◆ filter_frame()
◆ activate()
◆ process_command()
  
  | 
        
          | static int process_command | ( | AVFilterContext * | ctx, |  
          |  |  | const char * | cmd, |  
          |  |  | const char * | args, |  
          |  |  | char * | res, |  
          |  |  | int | res_len, |  
          |  |  | int | flags |  
          |  | ) |  |  |  | static | 
 
 
◆ uninit()
◆ AVFILTER_DEFINE_CLASS()
      
        
          | AVFILTER_DEFINE_CLASS | ( | crossfeed |  | ) |  | 
      
 
 
◆ crossfeed_options
◆ inputs
Initial value:= {
    {
        .name         = "default",
    },
}
Definition at line 368 of file af_crossfeed.c.
 
 
◆ ff_af_crossfeed
Initial value:= {
    .p.name         = "crossfeed",
    .p.priv_class   = &crossfeed_class,
}
Definition at line 376 of file af_crossfeed.c.
 
 
 
static int process_command(AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags)