Searched defs:HeifDecoder (Results 1 – 1 of 1) sorted by relevance
44 struct HeifDecoder { struct45 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