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

Data Fields

OpenCLFilterContext ocf
 
enum AVColorSpace colorspace
colorspace_in 
colorspace_out
 
enum
AVColorTransferCharacteristic
trc trc_in 
trc_out
 
enum AVColorPrimaries
primaries primaries_in 
primaries_out
 
enum AVColorRange range range_in range_out
 
enum AVChromaLocation chroma_loc
 
enum TonemapAlgorithm tonemap
 
enum AVPixelFormat format
 
double peak
 
double param
 
double desat_param
 
double target_peak
 
double scene_threshold
 
int initialised
 
cl_kernel kernel
 
cl_command_queue command_queue
 
cl_mem util_mem
 

Detailed Description

Definition at line 54 of file vf_tonemap_opencl.c.

Field Documentation

OpenCLFilterContext TonemapOpenCLContext::ocf

Definition at line 55 of file vf_tonemap_opencl.c.

Referenced by tonemap_opencl_config_output(), and tonemap_opencl_init().

enum AVColorSpace colorspace colorspace_in TonemapOpenCLContext::colorspace_out

Definition at line 57 of file vf_tonemap_opencl.c.

Referenced by tonemap_opencl_filter_frame(), and tonemap_opencl_init().

enum AVColorTransferCharacteristic trc trc_in TonemapOpenCLContext::trc_out

Definition at line 58 of file vf_tonemap_opencl.c.

Referenced by tonemap_opencl_filter_frame(), and tonemap_opencl_init().

enum AVColorPrimaries primaries primaries_in TonemapOpenCLContext::primaries_out

Definition at line 59 of file vf_tonemap_opencl.c.

Referenced by tonemap_opencl_filter_frame(), and tonemap_opencl_init().

enum AVColorRange range range_in TonemapOpenCLContext::range_out

Definition at line 60 of file vf_tonemap_opencl.c.

Referenced by tonemap_opencl_filter_frame(), and tonemap_opencl_init().

enum AVChromaLocation TonemapOpenCLContext::chroma_loc

Definition at line 61 of file vf_tonemap_opencl.c.

Referenced by tonemap_opencl_filter_frame(), and tonemap_opencl_init().

enum TonemapAlgorithm TonemapOpenCLContext::tonemap

Definition at line 63 of file vf_tonemap_opencl.c.

Referenced by tonemap_opencl_init().

enum AVPixelFormat TonemapOpenCLContext::format

Definition at line 64 of file vf_tonemap_opencl.c.

Referenced by tonemap_opencl_config_output().

double TonemapOpenCLContext::peak

Definition at line 65 of file vf_tonemap_opencl.c.

Referenced by tonemap_opencl_filter_frame().

double TonemapOpenCLContext::param

Definition at line 66 of file vf_tonemap_opencl.c.

Referenced by tonemap_opencl_init().

double TonemapOpenCLContext::desat_param

Definition at line 67 of file vf_tonemap_opencl.c.

Referenced by tonemap_opencl_init().

double TonemapOpenCLContext::target_peak

Definition at line 68 of file vf_tonemap_opencl.c.

Referenced by tonemap_opencl_filter_frame(), and tonemap_opencl_init().

double TonemapOpenCLContext::scene_threshold

Definition at line 69 of file vf_tonemap_opencl.c.

Referenced by tonemap_opencl_init().

int TonemapOpenCLContext::initialised

Definition at line 70 of file vf_tonemap_opencl.c.

Referenced by tonemap_opencl_filter_frame(), and tonemap_opencl_init().

cl_kernel TonemapOpenCLContext::kernel
cl_command_queue TonemapOpenCLContext::command_queue
cl_mem TonemapOpenCLContext::util_mem

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