Home
last modified time | relevance | path

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

/external/skia/src/codec/
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