Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuviddec.h911 extern CUresult CUDAAPI cuvidMapVideoFrame(CUvideodecoder hDecoder, int nPicIdx,
939 #define cuvidMapVideoFrame cuvidMapVideoFrame64 macro
Dgstcuvidloader.c105 LOAD_SYMBOL (cuvidMapVideoFrame, CuvidMapVideoFrame, TRUE); in gst_cuvid_load_library()
/third_party/ffmpeg/libavcodec/
Dnvdec.c506 ret = CHECK_CU(decoder->cvdl->cuvidMapVideoFrame(decoder->decoder, in nvdec_retrieve_data()
Dcuviddec.c500 …ret = CHECK_CU(ctx->cvdl->cuvidMapVideoFrame(ctx->cudecoder, parsed_frame.dispinfo.picture_index, … in cuvid_output_frame()