FFmpeg
Loading...
Searching...
No Matches
CUDAColorspaceContext Struct Reference

Data Fields

const AVClass * class
AVCUDADeviceContext * hwctx
AVBufferRef * frames_ctx
AVFrame * own_frame
AVFrame * tmp_frame
CUcontext cu_ctx
CUstream cu_stream
CUmodule cu_module
CUfunction cu_convert [AVCOL_RANGE_NB]
enum AVPixelFormat pix_fmt
int range
int num_planes

Detailed Description

Definition at line 51 of file vf_colorspace_cuda.c.

Field Documentation

◆ class

const AVClass* CUDAColorspaceContext::class

Definition at line 52 of file vf_colorspace_cuda.c.

◆ hwctx

AVCUDADeviceContext* CUDAColorspaceContext::hwctx

Definition at line 54 of file vf_colorspace_cuda.c.

◆ frames_ctx

AVBufferRef* CUDAColorspaceContext::frames_ctx

Definition at line 55 of file vf_colorspace_cuda.c.

◆ own_frame

AVFrame* CUDAColorspaceContext::own_frame

Definition at line 56 of file vf_colorspace_cuda.c.

◆ tmp_frame

AVFrame* CUDAColorspaceContext::tmp_frame

Definition at line 57 of file vf_colorspace_cuda.c.

◆ cu_ctx

CUcontext CUDAColorspaceContext::cu_ctx

Definition at line 59 of file vf_colorspace_cuda.c.

◆ cu_stream

CUstream CUDAColorspaceContext::cu_stream

Definition at line 60 of file vf_colorspace_cuda.c.

◆ cu_module

CUmodule CUDAColorspaceContext::cu_module

Definition at line 61 of file vf_colorspace_cuda.c.

◆ cu_convert

CUfunction CUDAColorspaceContext::cu_convert[AVCOL_RANGE_NB]

Definition at line 62 of file vf_colorspace_cuda.c.

◆ pix_fmt

enum AVPixelFormat CUDAColorspaceContext::pix_fmt

Definition at line 64 of file vf_colorspace_cuda.c.

◆ range

int CUDAColorspaceContext::range

Definition at line 66 of file vf_colorspace_cuda.c.

◆ num_planes

int CUDAColorspaceContext::num_planes

Definition at line 68 of file vf_colorspace_cuda.c.


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