FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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
 
CUmodule cu_module
 
CUfunction cu_func_uchar
 
CUfunction cu_func_uchar2
 
CUfunction cu_func_ushort
 
CUfunction cu_func_ushort2
 
CUtexref cu_tex_uchar
 
CUtexref cu_tex_uchar2
 
CUtexref cu_tex_ushort
 
CUtexref cu_tex_ushort2
 
CUdeviceptr data
 

Detailed Description

Definition at line 52 of file vf_thumbnail_cuda.c.

Field Documentation

const AVClass* ThumbnailCudaContext::class

Definition at line 53 of file vf_thumbnail_cuda.c.

int ThumbnailCudaContext::n

current frame

Definition at line 54 of file vf_thumbnail_cuda.c.

Referenced by filter_frame(), get_best_frame(), and request_frame().

int ThumbnailCudaContext::n_frames

number of frames for analysis

Definition at line 55 of file vf_thumbnail_cuda.c.

Referenced by init(), and uninit().

struct thumb_frame* ThumbnailCudaContext::frames

the n_frames frames

Definition at line 56 of file vf_thumbnail_cuda.c.

Referenced by filter_frame(), get_best_frame(), init(), and uninit().

AVRational ThumbnailCudaContext::tb

copy of the input timebase to ease access

Definition at line 57 of file vf_thumbnail_cuda.c.

Referenced by config_props(), and get_best_frame().

AVBufferRef* ThumbnailCudaContext::hw_frames_ctx

Definition at line 59 of file vf_thumbnail_cuda.c.

Referenced by config_props(), and filter_frame().

CUmodule ThumbnailCudaContext::cu_module

Definition at line 61 of file vf_thumbnail_cuda.c.

Referenced by config_props(), and uninit().

CUfunction ThumbnailCudaContext::cu_func_uchar

Definition at line 63 of file vf_thumbnail_cuda.c.

Referenced by config_props().

CUfunction ThumbnailCudaContext::cu_func_uchar2

Definition at line 64 of file vf_thumbnail_cuda.c.

Referenced by config_props().

CUfunction ThumbnailCudaContext::cu_func_ushort

Definition at line 65 of file vf_thumbnail_cuda.c.

Referenced by config_props().

CUfunction ThumbnailCudaContext::cu_func_ushort2

Definition at line 66 of file vf_thumbnail_cuda.c.

Referenced by config_props().

CUtexref ThumbnailCudaContext::cu_tex_uchar

Definition at line 67 of file vf_thumbnail_cuda.c.

Referenced by config_props().

CUtexref ThumbnailCudaContext::cu_tex_uchar2

Definition at line 68 of file vf_thumbnail_cuda.c.

Referenced by config_props().

CUtexref ThumbnailCudaContext::cu_tex_ushort

Definition at line 69 of file vf_thumbnail_cuda.c.

Referenced by config_props().

CUtexref ThumbnailCudaContext::cu_tex_ushort2

Definition at line 70 of file vf_thumbnail_cuda.c.

Referenced by config_props().

CUdeviceptr ThumbnailCudaContext::data

Definition at line 72 of file vf_thumbnail_cuda.c.

Referenced by config_props(), and uninit().


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