FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
opencl_internal.h File Reference
#include "opencl.h"

Go to the source code of this file.

Data Structures

struct  FFOpenclParam
 

Macros

#define FF_OPENCL_PARAM_INFO(a)   ((void*)(&(a))), (sizeof(a))
 

Functions

int ff_opencl_set_parameter (FFOpenclParam *opencl_param,...)
 

Macro Definition Documentation

#define FF_OPENCL_PARAM_INFO (   a)    ((void*)(&(a))), (sizeof(a))

Definition at line 25 of file opencl_internal.h.

Referenced by ff_opencl_apply_unsharp(), and ff_opencl_transform().

Function Documentation

int ff_opencl_set_parameter ( FFOpenclParam opencl_param,
  ... 
)

Definition at line 26 of file opencl_internal.c.

Referenced by ff_opencl_apply_unsharp(), and ff_opencl_transform().