Home
last modified time | relevance | path

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

/ohos5.0/base/startup/hvb/tools/
H A Dhvbtool.py266 self.chunk_type = chunk_type
273 if self.chunk_type == self.CHUNK_TYPE_RAW:
278 elif self.chunk_type == self.CHUNK_TYPE_FILL:
283 elif self.chunk_type == self.CHUNK_TYPE_DONT_CARE:
372 if chunk_type == ImageChunk.CHUNK_TYPE_RAW:
380 elif chunk_type == ImageChunk.CHUNK_TYPE_FILL:
388 elif chunk_type == ImageChunk.CHUNK_TYPE_DONT_CARE:
395 elif chunk_type == ImageChunk.CHUNK_TYPE_CRC32:
563 if chunk.chunk_type == ImageChunk.CHUNK_TYPE_RAW:
566 elif chunk.chunk_type == ImageChunk.CHUNK_TYPE_FILL:
[all …]