FFmpeg
Data Fields
CUDAColorspaceContext Struct Reference

Data Fields

const AVClassclass
 
AVCUDADeviceContexthwctx
 
AVBufferRefframes_ctx
 
AVFrameown_frame
 
AVFrametmp_frame
 
CUcontext cu_ctx
 
CUstream cu_stream
 
CUmodule cu_module
 
CUfunction cu_convert [AVCOL_RANGE_NB]
 
enum AVPixelFormat pix_fmt
 
enum AVColorRange range
 
int num_planes
 

Detailed Description

Definition at line 50 of file vf_colorspace_cuda.c.

Field Documentation

◆ class

const AVClass* CUDAColorspaceContext::class

Definition at line 51 of file vf_colorspace_cuda.c.

◆ hwctx

AVCUDADeviceContext* CUDAColorspaceContext::hwctx

Definition at line 53 of file vf_colorspace_cuda.c.

◆ frames_ctx

AVBufferRef* CUDAColorspaceContext::frames_ctx

Definition at line 54 of file vf_colorspace_cuda.c.

◆ own_frame

AVFrame* CUDAColorspaceContext::own_frame

Definition at line 55 of file vf_colorspace_cuda.c.

◆ tmp_frame

AVFrame* CUDAColorspaceContext::tmp_frame

Definition at line 56 of file vf_colorspace_cuda.c.

◆ cu_ctx

CUcontext CUDAColorspaceContext::cu_ctx

Definition at line 58 of file vf_colorspace_cuda.c.

◆ cu_stream

CUstream CUDAColorspaceContext::cu_stream

Definition at line 59 of file vf_colorspace_cuda.c.

◆ cu_module

CUmodule CUDAColorspaceContext::cu_module

Definition at line 60 of file vf_colorspace_cuda.c.

◆ cu_convert

CUfunction CUDAColorspaceContext::cu_convert[AVCOL_RANGE_NB]

Definition at line 61 of file vf_colorspace_cuda.c.

◆ pix_fmt

enum AVPixelFormat CUDAColorspaceContext::pix_fmt

Definition at line 63 of file vf_colorspace_cuda.c.

◆ range

enum AVColorRange CUDAColorspaceContext::range

Definition at line 64 of file vf_colorspace_cuda.c.

◆ num_planes

int CUDAColorspaceContext::num_planes

Definition at line 66 of file vf_colorspace_cuda.c.


The documentation for this struct was generated from the following file: