|
FFmpeg
4.0
|
buffer sink More...
#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 | FIFO_INIT_SIZE 8 |
| #define | FIFO_INIT_ELEMENT_SIZE sizeof(void *) |
| #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_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 FF_INTERNAL_FIELDS 1 |
Definition at line 32 of file buffersink.c.
| #define NB_ITEMS | ( | list | ) | (list ## _size / sizeof(*list)) |
Definition at line 63 of file buffersink.c.
Referenced by asink_query_formats(), and vsink_query_formats().
| #define FIFO_INIT_SIZE 8 |
Definition at line 64 of file buffersink.c.
| #define FIFO_INIT_ELEMENT_SIZE sizeof(void *) |
Definition at line 65 of file buffersink.c.
| #define MAKE_AVFILTERLINK_ACCESSOR | ( | type, | |
| field | |||
| ) |
Definition at line 183 of file buffersink.c.
| #define CHECK_LIST_SIZE | ( | field | ) |
Definition at line 218 of file buffersink.c.
Referenced by asink_query_formats(), and vsink_query_formats().
| #define OFFSET | ( | x | ) | offsetof(BufferSinkContext, x) |
Definition at line 316 of file buffersink.c.
| #define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 323 of file buffersink.c.
| #define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 323 of file buffersink.c.
|
static |
Definition at line 72 of file buffersink.c.
Referenced by get_frame_internal().
|
static |
Definition at line 86 of file buffersink.c.
Referenced by av_buffersink_get_frame_flags(), and av_buffersink_get_samples().
|
static |
Definition at line 150 of file buffersink.c.
Referenced by asink_init(), and vsink_init().
|
static |
Definition at line 158 of file buffersink.c.
|
static |
Definition at line 204 of file buffersink.c.
|
static |
Definition at line 225 of file buffersink.c.
|
static |
Definition at line 247 of file buffersink.c.
|
static |
Definition at line 264 of file buffersink.c.
| AVFILTER_DEFINE_CLASS | ( | buffersink | ) |
| AVFILTER_DEFINE_CLASS | ( | abuffersink | ) |
|
static |
Definition at line 318 of file buffersink.c.
|
static |
Definition at line 324 of file buffersink.c.
|
static |
Definition at line 337 of file buffersink.c.
| AVFilter ff_vsink_buffer |
Definition at line 345 of file buffersink.c.
|
static |
Definition at line 358 of file buffersink.c.
| AVFilter ff_asink_abuffer |
Definition at line 366 of file buffersink.c.
1.8.13