FFmpeg
|
#include <hwcontext_cuda_internal.h>
Data Fields | |
CudaFunctions * | cuda_dl |
int | is_allocated |
CUdevice | cuda_device |
int | flags |
Definition at line 31 of file hwcontext_cuda_internal.h.
CudaFunctions* AVCUDADeviceContextInternal::cuda_dl |
Definition at line 32 of file hwcontext_cuda_internal.h.
Referenced by cuda_buffer_free(), cuda_context_init(), cuda_device_create(), cuda_device_derive(), cuda_device_init(), cuda_device_uninit(), cuda_frames_init(), cuda_pool_alloc(), cuda_transfer_data(), cuvid_decode_init(), vulkan_device_derive(), and vulkan_free_internal().
int AVCUDADeviceContextInternal::is_allocated |
Definition at line 33 of file hwcontext_cuda_internal.h.
Referenced by cuda_context_init(), and cuda_device_uninit().
CUdevice AVCUDADeviceContextInternal::cuda_device |
Definition at line 34 of file hwcontext_cuda_internal.h.
Referenced by cuda_context_init(), cuda_device_create(), cuda_device_derive(), cuda_device_uninit(), cuda_frames_init(), and vulkan_device_derive().
int AVCUDADeviceContextInternal::flags |
Definition at line 35 of file hwcontext_cuda_internal.h.
Referenced by cuda_context_init(), and cuda_device_uninit().