Searched refs:chunk_type (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h91 typedef ChunkType chunk_type; typedef in class:mcld::LinearAllocatorBase
120 chunk_type::construct(pPtr, pValue);
128 void construct(pointer pPtr) { chunk_type::construct(pPtr); }
132 void destroy(pointer pPtr) { chunk_type::destroy(pPtr); }
140 if (N == 0 || N > chunk_type::size())
146 size_type rest_num_elem = chunk_type::size() - m_pCurrent->bound;
161 if (chunk_type::size() == m_pCurrent->bound)
172 if (N == 0 || N > chunk_type::size() || m_pCurrent->bound == 0 ||
194 pPtr <= &(m_pCurrent->data[chunk_type::size() - 1]))
202 pPtr <= &(m_pCurrent->data[chunk_type
[all...]
H A DGCFactory.h105 typedef DataIterator<typename Alloc::chunk_type,
107 typedef DataIterator<typename Alloc::chunk_type,
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp814 int32_t chunk_type = ntohl(hdr[1]); local
851 MakeFourCCString(chunk_type, chunk);
872 PathAdder autoAdder(&mPath, chunk_type);
881 if (chunk_type != FOURCC('c', 'p', 'r', 't')
882 && chunk_type != FOURCC('c', 'o', 'v', 'r')
900 switch(chunk_type) {
917 if (chunk_type == FOURCC('m', 'o', 'o', 'f') && !mMoofFound) {
923 if (chunk_type == FOURCC('s', 't', 'b', 'l')) {
944 if (chunk_type == FOURCC('t', 'r', 'a', 'k')) {
1005 } else if (chunk_type
3604 uint32_t chunk_type = ntohl(hdr[1]); local
[all...]

Completed in 838 milliseconds