7.67. CUeglFrame_v1
Defined in /dvs/p4/build/sw/gpgpu/bin/x86_64_Linux_release/stub/cudaEGL.h
-
struct CUeglFrame_v1
CUDA EGLFrame structure Descriptor - structure defining one frame of EGL.
Each frame may contain one or more planes depending on whether the surface * is Multiplanar or not.
Public Members
-
void *pPitch[MAX_PLANES]
Array of Pointers corresponding to each plane.
-
union CUeglFrame_v1::[anonymous] frame
-
unsigned int width
Width of first plane.
-
unsigned int height
Height of first plane.
-
unsigned int depth
Depth of first plane.
-
unsigned int pitch
Pitch of first plane.
-
unsigned int planeCount
Number of planes.
-
unsigned int numChannels
Number of channels for the plane.
-
CUeglFrameType frameType
Array or Pitch.
-
CUeglColorFormat eglColorFormat
CUDA EGL Color Format.
-
CUarray_format cuFormat
CUDA Array Format.
-
void *pPitch[MAX_PLANES]