FFmpeg  4.3.9
Data Fields
XFadeOpenCLContext Struct Reference

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]
 
AVFramexf [2]
 

Detailed Description

Definition at line 45 of file vf_xfade_opencl.c.

Field Documentation

◆ ocf

OpenCLFilterContext XFadeOpenCLContext::ocf

Definition at line 46 of file vf_xfade_opencl.c.

Referenced by xfade_opencl_load().

◆ transition

int XFadeOpenCLContext::transition

Definition at line 48 of file vf_xfade_opencl.c.

Referenced by xfade_opencl_load().

◆ source_file

const char* XFadeOpenCLContext::source_file

Definition at line 49 of file vf_xfade_opencl.c.

Referenced by xfade_opencl_load().

◆ kernel_name

const char* XFadeOpenCLContext::kernel_name

Definition at line 50 of file vf_xfade_opencl.c.

Referenced by xfade_opencl_load().

◆ duration

int64_t XFadeOpenCLContext::duration

Definition at line 51 of file vf_xfade_opencl.c.

Referenced by xfade_opencl_config_output().

◆ offset

int64_t XFadeOpenCLContext::offset

Definition at line 52 of file vf_xfade_opencl.c.

Referenced by xfade_opencl_config_output().

◆ initialised

int XFadeOpenCLContext::initialised

Definition at line 54 of file vf_xfade_opencl.c.

Referenced by xfade_frame(), and xfade_opencl_load().

◆ kernel

cl_kernel XFadeOpenCLContext::kernel

Definition at line 55 of file vf_xfade_opencl.c.

Referenced by xfade_frame(), xfade_opencl_load(), and xfade_opencl_uninit().

◆ command_queue

cl_command_queue XFadeOpenCLContext::command_queue

Definition at line 56 of file vf_xfade_opencl.c.

Referenced by xfade_frame(), xfade_opencl_load(), and xfade_opencl_uninit().

◆ nb_planes

int XFadeOpenCLContext::nb_planes

Definition at line 58 of file vf_xfade_opencl.c.

Referenced by xfade_frame(), and xfade_opencl_load().

◆ duration_pts

int64_t XFadeOpenCLContext::duration_pts

◆ offset_pts

int64_t XFadeOpenCLContext::offset_pts

◆ first_pts

int64_t XFadeOpenCLContext::first_pts

◆ last_pts

int64_t XFadeOpenCLContext::last_pts

Definition at line 63 of file vf_xfade_opencl.c.

Referenced by xfade_opencl_activate(), and xfade_opencl_config_output().

◆ pts

int64_t XFadeOpenCLContext::pts

◆ xfade_is_over

int XFadeOpenCLContext::xfade_is_over

Definition at line 65 of file vf_xfade_opencl.c.

Referenced by get_video_buffer(), and xfade_opencl_activate().

◆ need_second

int XFadeOpenCLContext::need_second

Definition at line 66 of file vf_xfade_opencl.c.

Referenced by get_video_buffer(), and xfade_opencl_activate().

◆ eof

int XFadeOpenCLContext::eof[2]

Definition at line 67 of file vf_xfade_opencl.c.

Referenced by xfade_opencl_activate().

◆ xf

AVFrame* XFadeOpenCLContext::xf[2]

Definition at line 68 of file vf_xfade_opencl.c.

Referenced by xfade_frame(), and xfade_opencl_activate().


The documentation for this struct was generated from the following file: