FFmpeg  4.0
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

◆ ocf

OpenCLFilterContext ProgramOpenCLContext::ocf

Definition at line 32 of file vf_program_opencl.c.

Referenced by program_opencl_init(), and program_opencl_load().

◆ loaded

int ProgramOpenCLContext::loaded

Definition at line 34 of file vf_program_opencl.c.

Referenced by program_opencl_load(), and program_opencl_run().

◆ index

cl_uint ProgramOpenCLContext::index

Definition at line 35 of file vf_program_opencl.c.

Referenced by program_opencl_run().

◆ kernel

cl_kernel ProgramOpenCLContext::kernel

◆ command_queue

cl_command_queue ProgramOpenCLContext::command_queue

◆ fs

FFFrameSync ProgramOpenCLContext::fs

◆ frames

AVFrame** ProgramOpenCLContext::frames

◆ source_file

const char* ProgramOpenCLContext::source_file

Definition at line 42 of file vf_program_opencl.c.

Referenced by program_opencl_load().

◆ kernel_name

const char* ProgramOpenCLContext::kernel_name

Definition at line 43 of file vf_program_opencl.c.

Referenced by program_opencl_load().

◆ nb_inputs

int ProgramOpenCLContext::nb_inputs

◆ width

int ProgramOpenCLContext::width

Definition at line 45 of file vf_program_opencl.c.

Referenced by program_opencl_init().

◆ height

int ProgramOpenCLContext::height

Definition at line 45 of file vf_program_opencl.c.

Referenced by program_opencl_init().

◆ source_format

enum AVPixelFormat ProgramOpenCLContext::source_format

Definition at line 46 of file vf_program_opencl.c.

Referenced by program_opencl_init().

◆ source_rate

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: