FFmpeg
|
This struct is allocated as AVHWDeviceContext.hwctx. More...
#include <hwcontext_cuda.h>
Data Fields | |
CUcontext | cuda_ctx |
CUstream | stream |
AVCUDADeviceContextInternal * | internal |
This struct is allocated as AVHWDeviceContext.hwctx.
Definition at line 42 of file hwcontext_cuda.h.
CUcontext AVCUDADeviceContext::cuda_ctx |
Definition at line 43 of file hwcontext_cuda.h.
Referenced by cuda_buffer_free(), cuda_device_create(), cuda_device_uninit(), cuda_pool_alloc(), cuda_transfer_data_from(), cuda_transfer_data_to(), cuvid_decode_init(), and nvenc_setup_device().
CUstream AVCUDADeviceContext::stream |
Definition at line 44 of file hwcontext_cuda.h.
Referenced by cuda_device_create(), cuda_transfer_data_from(), and cuda_transfer_data_to().
AVCUDADeviceContextInternal* AVCUDADeviceContext::internal |
Definition at line 45 of file hwcontext_cuda.h.
Referenced by cuda_buffer_free(), cuda_device_create(), cuda_device_init(), cuda_device_uninit(), cuda_pool_alloc(), cuda_transfer_data_from(), cuda_transfer_data_to(), and cuvid_decode_init().