OhosImageRegion

struct OhosImageRegion {...}

Overview

The struct describes the region of an image source to decode. It is a member variable of OhosImageDecodingOps.

Since: 10

Related module: Image

Header file: image_source_mdk.h

Summary

Member Variables

Name Description
int32_t x X coordinate of the start point, in pixels.
int32_t y Y coordinate of the start point, in pixels.
int32_t width Width of the region, in pixels.
int32_t height Height of the region, in pixels.