Searched defs:imgVec (Results 1 - 3 of 3) sorted by relevance
/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/ |
H A D | boot_picture_player_test.cpp | 50 ImageStructVec imgVec; in HWTEST_F() local 107 ImageStructVec imgVec; in HWTEST_F() local 154 ImageStructVec imgVec; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
H A D | boot_picture_player.cpp | 91 bool BootPicturePlayer::ReadPicZipFile(ImageStructVec& imgVec, int32_t& freq) in ReadPicZipFile() argument 94 ReadZipFile(GetPicZipPath(), imgVec, frameConfig); in ReadPicZipFile() local
|
H A D | util.cpp | 195 bool ReadZipFile(const std::string& srcFilePath, ImageStructVec& imgVec, FrameRateConfig& frameConfig) in ReadZipFile() argument 251 void SortZipFile(ImageStructVec& imgVec) in SortZipFile() argument 262 bool ReadImageFile(const unzFile zipFile, const std::string& fileName, ImageStructVec& imgVec, in ReadImageFile() argument 320 CheckImageData(const std::string& fileName, std::shared_ptr<ImageStruct> imageStruct, int32_t bufferLen, ImageStructVec& imgVec) CheckImageData() argument [all...] |
Completed in 2 milliseconds