Home
last modified time | relevance | path

Searched defs:CUDAScaleContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_scale_cuda.c72 typedef struct CUDAScaleContext { struct
73 const AVClass *class;
75 AVCUDADeviceContext *hwctx;
77 enum AVPixelFormat in_fmt;
78 enum AVPixelFormat out_fmt;
80 AVBufferRef *frames_ctx;
81 AVFrame *frame;
83 AVFrame *tmp_frame;
84 int passthrough;
89 enum AVPixelFormat format;
[all …]