Searched defs:CUDAScaleContext (Results 1 – 1 of 1) sorted by relevance
73 typedef struct CUDAScaleContext { struct74 const AVClass *class;76 AVCUDADeviceContext *hwctx;78 enum AVPixelFormat in_fmt, out_fmt;79 const AVPixFmtDescriptor *in_desc, *out_desc;80 int in_planes, out_planes;81 int in_plane_depths[4];82 int in_plane_channels[4];84 AVBufferRef *frames_ctx;85 AVFrame *frame;[all …]