Searched refs:CHUNK_TYPE_DONT_CARE (Results 1 – 1 of 1) sorted by relevance
250 CHUNK_TYPE_DONT_CARE = 0xcac3 variable in ImageChunk283 elif self.chunk_type == self.CHUNK_TYPE_DONT_CARE:388 elif chunk_type == ImageChunk.CHUNK_TYPE_DONT_CARE:392 self.chunks.append(ImageChunk(ImageChunk.CHUNK_TYPE_DONT_CARE, chunk_offset,448 ImageChunk.CHUNK_TYPE_DONT_CARE,571 if chunk.chunk_type != ImageChunk.CHUNK_TYPE_DONT_CARE:637 elif chunk.chunk_type == ImageChunk.CHUNK_TYPE_DONT_CARE: