Home
last modified time | relevance | path

Searched refs:nvdec (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvdec.c53 gst_nvdec_copy_device_to_gl (GstNvDec * nvdec,
58 gst_nvdec_copy_device_to_memory (GstNvDec * nvdec,
66 GstNvDec *nvdec; member
76 GstNvDec *nvdec = data->nvdec; in register_cuda_resource() local
82 if (!gst_cuda_context_push (nvdec->cuda_ctx)) { in register_cuda_resource()
83 GST_WARNING_OBJECT (nvdec, "failed to push CUDA context"); in register_cuda_resource()
91 GST_LOG_OBJECT (nvdec, in register_cuda_resource()
101 GST_WARNING_OBJECT (nvdec, "failed to register memory"); in register_cuda_resource()
106 GST_WARNING_OBJECT (nvdec, "failed to map memory"); in register_cuda_resource()
110 GST_WARNING_OBJECT (nvdec, "failed to unlock CUDA context"); in register_cuda_resource()
[all …]
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dnvdec.c181 GstElement *nvdec; in check_nvcodec_available() local
183 nvdec = gst_element_factory_make ("nvh264dec", NULL); in check_nvcodec_available()
184 if (!nvdec) { in check_nvcodec_available()
190 if (gst_element_set_state (nvdec, in check_nvcodec_available()
196 gst_element_set_state (nvdec, GST_STATE_NULL); in check_nvcodec_available()
197 gst_object_unref (nvdec); in check_nvcodec_available()
227 GST_CHECK_MAIN (nvdec);
/third_party/gstreamer/gstplugins_bad/tests/check/
Dmeson.build57 [['elements/nvdec.c'], not gstgl_dep.found(), [gmodule_dep, gstgl_dep]],
/third_party/ffmpeg/
Dconfigure343 --disable-nvdec disable Nvidia video decoding acceleration (via hwaccel) [autodetect]
6757 disable ffnvcodec cuvid nvdec nvenc
6765 disable ffnvcodec cuvid nvdec nvenc
6769 disable ffnvcodec cuvid nvdec nvenc
6782 if enabled_any nvdec cuvid; then
DMAINTAINERS219 nvdec*, nvenc* Timo Rothenpieler
DChangelog370 - Support decoding of HEVC 4:4:4 content in nvdec and cuviddec
/third_party/ffmpeg/libavcodec/
DMakefile922 OBJS-$(CONFIG_NVDEC) += nvdec.o
1208 SKIPHEADERS-$(CONFIG_NVDEC) += nvdec.h
/third_party/gstreamer/gstplugins_bad/
DChangeLog2665 doc: Update nvdec documentation
16855 nvdec: Accept progressive-high and contrained-high profiles
17645 This refcount based way would be helpful for sharing nvdec frame among
18902 When upstream support CUDA memory (only nvdec for now), we will create
18910 nvdec: Support CUDA buffer pool
27083 nvdec: Don't hardcode DPB size
28097 nvdec: Add fallback for CUDA/OpenGL interop failure
29530 nvdec: Don't leak template caps when registering elements with old NVIDIA driver
29865 nvdec: Do not map GStreamer discont to CUVid discont
29883 nvdec: Tell the parser we have complete pictures
[all …]
/third_party/ffmpeg/doc/
Dfilters.texi22073 in CUDA so that it can work as part of a GPU accelerated pipeline with nvdec