Searched defs:HeifFrameInfo (Results 1 – 1 of 1) sorted by relevance
43 struct HeifFrameInfo { struct44 uint32_t mWidth;45 uint32_t mHeight;46 int32_t mRotationAngle; // Rotation angle, clockwise, should be multiple of 9047 uint32_t mBytesPerPixel; // Number of bytes for one pixel48 int64_t mDurationUs; // Duration of the frame in us49 std::vector<uint8_t> mIccData; // ICC data array