FFmpeg
|
#include <nvenc.h>
Data Fields | |
CudaFunctions * | cuda_dl |
NvencFunctions * | nvenc_dl |
NV_ENCODE_API_FUNCTION_LIST | nvenc_funcs |
int | nvenc_device_count |
CudaFunctions* NvencDynLoadFunctions::cuda_dl |
Definition at line 88 of file nvenc.h.
Referenced by ff_nvenc_encode_close(), nvenc_check_device(), nvenc_load_libraries(), nvenc_pop_context(), nvenc_push_context(), and nvenc_setup_device().
NvencFunctions* NvencDynLoadFunctions::nvenc_dl |
Definition at line 89 of file nvenc.h.
Referenced by ff_nvenc_encode_close(), and nvenc_load_libraries().
NV_ENCODE_API_FUNCTION_LIST NvencDynLoadFunctions::nvenc_funcs |
Definition at line 91 of file nvenc.h.
Referenced by ff_nvenc_encode_close(), nvenc_alloc_surface(), nvenc_check_device(), nvenc_find_free_reg_resource(), nvenc_load_libraries(), nvenc_register_frame(), nvenc_send_frame(), nvenc_setup_encoder(), nvenc_setup_extradata(), nvenc_upload_frame(), and process_output_surface().
int NvencDynLoadFunctions::nvenc_device_count |
Definition at line 92 of file nvenc.h.
Referenced by ff_nvenc_encode_close(), nvenc_check_device(), and nvenc_setup_device().