Searched defs:chunk_type (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h101 typedef ChunkType chunk_type; typedef in class:mcld::LinearAllocatorBase
137 { chunk_type::construct(pPtr, pValue); }
145 { chunk_type::construct(pPtr); }
150 { chunk_type::destroy(pPtr); }
158 if (0 == N || N > chunk_type::size())
164 size_type rest_num_elem = chunk_type::size() - m_pCurrent->bound;
179 if (chunk_type::size() == m_pCurrent->bound)
191 N > chunk_type::size() ||
214 pPtr <= &(m_pCurrent->data[chunk_type::size()-1]))
222 pPtr <= &(m_pCurrent->data[chunk_type
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp487 uint32_t chunk_type = ntohl(hdr[1]); local
488 if (chunk_type == FOURCC('s', 'i', 'd', 'x')) {
491 } else if (chunk_type == FOURCC('m', 'o', 'o', 'f')) {
742 uint32_t chunk_type = ntohl(hdr[1]); local
762 MakeFourCCString(chunk_type, chunk);
783 PathAdder autoAdder(&mPath, chunk_type);
787 if (chunk_type != FOURCC('c', 'p', 'r', 't')
788 && chunk_type != FOURCC('c', 'o', 'v', 'r')
806 switch(chunk_type) {
823 if (chunk_type
2494 uint32_t chunk_type = ntohl(hdr[1]); local
[all...]

Completed in 1156 milliseconds