Home
last modified time | relevance | path

Searched refs:FrameRateConfig (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dutil.h108 using FrameRateConfig = struct FrameRateConfig { struct
149 bool ReadZipFile(const std::string& srcFilePath, ImageStructVec& imgVec, FrameRateConfig& frameConf…
154 FrameRateConfig& frameConfig, unsigned long fileSize);
156 bool ParseImageConfig(const char* fileBuffer, int totalsize, FrameRateConfig& frameConfig);
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dutil.cpp195 bool ReadZipFile(const std::string& srcFilePath, ImageStructVec& imgVec, FrameRateConfig& frameConf… in ReadZipFile()
263 FrameRateConfig& frameConfig, unsigned long fileSize) in ReadImageFile()
302 bool ParseImageConfig(const char* fileBuffer, int totalsize, FrameRateConfig& frameConfig) in ParseImageConfig()
H A Dboot_picture_player.cpp93 FrameRateConfig frameConfig; in ReadPicZipFile()