Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuviddec.h919 extern CUresult CUDAAPI cuvidUnmapVideoFrame(CUvideodecoder hDecoder, unsigned int DevPtr);
940 #define cuvidUnmapVideoFrame cuvidUnmapVideoFrame64 macro
Dgstcuvidloader.c106 LOAD_SYMBOL (cuvidUnmapVideoFrame, CuvidUnmapVideoFrame, TRUE); in gst_cuvid_load_library()
/third_party/ffmpeg/libavcodec/
Dnvdec.c469 CHECK_CU(decoder->cvdl->cuvidUnmapVideoFrame(decoder->decoder, devptr)); in nvdec_unmap_mapped_frame()
548 CHECK_CU(decoder->cvdl->cuvidUnmapVideoFrame(decoder->decoder, devptr)); in nvdec_retrieve_data()
Dcuviddec.c641 eret = CHECK_CU(ctx->cvdl->cuvidUnmapVideoFrame(ctx->cudecoder, mapped_frame)); in cuvid_output_frame()