Home
last modified time | relevance | path

Searched refs:target_size (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/packaging_tools/
H A Dscript_generator.py167 def image_patch(self, partition, src_size, src_hash, target_size, target_hash): argument
176 src_hash=src_hash, target_size=target_size, target_hash=target_hash)
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_stream.cpp53 bool HeifBufferInputStream::CheckSize(size_t target_size, int64_t end) in CheckSize() argument
55 auto posAfterRead = Tell() + static_cast<int64_t>(target_size); in CheckSize()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_stream.h47 bool CheckSize(size_t target_size, int64_t end) override;