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 | FIFO_INIT_ELEMENT_SIZE sizeof(void *) |
#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 65 of file buffersink.c.
Referenced by common_init().
#define FIFO_INIT_ELEMENT_SIZE sizeof(void *) |
Definition at line 66 of file buffersink.c.
Referenced by add_buffer_ref(), common_init(), filter_frame(), and uninit().
#define CHECK_LIST_SIZE | ( | field | ) |
Definition at line 293 of file buffersink.c.
Referenced by asink_query_formats(), and vsink_query_formats().
#define OFFSET | ( | x | ) | offsetof(BufferSinkContext, x) |
Definition at line 391 of file buffersink.c.
#define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 398 of file buffersink.c.
#define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 398 of file buffersink.c.
|
static |
Definition at line 68 of file buffersink.c.
|
static |
Definition at line 85 of file buffersink.c.
Referenced by filter_frame().
|
static |
Definition at line 104 of file buffersink.c.
|
static |
Definition at line 163 of file buffersink.c.
Referenced by av_buffersink_get_samples().
|
static |
Definition at line 249 of file buffersink.c.
Referenced by asink_init(), and vsink_init().
|
static |
Definition at line 279 of file buffersink.c.
|
static |
Definition at line 300 of file buffersink.c.
|
static |
Definition at line 322 of file buffersink.c.
|
static |
Definition at line 339 of file buffersink.c.
AVFILTER_DEFINE_CLASS | ( | buffersink | ) |
AVFILTER_DEFINE_CLASS | ( | abuffersink | ) |
|
static |
Definition at line 393 of file buffersink.c.
|
static |
Definition at line 399 of file buffersink.c.
|
static |
Definition at line 412 of file buffersink.c.
AVFilter ff_vsink_buffer |
Definition at line 421 of file buffersink.c.
|
static |
Definition at line 434 of file buffersink.c.
AVFilter ff_asink_abuffer |
Definition at line 443 of file buffersink.c.