OH_NativeBuffer_Plane
typedef struct {...} OH_NativeBuffer_Plane
Overview
This struct describes the plane information of an image.
Since: 12
Related module: OH_NativeBuffer
Header file: native_buffer.h
Summary
Member Variables
| Name | Description |
|---|---|
| uint64_t offset | Offset of the image plane, in bytes. |
| uint32_t rowStride | Distance from the first value in an image row to the first value in the next row, in bytes. |
| uint32_t columnStride | Distance from the first value in an image column to the first value in the next column, in bytes. |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 capi-drawing-gpu-context-h
openharmony 鸿蒙 capi-drawing-nativepixelmap-
openharmony 鸿蒙 capi-nativevsync-oh-nativevsync-expectedraterange
openharmony 鸿蒙 capi-drawing-oh-drawing-brush
openharmony 鸿蒙 capi-drawing-oh-drawing-image-info
openharmony 鸿蒙 capi-drawing-text-linetypography-h
openharmony 鸿蒙 capi-oh-nativeimage-oh-nativeimage
openharmony 鸿蒙 capi-drawing-typeface-h