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 "internal.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 [] |
static const AVFilterPad | avfilter_vsink_buffer_inputs [] |
const AVFilter | ff_vsink_buffer |
static const AVFilterPad | avfilter_asink_abuffer_inputs [] |
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 67 of file buffersink.c.
Definition at line 211 of file buffersink.c.
#define CHECK_LIST_SIZE | ( | field | ) |
Definition at line 254 of file buffersink.c.
#define OFFSET | ( | x | ) | offsetof(BufferSinkContext, x) |
Definition at line 375 of file buffersink.c.
#define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 382 of file buffersink.c.
#define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_AUDIO_PARAM |
Definition at line 382 of file buffersink.c.
|
static |
Definition at line 99 of file buffersink.c.
Referenced by get_frame_internal().
|
static |
Definition at line 113 of file buffersink.c.
Referenced by av_buffersink_get_frame_flags(), and av_buffersink_get_samples().
|
static |
Definition at line 179 of file buffersink.c.
|
static |
Definition at line 187 of file buffersink.c.
Referenced by av_buffersink_get_ch_layout(), and av_buffersink_get_channels().
|
static |
Definition at line 261 of file buffersink.c.
|
static |
Definition at line 283 of file buffersink.c.
AVFILTER_DEFINE_CLASS | ( | buffersink | ) |
AVFILTER_DEFINE_CLASS | ( | abuffersink | ) |
|
static |
Definition at line 377 of file buffersink.c.
|
static |
Definition at line 383 of file buffersink.c.
|
static |
Definition at line 402 of file buffersink.c.
const AVFilter ff_vsink_buffer |
Definition at line 409 of file buffersink.c.
|
static |
Definition at line 421 of file buffersink.c.
const AVFilter ff_asink_abuffer |
Definition at line 428 of file buffersink.c.