Searched refs:chunk_type (Results 1 – 3 of 3) sorted by relevance
/frameworks/compile/mclinker/include/mcld/Support/ |
D | Allocators.h | 101 typedef ChunkType chunk_type; typedef 137 { chunk_type::construct(pPtr, pValue); } in construct() 145 { chunk_type::construct(pPtr); } in construct() 150 { chunk_type::destroy(pPtr); } in destroy() 158 if (0 == N || N > chunk_type::size()) in allocate() 164 size_type rest_num_elem = chunk_type::size() - m_pCurrent->bound; in allocate() 179 if (chunk_type::size() == m_pCurrent->bound) in allocate() 191 N > chunk_type::size() || in deallocate() 214 pPtr <= &(m_pCurrent->data[chunk_type::size()-1])) in isIn() 222 pPtr <= &(m_pCurrent->data[chunk_type::size()-1])) in isAvailable() [all …]
|
D | GCFactory.h | 118 typedef DataIterator<typename Alloc::chunk_type, 121 typedef DataIterator<typename Alloc::chunk_type,
|
/frameworks/av/media/libstagefright/ |
D | MPEG4Extractor.cpp | 487 uint32_t chunk_type = ntohl(hdr[1]); in readMetaData() local 488 if (chunk_type == FOURCC('s', 'i', 'd', 'x')) { in readMetaData() 491 } else if (chunk_type == FOURCC('m', 'o', 'o', 'f')) { in readMetaData() 742 uint32_t chunk_type = ntohl(hdr[1]); in parseChunk() local 762 MakeFourCCString(chunk_type, chunk); in parseChunk() 783 PathAdder autoAdder(&mPath, chunk_type); in parseChunk() 787 if (chunk_type != FOURCC('c', 'p', 'r', 't') in parseChunk() 788 && chunk_type != FOURCC('c', 'o', 'v', 'r') in parseChunk() 806 switch(chunk_type) { in parseChunk() 823 if (chunk_type == FOURCC('s', 't', 'b', 'l')) { in parseChunk() [all …]
|