FFmpeg
4.0
|
Data Fields | |
OpenCLFilterContext | ocf |
int | loaded |
cl_uint | index |
cl_kernel | kernel |
cl_command_queue | command_queue |
FFFrameSync | fs |
AVFrame ** | frames |
const char * | source_file |
const char * | kernel_name |
int | nb_inputs |
int | width |
int | height |
enum AVPixelFormat | source_format |
AVRational | source_rate |
Definition at line 31 of file vf_program_opencl.c.
OpenCLFilterContext ProgramOpenCLContext::ocf |
Definition at line 32 of file vf_program_opencl.c.
Referenced by program_opencl_init(), and program_opencl_load().
int ProgramOpenCLContext::loaded |
Definition at line 34 of file vf_program_opencl.c.
Referenced by program_opencl_load(), and program_opencl_run().
cl_uint ProgramOpenCLContext::index |
Definition at line 35 of file vf_program_opencl.c.
Referenced by program_opencl_run().
cl_kernel ProgramOpenCLContext::kernel |
Definition at line 36 of file vf_program_opencl.c.
Referenced by program_opencl_load(), program_opencl_run(), and program_opencl_uninit().
cl_command_queue ProgramOpenCLContext::command_queue |
Definition at line 37 of file vf_program_opencl.c.
Referenced by program_opencl_load(), program_opencl_run(), and program_opencl_uninit().
FFFrameSync ProgramOpenCLContext::fs |
Definition at line 39 of file vf_program_opencl.c.
Referenced by program_opencl_activate(), program_opencl_config_output(), program_opencl_filter(), and program_opencl_uninit().
AVFrame** ProgramOpenCLContext::frames |
Definition at line 40 of file vf_program_opencl.c.
Referenced by program_opencl_filter(), program_opencl_init(), program_opencl_run(), and program_opencl_uninit().
const char* ProgramOpenCLContext::source_file |
Definition at line 42 of file vf_program_opencl.c.
Referenced by program_opencl_load().
const char* ProgramOpenCLContext::kernel_name |
Definition at line 43 of file vf_program_opencl.c.
Referenced by program_opencl_load().
int ProgramOpenCLContext::nb_inputs |
Definition at line 44 of file vf_program_opencl.c.
Referenced by program_opencl_activate(), program_opencl_config_output(), program_opencl_filter(), program_opencl_init(), program_opencl_run(), and program_opencl_uninit().
int ProgramOpenCLContext::width |
Definition at line 45 of file vf_program_opencl.c.
Referenced by program_opencl_init().
int ProgramOpenCLContext::height |
Definition at line 45 of file vf_program_opencl.c.
Referenced by program_opencl_init().
enum AVPixelFormat ProgramOpenCLContext::source_format |
Definition at line 46 of file vf_program_opencl.c.
Referenced by program_opencl_init().
AVRational ProgramOpenCLContext::source_rate |
Definition at line 47 of file vf_program_opencl.c.
Referenced by program_opencl_config_output().