| FFmpeg
    | 
| Data Fields | |
| OpenCLFilterContext | ocf | 
| int | transition | 
| const char * | source_file | 
| const char * | kernel_name | 
| int64_t | duration | 
| int64_t | offset | 
| int | initialised | 
| cl_kernel | kernel | 
| cl_command_queue | command_queue | 
| int | nb_planes | 
| int64_t | duration_pts | 
| int64_t | offset_pts | 
| int64_t | first_pts | 
| int64_t | last_pts | 
| int64_t | pts | 
| int | xfade_is_over | 
| int | need_second | 
| int | eof [2] | 
| AVFrame * | xf [2] | 
Definition at line 44 of file vf_xfade_opencl.c.
| OpenCLFilterContext XFadeOpenCLContext::ocf | 
Definition at line 45 of file vf_xfade_opencl.c.
| int XFadeOpenCLContext::transition | 
Definition at line 47 of file vf_xfade_opencl.c.
| const char* XFadeOpenCLContext::source_file | 
Definition at line 48 of file vf_xfade_opencl.c.
| const char* XFadeOpenCLContext::kernel_name | 
Definition at line 49 of file vf_xfade_opencl.c.
| int64_t XFadeOpenCLContext::duration | 
Definition at line 50 of file vf_xfade_opencl.c.
| int64_t XFadeOpenCLContext::offset | 
Definition at line 51 of file vf_xfade_opencl.c.
| int XFadeOpenCLContext::initialised | 
Definition at line 53 of file vf_xfade_opencl.c.
| cl_kernel XFadeOpenCLContext::kernel | 
Definition at line 54 of file vf_xfade_opencl.c.
| cl_command_queue XFadeOpenCLContext::command_queue | 
Definition at line 55 of file vf_xfade_opencl.c.
| int XFadeOpenCLContext::nb_planes | 
Definition at line 57 of file vf_xfade_opencl.c.
| int64_t XFadeOpenCLContext::duration_pts | 
Definition at line 59 of file vf_xfade_opencl.c.
| int64_t XFadeOpenCLContext::offset_pts | 
Definition at line 60 of file vf_xfade_opencl.c.
| int64_t XFadeOpenCLContext::first_pts | 
Definition at line 61 of file vf_xfade_opencl.c.
| int64_t XFadeOpenCLContext::last_pts | 
Definition at line 62 of file vf_xfade_opencl.c.
| int64_t XFadeOpenCLContext::pts | 
Definition at line 63 of file vf_xfade_opencl.c.
| int XFadeOpenCLContext::xfade_is_over | 
Definition at line 64 of file vf_xfade_opencl.c.
| int XFadeOpenCLContext::need_second | 
Definition at line 65 of file vf_xfade_opencl.c.
| int XFadeOpenCLContext::eof[2] | 
Definition at line 66 of file vf_xfade_opencl.c.
| AVFrame* XFadeOpenCLContext::xf[2] | 
Definition at line 67 of file vf_xfade_opencl.c.
 1.8.17
 1.8.17