nvcodec: Introduce NVIDA CUDA helpers
authorSeungha Yang <seungha.yang@navercorp.com>
Fri, 23 Nov 2018 13:01:41 +0000 (22:01 +0900)
committerMatthew Waters <matthew@centricular.com>
Wed, 7 Aug 2019 00:59:36 +0000 (00:59 +0000)
commit094e4a9f5c185b28491870518d962b8c5c0195e7
tree0cba82a97f28fa4b3060b7146c1b1ee50c3087df
parentaea20f207db7a4203bafab92c0e800c811c1ec48
nvcodec: Introduce NVIDA CUDA helpers

New object and helper functions can remove duplicated code
from nvenc/nvdec. Also this is prework for CUDA device context sharing
among nvdec(s)/nvenc(s).
sys/nvcodec/Makefile.am
sys/nvcodec/gstcudacontext.c [new file with mode: 0644]
sys/nvcodec/gstcudacontext.h [new file with mode: 0644]
sys/nvcodec/gstcudautils.c [new file with mode: 0644]
sys/nvcodec/gstcudautils.h [new file with mode: 0644]
sys/nvcodec/meson.build