AHardwareBuffer_Plane
#include <hardware_buffer.h>
Holds data for a single image plane.
Summary
Public attributes |
|
---|---|
data
|
void *_Nullable
Points to first byte in plane.
|
pixelStride
|
uint32_t
Distance in bytes from the color channel of one pixel to the next.
|
rowStride
|
uint32_t
Distance in bytes from the first value of one row of the image to the first value of the next row.
|
Public attributes
data
void *_Nullable AHardwareBuffer_Plane::data
Points to first byte in plane.
pixelStride
uint32_t AHardwareBuffer_Plane::pixelStride
Distance in bytes from the color channel of one pixel to the next.
rowStride
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.