FFmpeg
|
#include "libavutil/channel_layout.h"
#include "libavutil/opt.h"
#include "audio.h"
#include "avfilter.h"
#include "internal.h"
#include "filters.h"
#include "window_func.h"
Go to the source code of this file.
Data Structures | |
struct | HilbertContext |
Macros | |
#define | OFFSET(x) offsetof(HilbertContext, x) |
#define | FLAGS AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Functions | |
AVFILTER_DEFINE_CLASS (hilbert) | |
static av_cold int | init (AVFilterContext *ctx) |
static av_cold void | uninit (AVFilterContext *ctx) |
static av_cold int | query_formats (AVFilterContext *ctx) |
static av_cold int | config_props (AVFilterLink *outlink) |
static int | activate (AVFilterContext *ctx) |
Variables | |
static const AVOption | hilbert_options [] |
static const AVFilterPad | hilbert_outputs [] |
const AVFilter | ff_asrc_hilbert |
#define OFFSET | ( | x | ) | offsetof(HilbertContext, x) |
Definition at line 41 of file asrc_hilbert.c.
#define FLAGS AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Definition at line 42 of file asrc_hilbert.c.
AVFILTER_DEFINE_CLASS | ( | hilbert | ) |
|
static |
Definition at line 58 of file asrc_hilbert.c.
|
static |
Definition at line 70 of file asrc_hilbert.c.
|
static |
Definition at line 77 of file asrc_hilbert.c.
|
static |
Definition at line 97 of file asrc_hilbert.c.
|
static |
Definition at line 127 of file asrc_hilbert.c.
|
static |
Definition at line 44 of file asrc_hilbert.c.
|
static |
Definition at line 153 of file asrc_hilbert.c.
const AVFilter ff_asrc_hilbert |
Definition at line 161 of file asrc_hilbert.c.