Home
last modified time | relevance | path

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

/device/google/trout/tools/
Dbpttool226 def __init__(self, chunk_type, chunk_offset, output_offset, output_size, argument
241 self.chunk_type = chunk_type
248 if self.chunk_type == self.TYPE_RAW:
253 elif self.chunk_type == self.TYPE_FILL:
258 elif self.chunk_type == self.TYPE_DONT_CARE:
362 (chunk_type, _, chunk_sz, total_sz) = struct.unpack(ImageChunk.FORMAT,
366 if chunk_type == ImageChunk.TYPE_RAW:
379 elif chunk_type == ImageChunk.TYPE_FILL:
390 elif chunk_type == ImageChunk.TYPE_DONT_CARE:
400 elif chunk_type == ImageChunk.TYPE_CRC32:
[all …]