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 64 of file opencl.h.

Field Documentation

cl_command_queue AVOpenCLKernelEnv::command_queue

Definition at line 65 of file opencl.h.

Referenced by av_opencl_create_kernel(), and av_opencl_release_kernel().

cl_kernel AVOpenCLKernelEnv::kernel

Definition at line 66 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 67 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: