AHardwareBuffer_Planes

#include <hardware_buffer.h>

Holds all image planes that contain the pixel data.

Summary

Public attributes

planeCount
uint32_t
Number of distinct planes.
planes[4]
Array of image planes.

Public attributes

planeCount

uint32_t AHardwareBuffer_Planes::planeCount

Number of distinct planes.

planes

AHardwareBuffer_Plane AHardwareBuffer_Planes::planes[4]

Array of image planes.