Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/stub/
Dcuda.h206 #define cuCtxCreate cuCtxCreate_v2 macro
/third_party/ffmpeg/libavutil/
Dhwcontext_cuda.c363 ret = CHECK_CU(cu->cuCtxCreate(&hwctx->cuda_ctx, desired_flags, in cuda_context_init()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudaloader.c149 LOAD_SYMBOL (cuCtxCreate, CuCtxCreate); in gst_cuda_load_library()
/third_party/ffmpeg/libavcodec/
Dnvenc.c558 ret = CHECK_CU(dl_fn->cuda_dl->cuCtxCreate(&ctx->cu_context_internal, 0, cu_device)); in nvenc_check_device()