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

#include <nvenc.h>

Data Fields

voidcuda
 
voidnvenc
 
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
 

Detailed Description

Definition at line 77 of file nvenc.h.

Field Documentation

void* NvencDynLoadFunctions::cuda

Definition at line 80 of file nvenc.h.

Referenced by ff_nvenc_encode_close(), and nvenc_load_libraries().

void* NvencDynLoadFunctions::nvenc

Definition at line 82 of file nvenc.h.

Referenced by ff_nvenc_encode_close(), and nvenc_load_libraries().

PCUINIT NvencDynLoadFunctions::cu_init

Definition at line 84 of file nvenc.h.

Referenced by ff_nvenc_encode_close(), nvenc_load_libraries(), and nvenc_setup_device().

PCUDEVICEGETCOUNT NvencDynLoadFunctions::cu_device_get_count

Definition at line 85 of file nvenc.h.

Referenced by ff_nvenc_encode_close(), nvenc_load_libraries(), and nvenc_setup_device().

PCUDEVICEGET NvencDynLoadFunctions::cu_device_get

Definition at line 86 of file nvenc.h.

Referenced by ff_nvenc_encode_close(), nvenc_check_device(), and nvenc_load_libraries().

PCUDEVICEGETNAME NvencDynLoadFunctions::cu_device_get_name

Definition at line 87 of file nvenc.h.

Referenced by ff_nvenc_encode_close(), nvenc_check_device(), and nvenc_load_libraries().

PCUDEVICECOMPUTECAPABILITY NvencDynLoadFunctions::cu_device_compute_capability

Definition at line 88 of file nvenc.h.

Referenced by ff_nvenc_encode_close(), nvenc_check_device(), and nvenc_load_libraries().

PCUCTXCREATE NvencDynLoadFunctions::cu_ctx_create

Definition at line 89 of file nvenc.h.

Referenced by ff_nvenc_encode_close(), nvenc_check_device(), and nvenc_load_libraries().

PCUCTXPOPCURRENT NvencDynLoadFunctions::cu_ctx_pop_current

Definition at line 90 of file nvenc.h.

Referenced by ff_nvenc_encode_close(), nvenc_check_device(), and nvenc_load_libraries().

PCUCTXDESTROY NvencDynLoadFunctions::cu_ctx_destroy

Definition at line 91 of file nvenc.h.

Referenced by ff_nvenc_encode_close(), nvenc_check_device(), and nvenc_load_libraries().

NV_ENCODE_API_FUNCTION_LIST NvencDynLoadFunctions::nvenc_funcs
int NvencDynLoadFunctions::nvenc_device_count

Definition at line 94 of file nvenc.h.

Referenced by ff_nvenc_encode_close(), nvenc_check_device(), and nvenc_setup_device().


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