AHardwareBuffer_Planes
包含所有包含像素数据的图像平面。
摘要
公共属性 |
|
---|---|
planeCount
|
uint32_t
不同平面的数量。
|
planes[4]
|
图像平面数组。
|
公共属性
planeCount
在android/hardware_buffer.h
中声明
uint32_t AHardwareBuffer_Planes::planeCount
不同平面的数量。
planes
在android/hardware_buffer.h
中声明
AHardwareBuffer_Plane AHardwareBuffer_Planes::planes[4]
图像平面数组。