Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/codec/
H A DSkStubHeifDecoderAPI.h44 struct HeifDecoder { struct
45 bool init(HeifStream* stream, HeifFrameInfo*) { in init()
50 bool getSequenceInfo(HeifFrameInfo* frameInfo, size_t *frameCount) { in getSequenceInfo()
54 bool decode(HeifFrameInfo*) { in decode()
79 static inline HeifDecoder* createHeifDecoder() { return new HeifDecoder; } in createHeifDecoder() argument
/aosp_15_r20/frameworks/av/media/libheif/include/
H A DHeifDecoderAPI.h97 struct HeifDecoder { struct
98 HeifDecoder() {} in HeifDecoder() function
100 virtual ~HeifDecoder() {} in ~HeifDecoder() argument
173 HeifDecoder& operator=(const HeifFrameInfo&) = delete; argument