FFmpeg
|
#include "libavutil/channel_layout.h"
#include "libavutil/ffmath.h"
#include "libavutil/mem.h"
#include "libavutil/opt.h"
#include "avfilter.h"
#include "audio.h"
#include "filters.h"
Go to the source code of this file.
Data Structures | |
struct | ASubBoostContext |
struct | ThreadData |
Used for passing data between threads. More... | |
Macros | |
#define | OFFSET(x) offsetof(ASubBoostContext, x) |
#define | FLAGS AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_RUNTIME_PARAM |
Functions | |
static int | get_coeffs (AVFilterContext *ctx) |
static int | config_input (AVFilterLink *inlink) |
static int | filter_channels (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
static av_cold void | uninit (AVFilterContext *ctx) |
static int | process_command (AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags) |
AVFILTER_DEFINE_CLASS (asubboost) | |
Variables | |
static const AVOption | asubboost_options [] |
static const AVFilterPad | inputs [] |
const AVFilter | ff_af_asubboost |
#define OFFSET | ( | x | ) | offsetof(ASubBoostContext, x) |
Definition at line 214 of file af_asubboost.c.
Definition at line 215 of file af_asubboost.c.
|
static |
Definition at line 52 of file af_asubboost.c.
Referenced by config_input(), and process_command().
|
static |
Definition at line 77 of file af_asubboost.c.
|
static |
Definition at line 95 of file af_asubboost.c.
Referenced by filter_frame().
|
static |
Definition at line 156 of file af_asubboost.c.
|
static |
Definition at line 192 of file af_asubboost.c.
|
static |
Definition at line 202 of file af_asubboost.c.
AVFILTER_DEFINE_CLASS | ( | asubboost | ) |
|
static |
Definition at line 217 of file af_asubboost.c.
|
static |
Definition at line 232 of file af_asubboost.c.
const AVFilter ff_af_asubboost |
Definition at line 241 of file af_asubboost.c.