Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dnvenc.c266 uint32_t nvenc_max_ver; in nvenc_load_libraries() local
279 err = dl_fn->nvenc_dl->NvEncodeAPIGetMaxSupportedVersion(&nvenc_max_ver); in nvenc_load_libraries()
283 …av_log(avctx, AV_LOG_VERBOSE, "Loaded Nvenc version %d.%d\n", nvenc_max_ver >> 4, nvenc_max_ver & … in nvenc_load_libraries()
285 if ((NVENCAPI_MAJOR_VERSION << 4 | NVENCAPI_MINOR_VERSION) > nvenc_max_ver) { in nvenc_load_libraries()
289 nvenc_max_ver >> 4, nvenc_max_ver & 0xf); in nvenc_load_libraries()