| FFmpeg
    | 
| 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.
| int ProgramOpenCLContext::loaded | 
Definition at line 34 of file vf_program_opencl.c.
| cl_uint ProgramOpenCLContext::index | 
Definition at line 35 of file vf_program_opencl.c.
Referenced by convert_from_tensorflow.Operand::__lt__(), and convert_from_tensorflow.Operand::__str__().
| cl_kernel ProgramOpenCLContext::kernel | 
Definition at line 36 of file vf_program_opencl.c.
| cl_command_queue ProgramOpenCLContext::command_queue | 
Definition at line 37 of file vf_program_opencl.c.
| FFFrameSync ProgramOpenCLContext::fs | 
Definition at line 39 of file vf_program_opencl.c.
| AVFrame** ProgramOpenCLContext::frames | 
Definition at line 40 of file vf_program_opencl.c.
| const char* ProgramOpenCLContext::source_file | 
Definition at line 42 of file vf_program_opencl.c.
| const char* ProgramOpenCLContext::kernel_name | 
Definition at line 43 of file vf_program_opencl.c.
| int ProgramOpenCLContext::nb_inputs | 
Definition at line 44 of file vf_program_opencl.c.
| int ProgramOpenCLContext::width | 
Definition at line 45 of file vf_program_opencl.c.
| int ProgramOpenCLContext::height | 
Definition at line 45 of file vf_program_opencl.c.
| enum AVPixelFormat ProgramOpenCLContext::source_format | 
Definition at line 46 of file vf_program_opencl.c.
| AVRational ProgramOpenCLContext::source_rate | 
Definition at line 47 of file vf_program_opencl.c.
 1.8.17
 1.8.17