Home
last modified time | relevance | path

Searched refs:nvenc_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()
294 dl_fn->nvenc_funcs.version = NV_ENCODE_API_FUNCTION_LIST_VER; in nvenc_load_libraries()
296 err = dl_fn->nvenc_dl->NvEncodeAPICreateInstance(&dl_fn->nvenc_funcs); in nvenc_load_libraries()
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()
528 NV_ENCODE_API_FUNCTION_LIST *p_nvenc = &dl_fn->nvenc_funcs; in nvenc_check_device()
1251 NV_ENCODE_API_FUNCTION_LIST *p_nvenc = &dl_fn->nvenc_funcs; in nvenc_setup_encoder()
1430 NV_ENCODE_API_FUNCTION_LIST *p_nvenc = &dl_fn->nvenc_funcs; in nvenc_alloc_surface()
1527 NV_ENCODE_API_FUNCTION_LIST *p_nvenc = &dl_fn->nvenc_funcs; in nvenc_setup_extradata()
[all …]
Dnvenc.h91 NV_ENCODE_API_FUNCTION_LIST nvenc_funcs; member