Searched defs:CUDAScaleContext (Results 1 – 1 of 1) sorted by relevance
72 typedef struct CUDAScaleContext { struct73 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 …]