Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/libheif/include/
H A DHeifDecoderAPI.h44 struct HeifFrameInfo { struct
45 uint32_t mWidth;
46 uint32_t mHeight;
47 int32_t mRotationAngle; // Rotation angle, clockwise, should be multiple of 90
48 uint32_t mBytesPerPixel; // Number of bytes for one pixel
49 int64_t mDurationUs; // Duration of the frame in us
50 uint32_t mBitDepth; // Number of bits of R/G/B channel
51 std::vector<uint8_t> mIccData; // ICC data array
/aosp_15_r20/external/skia/src/codec/
H A DSkStubHeifDecoderAPI.h35 struct HeifFrameInfo { struct
45 bool init(HeifStream* stream, HeifFrameInfo*) { in init() argument