AHardwareBuffer_Planes
Holds all image planes that contain the pixel data.
Summary
| Public attributes | |
|---|---|
| planeCount | uint32_tNumber of distinct planes.  | 
| planes[4] | Array of image planes.  | 
Public attributes
planeCount
Declared inandroid/hardware_buffer.h
    uint32_t AHardwareBuffer_Planes::planeCount
Number of distinct planes.
planes
Declared inandroid/hardware_buffer.h
    AHardwareBuffer_Plane AHardwareBuffer_Planes::planes[4]
Array of image planes.
