FFmpeg
|
#include <nvenc.h>
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 |
Definition at line 93 of file nvenc.h.
Referenced by ff_nvenc_encode_close(), ff_nvenc_encode_frame(), nvenc_alloc_surface(), nvenc_check_cap(), nvenc_check_codec_support(), nvenc_check_device(), nvenc_find_free_reg_resource(), nvenc_load_libraries(), nvenc_open_session(), nvenc_register_frame(), nvenc_setup_encoder(), nvenc_setup_extradata(), nvenc_upload_frame(), and process_output_surface().
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().