FFmpeg
Data Fields
TransposeCUDAContext Struct Reference

Data Fields

const AVClassclass
 
AVCUDADeviceContexthwctx
 
AVBufferRefframes_ctx
 
AVFrameframe
 
AVFrametmp_frame
 
const AVPixFmtDescriptorpix_desc
 
CUcontext cu_ctx
 
CUmodule cu_module
 
CUfunction cu_func_uchar
 
CUfunction cu_func_ushort
 
CUfunction cu_func_uchar2
 
CUfunction cu_func_ushort2
 
CUfunction cu_func_uchar4
 
CUstream cu_stream
 
int flip_wh
 
int passthrough
 PassthroughType, landscape passthrough mode enabled. More...
 
int dir
 TransposeDir. More...
 

Detailed Description

Definition at line 63 of file vf_transpose_cuda.c.

Field Documentation

◆ class

const AVClass* TransposeCUDAContext::class

Definition at line 64 of file vf_transpose_cuda.c.

◆ hwctx

AVCUDADeviceContext* TransposeCUDAContext::hwctx

Definition at line 66 of file vf_transpose_cuda.c.

◆ frames_ctx

AVBufferRef* TransposeCUDAContext::frames_ctx

Definition at line 67 of file vf_transpose_cuda.c.

◆ frame

AVFrame* TransposeCUDAContext::frame

Definition at line 68 of file vf_transpose_cuda.c.

◆ tmp_frame

AVFrame* TransposeCUDAContext::tmp_frame

Definition at line 69 of file vf_transpose_cuda.c.

◆ pix_desc

const AVPixFmtDescriptor* TransposeCUDAContext::pix_desc

Definition at line 71 of file vf_transpose_cuda.c.

◆ cu_ctx

CUcontext TransposeCUDAContext::cu_ctx

Definition at line 73 of file vf_transpose_cuda.c.

◆ cu_module

CUmodule TransposeCUDAContext::cu_module

Definition at line 74 of file vf_transpose_cuda.c.

◆ cu_func_uchar

CUfunction TransposeCUDAContext::cu_func_uchar

Definition at line 75 of file vf_transpose_cuda.c.

◆ cu_func_ushort

CUfunction TransposeCUDAContext::cu_func_ushort

Definition at line 76 of file vf_transpose_cuda.c.

◆ cu_func_uchar2

CUfunction TransposeCUDAContext::cu_func_uchar2

Definition at line 77 of file vf_transpose_cuda.c.

◆ cu_func_ushort2

CUfunction TransposeCUDAContext::cu_func_ushort2

Definition at line 78 of file vf_transpose_cuda.c.

◆ cu_func_uchar4

CUfunction TransposeCUDAContext::cu_func_uchar4

Definition at line 79 of file vf_transpose_cuda.c.

◆ cu_stream

CUstream TransposeCUDAContext::cu_stream

Definition at line 80 of file vf_transpose_cuda.c.

◆ flip_wh

int TransposeCUDAContext::flip_wh

Definition at line 82 of file vf_transpose_cuda.c.

◆ passthrough

int TransposeCUDAContext::passthrough

PassthroughType, landscape passthrough mode enabled.

Definition at line 83 of file vf_transpose_cuda.c.

◆ dir

int TransposeCUDAContext::dir

TransposeDir.

Definition at line 84 of file vf_transpose_cuda.c.


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