FFmpeg
|
#include "libavutil/channel_layout.h"
#include "libavutil/ffmath.h"
#include "libavutil/opt.h"
#include "avfilter.h"
#include "audio.h"
#include "formats.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 [] |
static const AVFilterPad | outputs [] |
const AVFilter | ff_af_asubboost |
#define OFFSET | ( | x | ) | offsetof(ASubBoostContext, x) |
Definition at line 184 of file af_asubboost.c.
Definition at line 185 of file af_asubboost.c.
|
static |
Definition at line 47 of file af_asubboost.c.
Referenced by config_input(), and process_command().
|
static |
Definition at line 72 of file af_asubboost.c.
|
static |
Definition at line 90 of file af_asubboost.c.
Referenced by filter_frame().
|
static |
Definition at line 136 of file af_asubboost.c.
|
static |
Definition at line 163 of file af_asubboost.c.
|
static |
Definition at line 172 of file af_asubboost.c.
AVFILTER_DEFINE_CLASS | ( | asubboost | ) |
|
static |
Definition at line 187 of file af_asubboost.c.
|
static |
Definition at line 200 of file af_asubboost.c.
|
static |
Definition at line 209 of file af_asubboost.c.
const AVFilter ff_af_asubboost |
Definition at line 216 of file af_asubboost.c.