FFmpeg
|
buffer sink More...
#include "libavutil/audio_fifo.h"
#include "libavutil/avassert.h"
#include "libavutil/channel_layout.h"
#include "libavutil/common.h"
#include "libavutil/internal.h"
#include "libavutil/mathematics.h"
#include "libavutil/opt.h"
#include "audio.h"
#include "avfilter.h"
#include "buffersink.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | BufferSinkContext |
Macros | |
#define | NB_ITEMS(list) (list ## _size / sizeof(*list)) |
#define | FIFO_INIT_SIZE 8 |
#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_VIDEO_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 NB_ITEMS | ( | list | ) | (list ## _size / sizeof(*list)) |
Definition at line 64 of file buffersink.c.
Referenced by asink_query_formats(), and vsink_query_formats().
#define FIFO_INIT_SIZE 8 |
Definition at line 245 of file buffersink.c.
Referenced by common_init().
#define CHECK_LIST_SIZE | ( | field | ) |
Definition at line 393 of file buffersink.c.
Referenced by asink_query_formats(), and vsink_query_formats().
#define OFFSET | ( | x | ) | offsetof(BufferSinkContext, x) |
Definition at line 496 of file buffersink.c.
#define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 503 of file buffersink.c.
#define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 503 of file buffersink.c.
|
static |
Definition at line 66 of file buffersink.c.
|
static |
Definition at line 83 of file buffersink.c.
Referenced by filter_frame().
|
static |
Definition at line 102 of file buffersink.c.
|
static |
Definition at line 159 of file buffersink.c.
Referenced by av_buffersink_get_samples().
|
static |
Definition at line 247 of file buffersink.c.
Referenced by asink_init(), and vsink_init().
int attribute_align_arg av_buffersink_poll_frame | ( | AVFilterContext * | ctx | ) |
Definition at line 366 of file buffersink.c.
|
static |
Definition at line 379 of file buffersink.c.
|
static |
Definition at line 400 of file buffersink.c.
|
static |
Definition at line 422 of file buffersink.c.
|
static |
Definition at line 439 of file buffersink.c.
AVFILTER_DEFINE_CLASS | ( | buffersink | ) |
AVFILTER_DEFINE_CLASS | ( | abuffersink | ) |
|
static |
Definition at line 498 of file buffersink.c.
|
static |
Definition at line 504 of file buffersink.c.
|
static |
Definition at line 568 of file buffersink.c.
AVFilter ff_vsink_buffer |
Definition at line 577 of file buffersink.c.
|
static |
Definition at line 590 of file buffersink.c.
AVFilter ff_asink_abuffer |
Definition at line 599 of file buffersink.c.