Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dnvenc.c623 AVCUDADeviceContext *cuda_device_hwctx = NULL; in nvenc_setup_device() local
632 cuda_device_hwctx = frames_ctx->device_ctx->hwctx; in nvenc_setup_device()
642 cuda_device_hwctx = hwdev_ctx->hwctx; in nvenc_setup_device()
653 if (cuda_device_hwctx) { in nvenc_setup_device()
654 ctx->cu_context = cuda_device_hwctx->cuda_ctx; in nvenc_setup_device()
655 ctx->cu_stream = cuda_device_hwctx->stream; in nvenc_setup_device()