AHardwareBuffer_Planes

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

Declared in android/hardware_buffer.h
uint32_t AHardwareBuffer_Planes::planeCount

Number of distinct planes.

planes

Declared in android/hardware_buffer.h
AHardwareBuffer_Plane AHardwareBuffer_Planes::planes[4]

Array of image planes.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2024年11月19日 UTC.