Home
last modified time | relevance | path

Searched refs:nvenc_dload_funcs (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnvenc.c136 NV_ENCODE_API_FUNCTION_LIST *p_nvenc = &ctx->nvenc_dload_funcs.nvenc_funcs; in nvenc_print_error()
264 NvencDynLoadFunctions *dl_fn = &ctx->nvenc_dload_funcs; in nvenc_load_libraries()
308 NvencDynLoadFunctions *dl_fn = &ctx->nvenc_dload_funcs; in nvenc_push_context()
319 NvencDynLoadFunctions *dl_fn = &ctx->nvenc_dload_funcs; in nvenc_pop_context()
332 NV_ENCODE_API_FUNCTION_LIST *p_nvenc = &ctx->nvenc_dload_funcs.nvenc_funcs; in nvenc_open_session()
357 NV_ENCODE_API_FUNCTION_LIST *p_nvenc = &ctx->nvenc_dload_funcs.nvenc_funcs; in nvenc_check_codec_support()
393 NV_ENCODE_API_FUNCTION_LIST *p_nvenc = &ctx->nvenc_dload_funcs.nvenc_funcs; in nvenc_check_cap()
527 NvencDynLoadFunctions *dl_fn = &ctx->nvenc_dload_funcs; in nvenc_check_device()
602 NvencDynLoadFunctions *dl_fn = &ctx->nvenc_dload_funcs; in nvenc_setup_device()
1250 NvencDynLoadFunctions *dl_fn = &ctx->nvenc_dload_funcs; in nvenc_setup_encoder()
[all …]
Dnvenc.h150 NvencDynLoadFunctions nvenc_dload_funcs; member