Searched refs:CuvidUnmapVideoFrame (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcuvidloader.c | 70 CUresult (CUDAAPI * CuvidUnmapVideoFrame) (CUvideodecoder hDecoder, 106 LOAD_SYMBOL (cuvidUnmapVideoFrame, CuvidUnmapVideoFrame, TRUE); in gst_cuvid_load_library() 233 CuvidUnmapVideoFrame (CUvideodecoder hDecoder, guintptr DevPtr) in CuvidUnmapVideoFrame() function 235 g_assert (gst_cuvid_vtable.CuvidUnmapVideoFrame != NULL); in CuvidUnmapVideoFrame() 237 return gst_cuvid_vtable.CuvidUnmapVideoFrame (hDecoder, DevPtr); in CuvidUnmapVideoFrame()
|
D | gstcuvidloader.h | 71 CUresult CUDAAPI CuvidUnmapVideoFrame (CUvideodecoder hDecoder,
|
D | gstnvdec.c | 1231 if (!gst_cuda_result (CuvidUnmapVideoFrame (nvdec->decoder, dptr))) in copy_video_frame_to_gl_textures() 1330 CuvidUnmapVideoFrame (nvdec->decoder, dptr); in gst_nvdec_copy_device_to_memory() 1343 if (!gst_cuda_result (CuvidUnmapVideoFrame (nvdec->decoder, dptr))) in gst_nvdec_copy_device_to_memory()
|
D | gstnvdecoder.c | 412 if (!gst_cuda_result (CuvidUnmapVideoFrame (self->decoder_handle, in gst_nv_decoder_frame_unmap()
|