Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Enumerations | Functions
SkStubHeifDecoderAPI.h File Reference
#include <memory>
#include <stddef.h>
#include <stdint.h>

Go to the source code of this file.

Classes

struct  HeifStream
 
struct  HeifFrameInfo
 
struct  HeifDecoder
 

Enumerations

enum  HeifColorFormat { kHeifColorFormat_RGB565 , kHeifColorFormat_RGBA_8888 , kHeifColorFormat_BGRA_8888 , kHeifColorFormat_RGBA_1010102 }
 

Functions

static HeifDecodercreateHeifDecoder ()
 

Enumeration Type Documentation

◆ HeifColorFormat

Enumerator
kHeifColorFormat_RGB565 
kHeifColorFormat_RGBA_8888 
kHeifColorFormat_BGRA_8888 
kHeifColorFormat_RGBA_1010102 

Definition at line 18 of file SkStubHeifDecoderAPI.h.

Function Documentation

◆ createHeifDecoder()

static HeifDecoder * createHeifDecoder ( )
inlinestatic

Definition at line 79 of file SkStubHeifDecoderAPI.h.

79{ return new HeifDecoder; }