Searched refs:ImageStructVec (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/include/ |
H A D | util.h | 106 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 D | boot_picture_player.h | 38 bool ReadPicZipFile(ImageStructVec& imgVec, int32_t& freq); 51 ImageStructVec imageVector_;
|
/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() 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 D | boot_picture_player.cpp | 91 bool BootPicturePlayer::ReadPicZipFile(ImageStructVec& imgVec, int32_t& freq) in ReadPicZipFile()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/ |
H A D | boot_picture_player_test.cpp | 46 ImageStructVec imgVec;
|