FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
NvencDynLoadFunctions Struct Reference

Data Fields

PCUINIT cu_init
 
PCUDEVICEGETCOUNT cu_device_get_count
 
PCUDEVICEGET cu_device_get
 
PCUDEVICEGETNAME cu_device_get_name
 
PCUDEVICECOMPUTECAPABILITY cu_device_compute_capability
 
PCUCTXCREATE cu_ctx_create
 
PCUCTXPOPCURRENT cu_ctx_pop_current
 
PCUCTXDESTROY cu_ctx_destroy
 
NV_ENCODE_API_FUNCTION_LIST nvenc_funcs
 
int nvenc_device_count
 
CUdevice nvenc_devices [16]
 
voidcuda_lib
 
voidnvenc_lib
 

Detailed Description

Definition at line 112 of file nvenc.c.

Field Documentation

PCUINIT NvencDynLoadFunctions::cu_init

Definition at line 114 of file nvenc.c.

Referenced by nvenc_check_cuda(), nvenc_dyload_cuda(), and nvenc_unload_nvenc().

PCUDEVICEGETCOUNT NvencDynLoadFunctions::cu_device_get_count

Definition at line 115 of file nvenc.c.

Referenced by nvenc_check_cuda(), nvenc_dyload_cuda(), and nvenc_unload_nvenc().

PCUDEVICEGET NvencDynLoadFunctions::cu_device_get

Definition at line 116 of file nvenc.c.

Referenced by nvenc_check_cuda(), nvenc_dyload_cuda(), and nvenc_unload_nvenc().

PCUDEVICEGETNAME NvencDynLoadFunctions::cu_device_get_name

Definition at line 117 of file nvenc.c.

Referenced by nvenc_check_cuda(), nvenc_dyload_cuda(), and nvenc_unload_nvenc().

PCUDEVICECOMPUTECAPABILITY NvencDynLoadFunctions::cu_device_compute_capability

Definition at line 118 of file nvenc.c.

Referenced by nvenc_check_cuda(), nvenc_dyload_cuda(), and nvenc_unload_nvenc().

PCUCTXCREATE NvencDynLoadFunctions::cu_ctx_create

Definition at line 119 of file nvenc.c.

Referenced by nvenc_dyload_cuda(), nvenc_encode_init(), and nvenc_unload_nvenc().

PCUCTXPOPCURRENT NvencDynLoadFunctions::cu_ctx_pop_current

Definition at line 120 of file nvenc.c.

Referenced by nvenc_dyload_cuda(), nvenc_encode_init(), and nvenc_unload_nvenc().

PCUCTXDESTROY NvencDynLoadFunctions::cu_ctx_destroy
NV_ENCODE_API_FUNCTION_LIST NvencDynLoadFunctions::nvenc_funcs
int NvencDynLoadFunctions::nvenc_device_count

Definition at line 124 of file nvenc.c.

Referenced by nvenc_check_cuda(), nvenc_encode_init(), and nvenc_unload_nvenc().

CUdevice NvencDynLoadFunctions::nvenc_devices[16]

Definition at line 125 of file nvenc.c.

Referenced by nvenc_check_cuda(), and nvenc_encode_init().

void* NvencDynLoadFunctions::cuda_lib

Definition at line 131 of file nvenc.c.

Referenced by nvenc_dyload_cuda(), and nvenc_unload_nvenc().

void* NvencDynLoadFunctions::nvenc_lib

Definition at line 132 of file nvenc.c.

Referenced by nvenc_dyload_nvenc(), and nvenc_unload_nvenc().


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