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 [] |
const AVFilter | ff_vf_hwdownload |
|
static |
Definition at line 38 of file vf_hwdownload.c.
|
static |
Definition at line 51 of file vf_hwdownload.c.
|
static |
Definition at line 73 of file vf_hwdownload.c.
|
static |
Definition at line 111 of file vf_hwdownload.c.
|
static |
Definition at line 161 of file vf_hwdownload.c.
|
static |
Definition at line 168 of file vf_hwdownload.c.
|
static |
Definition at line 175 of file vf_hwdownload.c.
|
static |
Definition at line 184 of file vf_hwdownload.c.
const AVFilter ff_vf_hwdownload |
Definition at line 192 of file vf_hwdownload.c.