FFmpeg
|
#include "libavutil/avassert.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 [] |
AVFilter | ff_vsink_buffer |
static const AVFilterPad | avfilter_asink_abuffer_inputs [] |
AVFilter | ff_asink_abuffer |
buffer sink
Definition in file buffersink.c.
#define FF_INTERNAL_FIELDS 1 |
Definition at line 32 of file buffersink.c.
Definition at line 63 of file buffersink.c.
Definition at line 206 of file buffersink.c.
#define CHECK_LIST_SIZE | ( | field | ) |
Definition at line 227 of file buffersink.c.
#define OFFSET | ( | x | ) | offsetof(BufferSinkContext, x) |
Definition at line 309 of file buffersink.c.
#define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 316 of file buffersink.c.
#define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_AUDIO_PARAM |
Definition at line 316 of file buffersink.c.
|
static |
Definition at line 65 of file buffersink.c.
Referenced by asink_query_formats().
|
static |
Definition at line 93 of file buffersink.c.
Referenced by get_frame_internal().
|
static |
Definition at line 107 of file buffersink.c.
Referenced by av_buffersink_get_frame_flags(), and av_buffersink_get_samples().
AVBufferSinkParams* av_buffersink_params_alloc | ( | void | ) |
Definition at line 152 of file buffersink.c.
AVABufferSinkParams* av_abuffersink_params_alloc | ( | void | ) |
Definition at line 163 of file buffersink.c.
|
static |
Definition at line 173 of file buffersink.c.
|
static |
Definition at line 181 of file buffersink.c.
|
static |
Definition at line 234 of file buffersink.c.
|
static |
Definition at line 256 of file buffersink.c.
AVFILTER_DEFINE_CLASS | ( | buffersink | ) |
AVFILTER_DEFINE_CLASS | ( | abuffersink | ) |
|
static |
Definition at line 311 of file buffersink.c.
|
static |
Definition at line 317 of file buffersink.c.
|
static |
Definition at line 330 of file buffersink.c.
AVFilter ff_vsink_buffer |
Definition at line 338 of file buffersink.c.
|
static |
Definition at line 350 of file buffersink.c.
AVFilter ff_asink_abuffer |
Definition at line 358 of file buffersink.c.