Home
last modified time | relevance | path

Searched defs:HeifFrameInfo (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libheif/include/
DHeifDecoderAPI.h43 struct HeifFrameInfo { struct
44 uint32_t mWidth;
45 uint32_t mHeight;
46 int32_t mRotationAngle; // Rotation angle, clockwise, should be multiple of 90
47 uint32_t mBytesPerPixel; // Number of bytes for one pixel
48 int64_t mDurationUs; // Duration of the frame in us
49 std::vector<uint8_t> mIccData; // ICC data array