Searched refs:FrameRateConfig (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/include/ |
H A D | util.h | 108 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 D | util.cpp | 195 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 D | boot_picture_player.cpp | 93 FrameRateConfig frameConfig; in ReadPicZipFile()
|