Home
last modified time | relevance | path

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

/ohos5.0/base/startup/hvb/tools/
H A Dhvbtool.py248 CHUNK_TYPE_RAW = 0xcac1 variable in ImageChunk
273 if self.chunk_type == self.CHUNK_TYPE_RAW:
372 if chunk_type == ImageChunk.CHUNK_TYPE_RAW:
376 self.chunks.append(ImageChunk(ImageChunk.CHUNK_TYPE_RAW, chunk_offset,
479 ImageChunk.CHUNK_TYPE_RAW,
563 if chunk.chunk_type == ImageChunk.CHUNK_TYPE_RAW:
629 if chunk.chunk_type == ImageChunk.CHUNK_TYPE_RAW: