Home
last modified time | relevance | path

Searched refs:ImageStructVec (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dutil.h106 using ImageStructVec = std::vector<std::shared_ptr<ImageStruct>>; variable
149 bool ReadZipFile(const std::string& srcFilePath, ImageStructVec& imgVec, FrameRateConfig& frameConf…
151 void SortZipFile(ImageStructVec& imgVec);
153 bool ReadImageFile(const unzFile zipFile, const std::string& fileName, ImageStructVec& imgVec,
159 int32_t bufferLen, ImageStructVec& imgVec);
H A Dboot_picture_player.h38 bool ReadPicZipFile(ImageStructVec& imgVec, int32_t& freq);
51 ImageStructVec imageVector_;
/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()
251 void SortZipFile(ImageStructVec& imgVec) in SortZipFile()
262 bool ReadImageFile(const unzFile zipFile, const std::string& fileName, ImageStructVec& imgVec, in ReadImageFile()
321 int32_t bufferLen, ImageStructVec& imgVec) in CheckImageData()
H A Dboot_picture_player.cpp91 bool BootPicturePlayer::ReadPicZipFile(ImageStructVec& imgVec, int32_t& freq) in ReadPicZipFile()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H A Dboot_picture_player_test.cpp46 ImageStructVec imgVec;