Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcuvidloader.c67 CUresult (CUDAAPI * CuvidMapVideoFrame) (CUvideodecoder hDecoder,
105 LOAD_SYMBOL (cuvidMapVideoFrame, CuvidMapVideoFrame, TRUE); in gst_cuvid_load_library()
223 CuvidMapVideoFrame (CUvideodecoder hDecoder, int nPicIdx, in CuvidMapVideoFrame() function
226 g_assert (gst_cuvid_vtable.CuvidMapVideoFrame != NULL); in CuvidMapVideoFrame()
228 return gst_cuvid_vtable.CuvidMapVideoFrame (hDecoder, nPicIdx, pDevPtr, in CuvidMapVideoFrame()
Dgstcuvidloader.h65 CUresult CUDAAPI CuvidMapVideoFrame (CUvideodecoder hDecoder,
Dgstnvdec.c1179 if (!gst_cuda_result (CuvidMapVideoFrame (nvdec->decoder, in copy_video_frame_to_gl_textures()
1303 if (!gst_cuda_result (CuvidMapVideoFrame (nvdec->decoder, in gst_nvdec_copy_device_to_memory()
Dgstnvdecoder.c384 if (!gst_cuda_result (CuvidMapVideoFrame (self->decoder_handle, in gst_nv_decoder_frame_map()