Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dnvdec.c168 CHECK_CU(decoder->cudl->cuCtxPushCurrent(decoder->cuda_ctx)); in nvdec_decoder_free()
219 ret = CHECK_CU(decoder->cudl->cuCtxPushCurrent(decoder->cuda_ctx)); in nvdec_decoder_create()
465 ret = CHECK_CU(decoder->cudl->cuCtxPushCurrent(decoder->cuda_ctx)); in nvdec_unmap_mapped_frame()
502 ret = CHECK_CU(decoder->cudl->cuCtxPushCurrent(decoder->cuda_ctx)); in nvdec_retrieve_data()
651 ret = CHECK_CU(decoder->cudl->cuCtxPushCurrent(decoder->cuda_ctx)); in ff_nvdec_end_frame()
Dcuviddec.c402 ret = CHECK_CU(ctx->cudl->cuCtxPushCurrent(cuda_ctx)); in cuvid_decode_packet()
481 ret = CHECK_CU(ctx->cudl->cuCtxPushCurrent(cuda_ctx)); in cuvid_output_frame()
691 ctx->cudl->cuCtxPushCurrent(cuda_ctx); in cuvid_decode_end()
1008 ret = CHECK_CU(ctx->cudl->cuCtxPushCurrent(cuda_ctx)); in cuvid_decode_init()
1057 ret = CHECK_CU(ctx->cudl->cuCtxPushCurrent(cuda_ctx)); in cuvid_flush()
Dnvenc.c313 return CHECK_CU(dl_fn->cuda_dl->cuCtxPushCurrent(ctx->cu_context)); in nvenc_push_context()
/third_party/ffmpeg/libavfilter/
Dvf_overlay_cuda.c175 ret = CHECK_CU(cu->cuCtxPushCurrent(cuda_ctx)); in overlay_cuda_blend()
256 CHECK_CU(cu->cuCtxPushCurrent(ctx->cu_ctx)); in overlay_cuda_uninit()
366 err = CHECK_CU(cu->cuCtxPushCurrent(cuda_ctx)); in overlay_cuda_config_output()
Dvf_yadif_cuda.c130 ret = CHECK_CU(cu->cuCtxPushCurrent(s->cu_ctx)); in filter()
196 CHECK_CU(cu->cuCtxPushCurrent(s->cu_ctx)); in deint_cuda_uninit()
318 ret = CHECK_CU(cu->cuCtxPushCurrent(s->cu_ctx)); in config_output()
Dvf_scale_cuda.c142 CHECK_CU(cu->cuCtxPushCurrent(s->hwctx->cuda_ctx)); in cudascale_uninit()
318 ret = CHECK_CU(cu->cuCtxPushCurrent(cuda_ctx)); in cudascale_config_props()
589 ret = CHECK_CU(cu->cuCtxPushCurrent(s->hwctx->cuda_ctx)); in cudascale_filter_frame()
Dvf_thumbnail_cuda.c262 ret = CHECK_CU(cu->cuCtxPushCurrent(s->hwctx->cuda_ctx)); in filter_frame()
366 ret = CHECK_CU(cu->cuCtxPushCurrent(cuda_ctx)); in config_props()
Dvf_transpose_npp.c415 ret = CHECK_CU(device_hwctx->internal->cuda_dl->cuCtxPushCurrent(device_hwctx->cuda_ctx)); in npptranspose_filter_frame()
Dvf_scale_npp.c525 ret = CHECK_CU(device_hwctx->internal->cuda_dl->cuCtxPushCurrent(device_hwctx->cuda_ctx)); in nppscale_filter_frame()
/third_party/ffmpeg/libavutil/
Dhwcontext_cuda.c89 CHECK_CU(cu->cuCtxPushCurrent(hwctx->cuda_ctx)); in cuda_buffer_free()
108 err = CHECK_CU(cu->cuCtxPushCurrent(hwctx->cuda_ctx)); in cuda_pool_alloc()
236 ret = CHECK_CU(cu->cuCtxPushCurrent(hwctx->cuda_ctx)); in cuda_transfer_data()
Dhwcontext_vulkan.c2465 ret = CHECK_CU(cu->cuCtxPushCurrent(cuda_dev->cuda_ctx)); in vulkan_transfer_data_from_cuda()
3258 ret = CHECK_CU(cu->cuCtxPushCurrent(cuda_dev->cuda_ctx)); in vulkan_transfer_data_to_cuda()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/stub/
Dcuda.h209 #define cuCtxPushCurrent cuCtxPushCurrent_v2 macro
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudaloader.c152 LOAD_SYMBOL (cuCtxPushCurrent, CuCtxPushCurrent); in gst_cuda_load_library()