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

/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h84 typedef ChunkType chunk_type; typedef in class:mcld::LinearAllocatorBase
141 if (0 == N || N > chunk_type::size())
147 size_type rest_num_elem = chunk_type::size() - m_pCurrent->bound;
162 if (chunk_type::size() == m_pCurrent->bound)
174 N > chunk_type::size() ||
197 pPtr <= &(m_pCurrent->data[chunk_type::size()-1]))
205 pPtr <= &(m_pCurrent->data[chunk_type::size()-1]))
218 chunk_type *cur = m_pRoot, *prev;
242 m_pRoot = new chunk_type();
244 m_AllocatedNum += chunk_type
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp611 uint32_t chunk_type = ntohl(hdr[1]); local
631 MakeFourCCString(chunk_type, chunk);
652 PathAdder autoAdder(&mPath, chunk_type);
656 if (chunk_type != FOURCC('c', 'p', 'r', 't')
657 && chunk_type != FOURCC('c', 'o', 'v', 'r')
675 switch(chunk_type) {
689 if (chunk_type == FOURCC('s', 't', 'b', 'l')) {
707 if (chunk_type == FOURCC('t', 'r', 'a', 'k')) {
763 } else if (chunk_type == FOURCC('m', 'o', 'o', 'v')) {
943 FourCC2MIME(chunk_type))) {
[all...]

Completed in 53 milliseconds