Stay organized with collections
Save and categorize content based on your preferences.
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-19 UTC."],[],[],null,["# AHardwareBuffer_Planes Struct Reference\n\nAHardwareBuffer_Planes\n======================\n\nHolds all image planes that contain the pixel data.\n\nSummary\n-------\n\n| ### Public attributes ||\n|--------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------|\n| [planeCount](#struct_a_hardware_buffer___planes_1a3643a4768b1b48b2ac8b2749d2f6ad0d) | `uint32_t` Number of distinct planes. |\n| [planes](#struct_a_hardware_buffer___planes_1a38077db3189788756b820c063ce6e831)`[4]` | [AHardwareBuffer_Plane](/ndk/reference/struct/a-hardware-buffer-plane#struct_a_hardware_buffer___plane) Array of image planes. |\n\nPublic attributes\n-----------------\n\n### planeCount\n\nDeclared in `android/hardware_buffer.h` \n\n```scdoc\nuint32_t AHardwareBuffer_Planes::planeCount\n``` \nNumber of distinct planes. \n\n### planes\n\nDeclared in `android/hardware_buffer.h` \n\n```scdoc\nAHardwareBuffer_Plane AHardwareBuffer_Planes::planes[4]\n``` \nArray of image planes."]]