|
FFmpeg
|
Data Fields | |
| YADIFContext | yadif |
| AVCUDADeviceContext * | hwctx |
| AVBufferRef * | device_ref |
| AVBufferRef * | input_frames_ref |
| AVHWFramesContext * | input_frames |
| CUcontext | cu_ctx |
| CUstream | stream |
| CUmodule | cu_module |
| CUfunction | cu_func_uchar |
| CUfunction | cu_func_uchar2 |
| CUfunction | cu_func_ushort |
| CUfunction | cu_func_ushort2 |
Definition at line 29 of file vf_yadif_cuda.c.
| YADIFContext DeintCUDAContext::yadif |
Definition at line 30 of file vf_yadif_cuda.c.
Referenced by call_kernel(), config_output(), deint_cuda_uninit(), and filter().
| AVCUDADeviceContext* DeintCUDAContext::hwctx |
Definition at line 32 of file vf_yadif_cuda.c.
Referenced by config_output(), and deint_cuda_uninit().
| AVBufferRef* DeintCUDAContext::device_ref |
Definition at line 33 of file vf_yadif_cuda.c.
Referenced by config_output(), and deint_cuda_uninit().
| AVBufferRef* DeintCUDAContext::input_frames_ref |
Definition at line 34 of file vf_yadif_cuda.c.
Referenced by config_input(), and deint_cuda_uninit().
| AVHWFramesContext* DeintCUDAContext::input_frames |
Definition at line 35 of file vf_yadif_cuda.c.
Referenced by config_input(), config_output(), and deint_cuda_uninit().
| CUcontext DeintCUDAContext::cu_ctx |
Definition at line 37 of file vf_yadif_cuda.c.
Referenced by config_output(), deint_cuda_uninit(), and filter().
| CUstream DeintCUDAContext::stream |
Definition at line 38 of file vf_yadif_cuda.c.
Referenced by call_kernel(), config_output(), and filter().
| CUmodule DeintCUDAContext::cu_module |
Definition at line 39 of file vf_yadif_cuda.c.
Referenced by deint_cuda_uninit().
| CUfunction DeintCUDAContext::cu_func_uchar |
Definition at line 40 of file vf_yadif_cuda.c.
Referenced by filter().
| CUfunction DeintCUDAContext::cu_func_uchar2 |
Definition at line 41 of file vf_yadif_cuda.c.
Referenced by filter().
| CUfunction DeintCUDAContext::cu_func_ushort |
Definition at line 42 of file vf_yadif_cuda.c.
Referenced by filter().
| CUfunction DeintCUDAContext::cu_func_ushort2 |
Definition at line 43 of file vf_yadif_cuda.c.
Referenced by filter().
1.8.6