Searched defs:HeifDecoder (Results 1 – 2 of 2) 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
97 struct HeifDecoder { struct98 HeifDecoder() {} in HeifDecoder() function100 virtual ~HeifDecoder() {} in ~HeifDecoder() argument173 HeifDecoder& operator=(const HeifFrameInfo&) = delete; argument