Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvrtcloader.c58 nvrtcResult (*NvrtcGetProgramLogSize) (nvrtcProgram prog, member
129 LOAD_SYMBOL (nvrtcGetProgramLogSize, NvrtcGetProgramLogSize); in gst_nvrtc_load_library()
194 NvrtcGetProgramLogSize (nvrtcProgram prog, size_t * logSizeRet) in NvrtcGetProgramLogSize() function
196 g_assert (gst_nvrtc_vtable.NvrtcGetProgramLogSize != NULL); in NvrtcGetProgramLogSize()
198 return gst_nvrtc_vtable.NvrtcGetProgramLogSize (prog, logSizeRet); in NvrtcGetProgramLogSize()
Dgstnvrtcloader.h52 nvrtcResult NvrtcGetProgramLogSize (nvrtcProgram prog,
Dgstcudanvrtc.c83 if (NvrtcGetProgramLogSize (prog, &log_size) == NVRTC_SUCCESS && in gst_cuda_nvrtc_compile()