Libav
Data Fields
NVENCLibraryContext 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
 

Detailed Description

Definition at line 73 of file nvenc.h.

Field Documentation

◆ cuda

void* NVENCLibraryContext::cuda

Definition at line 76 of file nvenc.h.

Referenced by ff_nvenc_encode_close(), and nvenc_load_libraries().

◆ nvenc

void* NVENCLibraryContext::nvenc

Definition at line 78 of file nvenc.h.

Referenced by ff_nvenc_encode_close(), and nvenc_load_libraries().

◆ cu_init

PCUINIT NVENCLibraryContext::cu_init

Definition at line 80 of file nvenc.h.

Referenced by nvenc_load_libraries(), and nvenc_setup_device().

◆ cu_device_get_count

PCUDEVICEGETCOUNT NVENCLibraryContext::cu_device_get_count

Definition at line 81 of file nvenc.h.

Referenced by nvenc_load_libraries(), and nvenc_setup_device().

◆ cu_device_get

PCUDEVICEGET NVENCLibraryContext::cu_device_get

Definition at line 82 of file nvenc.h.

Referenced by nvenc_check_device(), and nvenc_load_libraries().

◆ cu_device_get_name

PCUDEVICEGETNAME NVENCLibraryContext::cu_device_get_name

Definition at line 83 of file nvenc.h.

Referenced by nvenc_check_device(), and nvenc_load_libraries().

◆ cu_device_compute_capability

PCUDEVICECOMPUTECAPABILITY NVENCLibraryContext::cu_device_compute_capability

Definition at line 84 of file nvenc.h.

Referenced by nvenc_check_device(), and nvenc_load_libraries().

◆ cu_ctx_create

PCUCTXCREATE NVENCLibraryContext::cu_ctx_create

Definition at line 85 of file nvenc.h.

Referenced by nvenc_check_device(), and nvenc_load_libraries().

◆ cu_ctx_pop_current

PCUCTXPOPCURRENT NVENCLibraryContext::cu_ctx_pop_current

Definition at line 86 of file nvenc.h.

Referenced by nvenc_check_device(), and nvenc_load_libraries().

◆ cu_ctx_destroy

PCUCTXDESTROY NVENCLibraryContext::cu_ctx_destroy

Definition at line 87 of file nvenc.h.

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

◆ nvenc_funcs

NV_ENCODE_API_FUNCTION_LIST NVENCLibraryContext::nvenc_funcs

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