FFmpeg
Data Fields
ChromakeyCUDAContext Struct Reference

Data Fields

const AVClassclass
 
AVCUDADeviceContexthwctx
 
enum AVPixelFormat in_fmt out_fmt
 
const AVPixFmtDescriptorin_desc
 
const AVPixFmtDescriptorout_desc
 
int in_planes
 
int out_planes
 
int in_plane_depths [4]
 
int in_plane_channels [4]
 
uint8_t chromakey_rgba [4]
 
uint16_t chromakey_uv [2]
 
int is_yuv
 
float similarity
 
float blend
 
AVBufferRefframes_ctx
 
AVFrameframe
 
AVFrametmp_frame
 
CUcontext cu_ctx
 
CUmodule cu_module
 
CUfunction cu_func
 
CUfunction cu_func_uv
 
CUstream cu_stream
 

Detailed Description

Definition at line 47 of file vf_chromakey_cuda.c.

Field Documentation

◆ class

const AVClass* ChromakeyCUDAContext::class

Definition at line 48 of file vf_chromakey_cuda.c.

◆ hwctx

AVCUDADeviceContext* ChromakeyCUDAContext::hwctx

Definition at line 50 of file vf_chromakey_cuda.c.

◆ out_fmt

enum AVPixelFormat in_fmt ChromakeyCUDAContext::out_fmt

Definition at line 52 of file vf_chromakey_cuda.c.

◆ in_desc

const AVPixFmtDescriptor* ChromakeyCUDAContext::in_desc

Definition at line 53 of file vf_chromakey_cuda.c.

◆ out_desc

const AVPixFmtDescriptor * ChromakeyCUDAContext::out_desc

Definition at line 53 of file vf_chromakey_cuda.c.

◆ in_planes

int ChromakeyCUDAContext::in_planes

Definition at line 54 of file vf_chromakey_cuda.c.

◆ out_planes

int ChromakeyCUDAContext::out_planes

Definition at line 54 of file vf_chromakey_cuda.c.

◆ in_plane_depths

int ChromakeyCUDAContext::in_plane_depths[4]

Definition at line 55 of file vf_chromakey_cuda.c.

◆ in_plane_channels

int ChromakeyCUDAContext::in_plane_channels[4]

Definition at line 56 of file vf_chromakey_cuda.c.

◆ chromakey_rgba

uint8_t ChromakeyCUDAContext::chromakey_rgba[4]

Definition at line 58 of file vf_chromakey_cuda.c.

◆ chromakey_uv

uint16_t ChromakeyCUDAContext::chromakey_uv[2]

Definition at line 59 of file vf_chromakey_cuda.c.

◆ is_yuv

int ChromakeyCUDAContext::is_yuv

Definition at line 60 of file vf_chromakey_cuda.c.

◆ similarity

float ChromakeyCUDAContext::similarity

Definition at line 61 of file vf_chromakey_cuda.c.

◆ blend

float ChromakeyCUDAContext::blend

Definition at line 62 of file vf_chromakey_cuda.c.

◆ frames_ctx

AVBufferRef* ChromakeyCUDAContext::frames_ctx

Definition at line 64 of file vf_chromakey_cuda.c.

◆ frame

AVFrame* ChromakeyCUDAContext::frame

Definition at line 65 of file vf_chromakey_cuda.c.

◆ tmp_frame

AVFrame* ChromakeyCUDAContext::tmp_frame

Definition at line 66 of file vf_chromakey_cuda.c.

◆ cu_ctx

CUcontext ChromakeyCUDAContext::cu_ctx

Definition at line 68 of file vf_chromakey_cuda.c.

◆ cu_module

CUmodule ChromakeyCUDAContext::cu_module

Definition at line 69 of file vf_chromakey_cuda.c.

◆ cu_func

CUfunction ChromakeyCUDAContext::cu_func

Definition at line 70 of file vf_chromakey_cuda.c.

◆ cu_func_uv

CUfunction ChromakeyCUDAContext::cu_func_uv

Definition at line 71 of file vf_chromakey_cuda.c.

◆ cu_stream

CUstream ChromakeyCUDAContext::cu_stream

Definition at line 72 of file vf_chromakey_cuda.c.


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