|
int attribute_align_arg | av_buffersink_get_frame (AVFilterContext *ctx, AVFrame *frame) |
| Get a frame with filtered data from sink and put it in frame. More...
|
|
static int | return_or_keep_frame (BufferSinkContext *buf, AVFrame *out, AVFrame *in, int flags) |
|
static int | get_frame_internal (AVFilterContext *ctx, AVFrame *frame, int flags, int samples) |
|
int attribute_align_arg | av_buffersink_get_frame_flags (AVFilterContext *ctx, AVFrame *frame, int flags) |
| Get a frame with filtered data from sink and put it in frame. More...
|
|
int attribute_align_arg | av_buffersink_get_samples (AVFilterContext *ctx, AVFrame *frame, int nb_samples) |
| Same as av_buffersink_get_frame(), but with the ability to specify the number of samples read. More...
|
|
AVBufferSinkParams * | av_buffersink_params_alloc (void) |
| Create an AVBufferSinkParams structure. More...
|
|
AVABufferSinkParams * | av_abuffersink_params_alloc (void) |
| Create an AVABufferSinkParams structure. More...
|
|
static av_cold int | common_init (AVFilterContext *ctx) |
|
static int | activate (AVFilterContext *ctx) |
|
void | av_buffersink_set_frame_size (AVFilterContext *ctx, unsigned frame_size) |
| Set the frame size for an audio buffer sink. More...
|
|
static av_cold int | vsink_init (AVFilterContext *ctx, void *opaque) |
|
static int | vsink_query_formats (AVFilterContext *ctx) |
|
static av_cold int | asink_init (AVFilterContext *ctx, void *opaque) |
|
static int | asink_query_formats (AVFilterContext *ctx) |
|
| AVFILTER_DEFINE_CLASS (buffersink) |
|
| AVFILTER_DEFINE_CLASS (abuffersink) |
|
buffer sink
Definition in file buffersink.c.