FFmpeg
4.3.8
|
Data Fields | |
const AVClass * | class |
enum AVPixelFormat | in_format_overlay |
enum AVPixelFormat | in_format_main |
AVBufferRef * | hw_device_ctx |
AVCUDADeviceContext * | hwctx |
CUcontext | cu_ctx |
CUmodule | cu_module |
CUfunction | cu_func |
CUstream | cu_stream |
FFFrameSync | fs |
int | x_position |
int | y_position |
Definition at line 60 of file vf_overlay_cuda.c.
const AVClass* OverlayCUDAContext::class |
Definition at line 61 of file vf_overlay_cuda.c.
enum AVPixelFormat OverlayCUDAContext::in_format_overlay |
Definition at line 63 of file vf_overlay_cuda.c.
Referenced by overlay_cuda_blend(), and overlay_cuda_config_output().
enum AVPixelFormat OverlayCUDAContext::in_format_main |
Definition at line 64 of file vf_overlay_cuda.c.
Referenced by overlay_cuda_config_output().
AVBufferRef* OverlayCUDAContext::hw_device_ctx |
Definition at line 66 of file vf_overlay_cuda.c.
Referenced by overlay_cuda_config_output(), and overlay_cuda_uninit().
AVCUDADeviceContext* OverlayCUDAContext::hwctx |
Definition at line 67 of file vf_overlay_cuda.c.
Referenced by overlay_cuda_blend(), overlay_cuda_call_kernel(), overlay_cuda_config_output(), and overlay_cuda_uninit().
CUcontext OverlayCUDAContext::cu_ctx |
Definition at line 69 of file vf_overlay_cuda.c.
Referenced by overlay_cuda_blend(), and overlay_cuda_uninit().
CUmodule OverlayCUDAContext::cu_module |
Definition at line 70 of file vf_overlay_cuda.c.
Referenced by overlay_cuda_config_output(), and overlay_cuda_uninit().
CUfunction OverlayCUDAContext::cu_func |
Definition at line 71 of file vf_overlay_cuda.c.
Referenced by overlay_cuda_call_kernel(), and overlay_cuda_config_output().
CUstream OverlayCUDAContext::cu_stream |
Definition at line 72 of file vf_overlay_cuda.c.
Referenced by overlay_cuda_call_kernel(), and overlay_cuda_config_output().
FFFrameSync OverlayCUDAContext::fs |
Definition at line 74 of file vf_overlay_cuda.c.
Referenced by overlay_cuda_activate(), overlay_cuda_config_output(), overlay_cuda_init(), and overlay_cuda_uninit().
int OverlayCUDAContext::x_position |
Definition at line 76 of file vf_overlay_cuda.c.
Referenced by overlay_cuda_blend(), and overlay_cuda_call_kernel().
int OverlayCUDAContext::y_position |
Definition at line 77 of file vf_overlay_cuda.c.
Referenced by overlay_cuda_blend(), and overlay_cuda_call_kernel().