harmony 鸿蒙OhosImageComponent

  • 2023-10-30
  • 浏览 (382)

OhosImageComponent

Overview

The OHOS::Media::OhosImageComponent struct defines the information about an image component.

Since

10

Related Modules

Image

Summary

Member Variables

Name Description
byteBuffer Buffer that stores the pixel data.
size Size of the pixel data in the memory.
componentType Type of the pixel data.
rowStride Row stride of the pixel data.
pixelStride Pixel stride of the pixel data.

Member Variable Description

byteBuffer

uint8_t* OhosImageComponent::byteBuffer

Description

Buffer that stores the pixel data.

componentType

int32_t OhosImageComponent::componentType

Description

Type of the pixel data.

pixelStride

int32_t OhosImageComponent::pixelStride

Description

Pixel stride of the pixel data.

rowStride

int32_t OhosImageComponent::rowStride

Description

Row stride of the pixel data.

size

size_t OhosImageComponent::size

Description

Size of the pixel data in the memory.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Native APIs

harmony 鸿蒙AVCapability

harmony 鸿蒙AVDemuxer

harmony 鸿蒙AVMuxer

harmony 鸿蒙AVScreenCapture

harmony 鸿蒙AVSource

harmony 鸿蒙AudioDecoder

harmony 鸿蒙AudioEncoder

harmony 鸿蒙CodecBase

harmony 鸿蒙Core

0  赞