AHardwareBuffer_Plane
Holds data for a single image plane.
Summary
| Public attributes | |
|---|---|
| data | void *_NullablePoints to first byte in plane.  | 
| pixelStride | uint32_tDistance in bytes from the color channel of one pixel to the next.  | 
| rowStride | uint32_tDistance in bytes from the first value of one row of the image to the first value of the next row.  | 
Public attributes
data
Declared inandroid/hardware_buffer.h
    void *_Nullable AHardwareBuffer_Plane::data
Points to first byte in plane.
pixelStride
Declared inandroid/hardware_buffer.h
    uint32_t AHardwareBuffer_Plane::pixelStride
Distance in bytes from the color channel of one pixel to the next.
rowStride
Declared inandroid/hardware_buffer.h
    uint32_t AHardwareBuffer_Plane::rowStride
Distance in bytes from the first value of one row of the image to the first value of the next row.
