Searched defs:HeifFrameInfo (Results 1 – 2 of 2) sorted by relevance
44 struct HeifFrameInfo { struct45 uint32_t mWidth;46 uint32_t mHeight;47 int32_t mRotationAngle; // Rotation angle, clockwise, should be multiple of 9048 uint32_t mBytesPerPixel; // Number of bytes for one pixel49 int64_t mDurationUs; // Duration of the frame in us50 uint32_t mBitDepth; // Number of bits of R/G/B channel51 std::vector<uint8_t> mIccData; // ICC data array
35 struct HeifFrameInfo { struct45 bool init(HeifStream* stream, HeifFrameInfo*) { in init() argument