FFmpeg
Data Fields
ThumbnailCudaContext Struct Reference

Data Fields

const AVClassclass
 
int n
 current frame More...
 
int n_frames
 number of frames for analysis More...
 
struct thumb_frameframes
 the n_frames frames More...
 
AVRational tb
 copy of the input timebase to ease access More...
 
AVBufferRefhw_frames_ctx
 
AVCUDADeviceContexthwctx
 
CUmodule cu_module
 
CUfunction cu_func_uchar
 
CUfunction cu_func_uchar2
 
CUfunction cu_func_ushort
 
CUfunction cu_func_ushort2
 
CUstream cu_stream
 
CUdeviceptr data
 

Detailed Description

Definition at line 55 of file vf_thumbnail_cuda.c.

Field Documentation

◆ class

const AVClass* ThumbnailCudaContext::class

Definition at line 56 of file vf_thumbnail_cuda.c.

◆ n

int ThumbnailCudaContext::n

current frame

Definition at line 57 of file vf_thumbnail_cuda.c.

◆ n_frames

int ThumbnailCudaContext::n_frames

number of frames for analysis

Definition at line 58 of file vf_thumbnail_cuda.c.

◆ frames

struct thumb_frame* ThumbnailCudaContext::frames

the n_frames frames

Definition at line 59 of file vf_thumbnail_cuda.c.

◆ tb

AVRational ThumbnailCudaContext::tb

copy of the input timebase to ease access

Definition at line 60 of file vf_thumbnail_cuda.c.

◆ hw_frames_ctx

AVBufferRef* ThumbnailCudaContext::hw_frames_ctx

Definition at line 62 of file vf_thumbnail_cuda.c.

◆ hwctx

AVCUDADeviceContext* ThumbnailCudaContext::hwctx

Definition at line 63 of file vf_thumbnail_cuda.c.

◆ cu_module

CUmodule ThumbnailCudaContext::cu_module

Definition at line 65 of file vf_thumbnail_cuda.c.

◆ cu_func_uchar

CUfunction ThumbnailCudaContext::cu_func_uchar

Definition at line 67 of file vf_thumbnail_cuda.c.

◆ cu_func_uchar2

CUfunction ThumbnailCudaContext::cu_func_uchar2

Definition at line 68 of file vf_thumbnail_cuda.c.

◆ cu_func_ushort

CUfunction ThumbnailCudaContext::cu_func_ushort

Definition at line 69 of file vf_thumbnail_cuda.c.

◆ cu_func_ushort2

CUfunction ThumbnailCudaContext::cu_func_ushort2

Definition at line 70 of file vf_thumbnail_cuda.c.

◆ cu_stream

CUstream ThumbnailCudaContext::cu_stream

Definition at line 71 of file vf_thumbnail_cuda.c.

◆ data

CUdeviceptr ThumbnailCudaContext::data

Definition at line 73 of file vf_thumbnail_cuda.c.


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