FFmpeg
|
#include "libavutil/buffer.h"
#include "libavutil/hwcontext.h"
#include "libavutil/log.h"
#include "libavutil/mem.h"
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "avfilter.h"
#include "formats.h"
#include "internal.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | HWDownloadContext |
Functions | |
static int | hwdownload_query_formats (AVFilterContext *avctx) |
static int | hwdownload_config_input (AVFilterLink *inlink) |
static int | hwdownload_config_output (AVFilterLink *outlink) |
static int | hwdownload_filter_frame (AVFilterLink *link, AVFrame *input) |
static av_cold void | hwdownload_uninit (AVFilterContext *avctx) |
Variables | |
static const AVClass | hwdownload_class |
static const AVFilterPad | hwdownload_inputs [] |
static const AVFilterPad | hwdownload_outputs [] |
AVFilter | ff_vf_hwdownload |
|
static |
Definition at line 38 of file vf_hwdownload.c.
|
static |
Definition at line 52 of file vf_hwdownload.c.
|
static |
Definition at line 74 of file vf_hwdownload.c.
|
static |
Definition at line 112 of file vf_hwdownload.c.
|
static |
Definition at line 162 of file vf_hwdownload.c.
|
static |
Definition at line 169 of file vf_hwdownload.c.
|
static |
Definition at line 176 of file vf_hwdownload.c.
|
static |
Definition at line 186 of file vf_hwdownload.c.
AVFilter ff_vf_hwdownload |
Definition at line 195 of file vf_hwdownload.c.