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

#include <opencl.h>

Data Fields

cl_command_queue command_queue
 
cl_kernel kernel
 
char kernel_name [AV_OPENCL_MAX_KERNEL_NAME_SIZE]
 

Detailed Description

Definition at line 68 of file opencl.h.

Field Documentation

cl_command_queue AVOpenCLKernelEnv::command_queue

Definition at line 69 of file opencl.h.

Referenced by av_opencl_create_kernel(), and av_opencl_release_kernel().

cl_kernel AVOpenCLKernelEnv::kernel

Definition at line 70 of file opencl.h.

Referenced by av_opencl_create_kernel(), and av_opencl_release_kernel().

char AVOpenCLKernelEnv::kernel_name[AV_OPENCL_MAX_KERNEL_NAME_SIZE]

Definition at line 71 of file opencl.h.

Referenced by av_opencl_create_kernel(), and av_opencl_release_kernel().


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