Home
last modified time | relevance | path

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

/third_party/skia/src/codec/
DSkStubHeifDecoderAPI.h43 struct HeifDecoder { struct
44 bool init(HeifStream* stream, HeifFrameInfo*) { in init()
49 bool getSequenceInfo(HeifFrameInfo* frameInfo, size_t *frameCount) { in getSequenceInfo()
74 static inline HeifDecoder* createHeifDecoder() { return new HeifDecoder; } in createHeifDecoder() argument
/third_party/flutter/skia/src/codec/
DSkStubHeifDecoderAPI.h53 struct HeifDecoder { struct
54 bool init(HeifStream* stream, HeifFrameInfo*) { in init()
60 bool getSequenceInfo(HeifFrameInfo* frameInfo, size_t *frameCount) { in getSequenceInfo()
88 static inline HeifDecoder* createHeifDecoder() { return new HeifDecoder; } in createHeifDecoder() argument