Home
last modified time | relevance | path

Searched defs:imgVec (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H A Dboot_picture_player_test.cpp50 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 Dboot_picture_player.cpp91 bool BootPicturePlayer::ReadPicZipFile(ImageStructVec& imgVec, int32_t& freq) in ReadPicZipFile() argument
94 ReadZipFile(GetPicZipPath(), imgVec, frameConfig); in ReadPicZipFile() local
H A Dutil.cpp195 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