7.54. CUeglFrame_v1 Struct Reference
[Data types used by CUDA driver]
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 Variables
- CUarray_format cuFormat
 - unsigned int depth
 - CUeglColorFormat eglColorFormat
 - CUeglFrameType frameType
 - unsigned int height
 - unsigned int numChannels
 - CUarray pArray[MAX_PLANES]
 - void [MAX_PLANES] * pPitch
 - unsigned int pitch
 - unsigned int planeCount
 - unsigned int width
 
Variables
- CUarray_formatCUeglFrame_v1::cuFormat [inherited]
 - 
                           
CUDA Array Format
 - unsigned int CUeglFrame_v1::depth [inherited]
 - 
                           
Depth of first plane
 - CUeglColorFormatCUeglFrame_v1::eglColorFormat [inherited]
 - 
                           
CUDA EGL Color Format
 - CUeglFrameTypeCUeglFrame_v1::frameType [inherited]
 - 
                           
Array or Pitch
 - unsigned int CUeglFrame_v1::height [inherited]
 - 
                           
Height of first plane
 - unsigned int CUeglFrame_v1::numChannels [inherited]
 - 
                           
Number of channels for the plane
 - CUarrayCUeglFrame_v1::pArray[MAX_PLANES] [inherited]
 - 
                           
Array of CUarray corresponding to each plane
 - void [MAX_PLANES] * CUeglFrame_v1::pPitch [inherited]
 - 
                           
Array of Pointers corresponding to each plane
 - unsigned int CUeglFrame_v1::pitch [inherited]
 - 
                           
Pitch of first plane
 - unsigned int CUeglFrame_v1::planeCount [inherited]
 - 
                           
Number of planes
 - unsigned int CUeglFrame_v1::width [inherited]
 - 
                           
Width of first plane