|
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...
|
|
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...
|
|
int | av_buffersink_get_channels (const AVFilterContext *ctx) |
|
int | av_buffersink_get_ch_layout (const AVFilterContext *ctx, AVChannelLayout *out) |
|
static int | vsink_query_formats (AVFilterContext *ctx) |
|
static int | asink_query_formats (AVFilterContext *ctx) |
|
| AVFILTER_DEFINE_CLASS (buffersink) |
|
| AVFILTER_DEFINE_CLASS (abuffersink) |
|
buffer sink
Definition in file buffersink.c.