Searched refs:chunk_type (Results 1 – 3 of 3) sorted by relevance
/frameworks/compile/mclinker/include/mcld/Support/ |
D | Allocators.h | 98 typedef ChunkType chunk_type; typedef 134 { chunk_type::construct(pPtr, pValue); } in construct() 142 { chunk_type::construct(pPtr); } in construct() 147 { chunk_type::destroy(pPtr); } in destroy() 155 if (0 == N || N > chunk_type::size()) in allocate() 161 size_type rest_num_elem = chunk_type::size() - m_pCurrent->bound; in allocate() 176 if (chunk_type::size() == m_pCurrent->bound) in allocate() 188 N > chunk_type::size() || in deallocate() 211 pPtr <= &(m_pCurrent->data[chunk_type::size()-1])) in isIn() 219 pPtr <= &(m_pCurrent->data[chunk_type::size()-1])) in isAvailable() [all …]
|
D | GCFactory.h | 115 typedef DataIterator<typename Alloc::chunk_type, 118 typedef DataIterator<typename Alloc::chunk_type,
|
/frameworks/av/media/libstagefright/ |
D | MPEG4Extractor.cpp | 515 uint32_t chunk_type = ntohl(hdr[1]); in readMetaData() local 516 if (chunk_type == FOURCC('m', 'o', 'o', 'f')) { in readMetaData() 519 } else if (chunk_type != FOURCC('m', 'd', 'a', 't')) { in readMetaData() 773 uint32_t chunk_type = ntohl(hdr[1]); in parseChunk() local 810 MakeFourCCString(chunk_type, chunk); in parseChunk() 831 PathAdder autoAdder(&mPath, chunk_type); in parseChunk() 835 if (chunk_type != FOURCC('c', 'p', 'r', 't') in parseChunk() 836 && chunk_type != FOURCC('c', 'o', 'v', 'r') in parseChunk() 854 switch(chunk_type) { in parseChunk() 871 if (chunk_type == FOURCC('s', 't', 'b', 'l')) { in parseChunk() [all …]
|