Libav
|
#include <nvenc.h>
void* NVENCLibraryContext::cuda |
Definition at line 76 of file nvenc.h.
Referenced by ff_nvenc_encode_close(), and nvenc_load_libraries().
void* NVENCLibraryContext::nvenc |
Definition at line 78 of file nvenc.h.
Referenced by ff_nvenc_encode_close(), and nvenc_load_libraries().
PCUINIT NVENCLibraryContext::cu_init |
Definition at line 80 of file nvenc.h.
Referenced by nvenc_load_libraries(), and nvenc_setup_device().
PCUDEVICEGETCOUNT NVENCLibraryContext::cu_device_get_count |
Definition at line 81 of file nvenc.h.
Referenced by nvenc_load_libraries(), and nvenc_setup_device().
PCUDEVICEGET NVENCLibraryContext::cu_device_get |
Definition at line 82 of file nvenc.h.
Referenced by nvenc_check_device(), and nvenc_load_libraries().
PCUDEVICEGETNAME NVENCLibraryContext::cu_device_get_name |
Definition at line 83 of file nvenc.h.
Referenced by nvenc_check_device(), and nvenc_load_libraries().
PCUDEVICECOMPUTECAPABILITY NVENCLibraryContext::cu_device_compute_capability |
Definition at line 84 of file nvenc.h.
Referenced by nvenc_check_device(), and nvenc_load_libraries().
PCUCTXCREATE NVENCLibraryContext::cu_ctx_create |
Definition at line 85 of file nvenc.h.
Referenced by nvenc_check_device(), and nvenc_load_libraries().
PCUCTXPOPCURRENT NVENCLibraryContext::cu_ctx_pop_current |
Definition at line 86 of file nvenc.h.
Referenced by nvenc_check_device(), and nvenc_load_libraries().
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().
NV_ENCODE_API_FUNCTION_LIST NVENCLibraryContext::nvenc_funcs |
Definition at line 89 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_get_output(), nvenc_load_libraries(), nvenc_open_session(), nvenc_register_frame(), nvenc_setup_encoder(), nvenc_setup_extradata(), and nvenc_upload_frame().