Searched refs:OH_NativeBuffer_Plane (Results 1 – 16 of 16) sorted by relevance
1 # OH_NativeBuffer_Plane chapter33 uint32_t OH_NativeBuffer_Plane::columnStride42 uint64_t OH_NativeBuffer_Plane::offset51 uint32_t OH_NativeBuffer_Plane::rowStride
23 | [OH_NativeBuffer_Plane](_o_h___native_buffer___plane.md) [planes](#planes) [4] | 图像平面格式信息数组。 | 43 OH_NativeBuffer_Plane OH_NativeBuffer_Planes::planes[4]
27 | struct [OH_NativeBuffer_Plane](_o_h___native_buffer___plane.md) | 单个图像平面格式信息。 | 47 | typedef struct [OH_NativeBuffer_Plane](_o_h___native_buffer___plane.md) [OH_NativeBuffer_Plane](…226 ### OH_NativeBuffer_Plane subsection229 typedef struct OH_NativeBuffer_Plane OH_NativeBuffer_Plane
26 | struct [OH_NativeBuffer_Plane](_o_h___native_buffer___plane.md) | 单个图像平面格式信息。 | 46 | typedef struct [OH_NativeBuffer_Plane](_o_h___native_buffer___plane.md) [OH_NativeBuffer_Plane](…
98 - [OH_NativeBuffer_Plane](_o_h___native_buffer___plane.md)
1 # OH_NativeBuffer_Plane chapter6 The OH_NativeBuffer_Plane struct describes the plane information of an image.33 uint32_t OH_NativeBuffer_Plane::columnStride42 uint64_t OH_NativeBuffer_Plane::offset51 uint32_t OH_NativeBuffer_Plane::rowStride
23 | [OH_NativeBuffer_Plane](_o_h___native_buffer___plane.md) [planes](#planes) [4] | Array holding th…43 OH_NativeBuffer_Plane OH_NativeBuffer_Planes::planes[4]
26 | struct [OH_NativeBuffer_Plane](_o_h___native_buffer___plane.md) | Describes the plane informatio…46 | typedef struct [OH_NativeBuffer_Plane](_o_h___native_buffer___plane.md) [OH_NativeBuffer_Plane](…
27 | struct [OH_NativeBuffer_Plane](_o_h___native_buffer___plane.md) | Describes the plane informatio…47 | typedef struct [OH_NativeBuffer_Plane](_o_h___native_buffer___plane.md) [OH_NativeBuffer_Plane](…226 ### OH_NativeBuffer_Plane subsection229 typedef struct OH_NativeBuffer_Plane OH_NativeBuffer_Plane
100 - [OH_NativeBuffer_Plane](_o_h___native_buffer___plane.md)
354 } OH_NativeBuffer_Plane; typedef365 OH_NativeBuffer_Plane planes[4]; ///< Array of image planes.
157 const OH_NativeBuffer_Plane &planeY = planes->planes[0]; in SetDmaYuvInfo()159 …const OH_NativeBuffer_Plane &planeUV = planes->planes[isNV21 ? NV21_PLANE_UV_INDEX : NV12_PLANE_UV… in SetDmaYuvInfo()
106 const OH_NativeBuffer_Plane &planeY = param.planesInfo->planes[0]; in FillFrameInfoForPixelConvert()107 …const OH_NativeBuffer_Plane &planeUV = param.planesInfo->planes[param.format == AV_PIX_FMT_NV21 ? … in FillFrameInfoForPixelConvert()
3622 const OH_NativeBuffer_Plane &planeY = planes->planes[0]; in SetDmaContextYuvInfo()3623 const OH_NativeBuffer_Plane &planeUV = in SetDmaContextYuvInfo()
4101 - [OH_NativeBuffer_Plane](reference/apis-arkgraphics2d/_o_h___native_buffer___plane.md)
3962 - [OH_NativeBuffer_Plane](reference/apis-arkgraphics2d/_o_h___native_buffer___plane.md)