Searched refs:chunk_type (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/compile/mclinker/include/mcld/Support/ |
H A D | Allocators.h | 91 typedef ChunkType chunk_type; typedef 120 chunk_type::construct(pPtr, pValue); in construct() 140 if (N == 0 || N > chunk_type::size()) in allocate() 215 chunk_type* cur = m_pRoot, *prev; in clear() 233 m_pRoot = new chunk_type(); in initialize() 235 m_AllocatedNum += chunk_type::size(); in initialize() 238 inline chunk_type* getNewChunk() { in getNewChunk() 239 chunk_type* result = new chunk_type(); in getNewChunk() 242 m_AllocatedNum += chunk_type::size(); in getNewChunk() 247 chunk_type* m_pRoot; [all …]
|
H A D | GCFactory.h | 105 typedef DataIterator<typename Alloc::chunk_type, 107 typedef DataIterator<typename Alloc::chunk_type,
|
/aosp12/frameworks/base/tools/aapt2/compile/ |
H A D | PngChunkFilter.cpp | 121 const uint32_t chunk_type = Peek32LE(data_.data() + window_end_ + sizeof(uint32_t)); in Next() local 125 chunk_type, (size_t)chunk_len, window_end_ + kMinChunkHeaderSize, data_.size()); in Next() 130 const uint32_t chunk_type = Peek32LE(data_.data() + window_end_ + sizeof(uint32_t)); in Next() local 131 if (IsPngChunkAllowed(chunk_type)) { in Next() 137 if (chunk_type == kPngChunkIEND) { in Next()
|
/aosp12/system/core/libsparse/ |
H A D | simg_dump.py | 127 chunk_type = header[0] 139 if chunk_type == 0xCAC1: 151 elif chunk_type == 0xCAC2: 166 elif chunk_type == 0xCAC3: 172 elif chunk_type == 0xCAC4: 182 print("Unknown chunk type 0x%04X" % (chunk_type))
|
H A D | sparse_format.h | 47 __le16 chunk_type; /* 0xCAC1 -> raw; 0xCAC2 -> fill; 0xCAC3 -> don't care */ member
|
H A D | output_file.cpp | 330 chunk_header.chunk_type = CHUNK_TYPE_DONT_CARE; in write_sparse_skip_chunk() 353 chunk_header.chunk_type = CHUNK_TYPE_FILL; in write_sparse_fill_chunk() 384 chunk_header.chunk_type = CHUNK_TYPE_RAW; in write_sparse_data_chunk() 414 chunk_header.chunk_type = CHUNK_TYPE_CRC32; in write_sparse_end_chunk()
|
H A D | sparse_read.cpp | 294 switch (chunk_header->chunk_type) { in process_chunk() 329 verbose_error(s->verbose, -EINVAL, "unknown block %04X at %" PRId64, chunk_header->chunk_type, in process_chunk()
|
/aosp12/build/make/tools/releasetools/ |
H A D | sparse_img.py | 89 chunk_type = header[0] 94 if chunk_type == 0xCAC1: 106 elif chunk_type == 0xCAC2: 113 elif chunk_type == 0xCAC3: 130 elif chunk_type == 0xCAC4: 135 (chunk_type,))
|
/aosp12/frameworks/av/media/extractors/mp4/ |
H A D | MPEG4Extractor.cpp | 864 int32_t chunk_type = ntohl(hdr[1]); in parseChunk() local 901 MakeFourCCString(chunk_type, chunk); in parseChunk() 922 PathAdder autoAdder(&mPath, chunk_type); in parseChunk() 938 if (chunk_type != FOURCC("cprt") in parseChunk() 939 && chunk_type != FOURCC("covr") in parseChunk() 957 switch(chunk_type) { in parseChunk() 991 if (chunk_type == FOURCC("stbl")) { in parseChunk() 1017 if (chunk_type == FOURCC("trak")) { in parseChunk() 5302 uint32_t chunk_type = ntohl(hdr[1]); in parseChunk() local 5322 MakeFourCCString(chunk_type, chunk); in parseChunk() [all …]
|
H A D | ItemTable.cpp | 134 int32_t chunk_type = ntohl(hdr[1]); in parseChunk() local 159 MakeFourCCString(chunk_type, chunk); in parseChunk() 168 status_t err = onChunkData(chunk_type, data_offset, chunk_data_size); in parseChunk()
|
/aosp12/art/runtime/hprof/ |
H A D | hprof.cc | 810 bool DumpToDdmsDirect(size_t overall_size, size_t max_length, uint32_t chunk_type) in DumpToDdmsDirect() argument 824 chunk_type, ArrayRef<const uint8_t>(out_data.data(), out_data.size())); in DumpToDdmsDirect()
|