Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcuvidloader.c70 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()
Dgstcuvidloader.h71 CUresult CUDAAPI CuvidUnmapVideoFrame (CUvideodecoder hDecoder,
Dgstnvdec.c1231 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()
Dgstnvdecoder.c412 if (!gst_cuda_result (CuvidUnmapVideoFrame (self->decoder_handle, in gst_nv_decoder_frame_unmap()