public final class INTELPackedYUV
extends java.lang.Object
The purpose of this extension is to provide OpenCL support for packed YUV images.
Requires CL12.
| Modifier and Type | Field and Description |
|---|---|
static int |
CL_UYVY_INTEL
Accepted as
image_channel_order of cl_image_format. |
static int |
CL_VYUY_INTEL
Accepted as
image_channel_order of cl_image_format. |
static int |
CL_YUYV_INTEL
Accepted as
image_channel_order of cl_image_format. |
static int |
CL_YVYU_INTEL
Accepted as
image_channel_order of cl_image_format. |
public static final int CL_YUYV_INTEL
image_channel_order of cl_image_format.public static final int CL_UYVY_INTEL
image_channel_order of cl_image_format.public static final int CL_YVYU_INTEL
image_channel_order of cl_image_format.public static final int CL_VYUY_INTEL
image_channel_order of cl_image_format.Copyright LWJGL. All Rights Reserved. License terms.