Searched refs:chunk_type (Results 1 – 5 of 5) sorted by relevance
/frameworks/compile/mclinker/include/mcld/Support/ |
D | Allocators.h | 91 typedef ChunkType chunk_type; typedef 120 chunk_type::construct(pPtr, pValue); in construct() 128 void construct(pointer pPtr) { chunk_type::construct(pPtr); } in construct() 132 void destroy(pointer pPtr) { chunk_type::destroy(pPtr); } in destroy() 140 if (N == 0 || N > chunk_type::size()) in allocate() 146 size_type rest_num_elem = chunk_type::size() - m_pCurrent->bound; in allocate() 161 if (chunk_type::size() == m_pCurrent->bound) in allocate() 172 if (N == 0 || N > chunk_type::size() || m_pCurrent->bound == 0 || in deallocate() 194 pPtr <= &(m_pCurrent->data[chunk_type::size() - 1])) in isIn() 202 pPtr <= &(m_pCurrent->data[chunk_type::size() - 1])) in isAvailable() [all …]
|
D | GCFactory.h | 105 typedef DataIterator<typename Alloc::chunk_type, 107 typedef DataIterator<typename Alloc::chunk_type,
|
/frameworks/base/libs/androidfw/ |
D | PngChunkFilter.cpp | 118 const uint32_t chunk_type = Peek32LE(data_.data() + window_end_ + sizeof(uint32_t)); in Next() local 122 chunk_type, (size_t)chunk_len, window_end_ + kMinChunkHeaderSize, data_.size()); in Next() 127 const uint32_t chunk_type = Peek32LE(data_.data() + window_end_ + sizeof(uint32_t)); in Next() local 128 if (IsPngChunkAllowed(chunk_type)) { in Next() 134 if (chunk_type == kPngChunkIEND) { in Next()
|
/frameworks/av/media/module/extractors/mp4/ |
D | MPEG4Extractor.cpp | 874 int32_t chunk_type = ntohl(hdr[1]); in parseChunk() local 911 MakeFourCCString(chunk_type, chunk); in parseChunk() 932 PathAdder autoAdder(&mPath, chunk_type); in parseChunk() 940 if (chunk_type != FOURCC("mdat") && chunk_data_size > kMaxAtomSize) { in parseChunk() 948 if (chunk_type != FOURCC("cprt") in parseChunk() 949 && chunk_type != FOURCC("covr") in parseChunk() 967 switch(chunk_type) { in parseChunk() 985 if (chunk_type == FOURCC("moov") && depth != 0) { in parseChunk() 990 if (chunk_type == FOURCC("moov") && mInitCheck == OK) { in parseChunk() 995 if (chunk_type == FOURCC("moof") && !mMoofFound) { in parseChunk() [all …]
|
D | ItemTable.cpp | 137 int32_t chunk_type = ntohl(hdr[1]); in parseChunk() local 162 MakeFourCCString(chunk_type, chunk); in parseChunk() 171 status_t err = onChunkData(chunk_type, data_offset, chunk_data_size); in parseChunk()
|