7.52. CUeglFrame_v1 结构体参考

[CUDA驱动使用的数据类型]

CUDA EGLFrame 结构描述符 - 定义EGL单帧的结构。

每个帧可能包含一个或多个平面,具体取决于表面*是否为多平面。

公共变量

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

变量

CUarray_formatCUeglFrame_v1::cuFormat [inherited]

CUDA数组格式

unsigned int CUeglFrame_v1::depth [inherited]

第一平面的深度

CUeglColorFormatCUeglFrame_v1::eglColorFormat [inherited]

CUDA EGL 颜色格式

CUeglFrameTypeCUeglFrame_v1::frameType [inherited]

数组或音高

unsigned int CUeglFrame_v1::height [inherited]

第一个平面的高度

unsigned int CUeglFrame_v1::numChannels [inherited]

平面的通道数量

CUarrayCUeglFrame_v1::pArray[MAX_PLANES] [inherited]

对应于每个平面的CUarray数组

void [MAX_PLANES] * CUeglFrame_v1::pPitch [inherited]

对应每个平面的指针数组

unsigned int CUeglFrame_v1::pitch [inherited]

第一个平面的间距

unsigned int CUeglFrame_v1::planeCount [inherited]

飞机数量

unsigned int CUeglFrame_v1::width [inherited]

第一个平面的宽度