FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ProgramOpenCLContext Struct Reference

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
 

Detailed Description

Definition at line 31 of file vf_program_opencl.c.

Field Documentation

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
cl_command_queue ProgramOpenCLContext::command_queue
FFFrameSync ProgramOpenCLContext::fs
AVFrame** ProgramOpenCLContext::frames
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
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().


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