24 #ifndef ARM_COMPUTE_MULTIIMAGEINFO_H 25 #define ARM_COMPUTE_MULTIIMAGEINFO_H 53 unsigned int width()
const;
58 unsigned int height()
const;
Store the multi-planar image's metadata.
void init(unsigned int width, unsigned int height, Format format)
Initialize the metadata structure with the given parameters.
Copyright (c) 2017-2020 Arm Limited.
Format
Image colour formats.
unsigned int width() const
Width in pixels.
unsigned int height() const
Height in pixels.
MultiImageInfo()
Constructor.
Format format() const
Colour format of the image.