FFmpeg
|
#include "libavutil/avassert.h"
#include "libavutil/avstring.h"
#include "libavutil/channel_layout.h"
#include "libavutil/common.h"
#include "libavutil/internal.h"
#include "libavutil/opt.h"
#include "framequeue.h"
#include "audio.h"
#include "avfilter.h"
#include "buffersink.h"
#include "filters.h"
#include "formats.h"
#include "internal.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | BufferSinkContext |
Macros | |
#define | FF_INTERNAL_FIELDS 1 |
#define | NB_ITEMS(list) (list ## _size / sizeof(*list)) |
#define | MAKE_AVFILTERLINK_ACCESSOR(type, field) |
#define | CHECK_LIST_SIZE(field) |
#define | OFFSET(x) offsetof(BufferSinkContext, x) |
#define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
#define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_AUDIO_PARAM |
Variables | |
static const AVOption | buffersink_options [] |
static const AVOption | abuffersink_options [] |
const AVFilter | ff_vsink_buffer |
const AVFilter | ff_asink_abuffer |
buffer sink
Definition in file buffersink.c.
#define FF_INTERNAL_FIELDS 1 |
Definition at line 33 of file buffersink.c.
Definition at line 69 of file buffersink.c.
Definition at line 191 of file buffersink.c.
#define CHECK_LIST_SIZE | ( | field | ) |
Definition at line 234 of file buffersink.c.
#define OFFSET | ( | x | ) | offsetof(BufferSinkContext, x) |
Definition at line 355 of file buffersink.c.
#define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 362 of file buffersink.c.
#define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_AUDIO_PARAM |
Definition at line 362 of file buffersink.c.
|
static |
Definition at line 101 of file buffersink.c.
Referenced by get_frame_internal().
|
static |
Definition at line 115 of file buffersink.c.
Referenced by av_buffersink_get_frame_flags(), and av_buffersink_get_samples().
|
static |
Definition at line 159 of file buffersink.c.
|
static |
Definition at line 167 of file buffersink.c.
Referenced by av_buffersink_get_ch_layout(), and av_buffersink_get_channels().
|
static |
Definition at line 241 of file buffersink.c.
|
static |
Definition at line 263 of file buffersink.c.
AVFILTER_DEFINE_CLASS | ( | buffersink | ) |
AVFILTER_DEFINE_CLASS | ( | abuffersink | ) |
|
static |
Definition at line 357 of file buffersink.c.
|
static |
Definition at line 363 of file buffersink.c.
const AVFilter ff_vsink_buffer |
Definition at line 382 of file buffersink.c.
const AVFilter ff_asink_abuffer |
Definition at line 394 of file buffersink.c.