7.11. cudaEglPlaneDesc 结构体参考

[CUDA 运行时使用的数据类型]

CUDA EGL 平面描述符 - 定义 CUDA EGLFrame 每个平面的结构

公共变量

struct cudaChannelFormatDesc channelDesc
unsigned int  depth
unsigned int  height
unsigned int  numChannels
unsigned int  pitch
unsigned int  reserved[4]
unsigned int  width

变量

struct cudaChannelFormatDesccudaEglPlaneDesc::channelDesc [继承]

通道格式描述符

unsigned int cudaEglPlaneDesc::depth [继承]

平面深度

unsigned int cudaEglPlaneDesc::height [继承]

平面高度

unsigned int cudaEglPlaneDesc::numChannels [继承]

平面的通道数

unsigned int cudaEglPlaneDesc::pitch [继承]

平面 pitch

unsigned int cudaEglPlaneDesc::reserved[4] [继承]

保留以供将来使用

unsigned int cudaEglPlaneDesc::width [继承]

平面宽度