Home
last modified time | relevance | path

Searched defs:compressionMethod (Results 1 – 5 of 5) sorted by relevance

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
Dzip_file.h52 uint16_t compressionMethod = 0; member
86 uint16_t compressionMethod = 0; member
131 uint16_t compressionMethod = 0; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
Dzip_file.h49 uint16_t compressionMethod = 0; member
83 uint16_t compressionMethod = 0; member
142 uint16_t compressionMethod = 0; member
/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
Dzip_file.h55 uint16_t compressionMethod = 0; member
89 uint16_t compressionMethod = 0; member
148 uint16_t compressionMethod = 0; member
/foundation/arkui/ace_engine/frameworks/core/image/apng/
Dapng_image_decoder.h143 uint8_t compressionMethod = 0; ///< 0 (deflate/inflate) member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
Dpng_image_chunk_utils.cpp157 const byte compressionMethod = chunkData.ReadUInt8(keySize + 2); in CheckChunkData() local