Constants¶
Details¶
- GstCuda.CAPS_FEATURE_MEMORY_CUDA_MEMORY = 'memory:CUDAMemory'¶
Name of the caps feature for indicating the use of
GstCuda.CudaMemory
New in version 1.22.
- GstCuda.CUDA_CONTEXT_TYPE = 'gst.cuda.context'¶
New in version 1.22.
- GstCuda.CUDA_MEMORY_TYPE_NAME = 'gst.cuda.memory'¶
Name of cuda memory type
New in version 1.22.
- GstCuda.MAP_CUDA = 131072¶
Flag indicating that we should map the CUDA device memory instead of to system memory.
Combining
GstCuda.MAP_CUDA
withGst.MapFlags.WRITE
has the same semantics as though you are writing to CUDA device/host memory. Conversely, combiningGstCuda.MAP_CUDA
withGst.MapFlags.READ
has the same semantics as though you are reading from CUDA device/host memoryNew in version 1.22.