Searched refs:chunk_type (Results 1 - 4 of 4) 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/base/tools/aapt2/compile/
H A DPngChunkFilter.cpp121 const uint32_t chunk_type = Peek32LE(data_.data() + window_end_ + sizeof(uint32_t)); local
125 chunk_type, (size_t)chunk_len, window_end_ + kMinChunkHeaderSize, data_.size());
130 const uint32_t chunk_type = Peek32LE(data_.data() + window_end_ + sizeof(uint32_t)); local
131 if (IsPngChunkWhitelisted(chunk_type)) {
137 if (chunk_type == kPngChunkIEND) {
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp828 int32_t chunk_type = ntohl(hdr[1]); local
865 MakeFourCCString(chunk_type, chunk);
886 PathAdder autoAdder(&mPath, chunk_type);
894 if (chunk_type != FOURCC('m', 'd', 'a', 't') && chunk_data_size > kMaxAtomSize) {
902 if (chunk_type != FOURCC('c', 'p', 'r', 't')
903 && chunk_type != FOURCC('c', 'o', 'v', 'r')
921 switch(chunk_type) {
939 if (chunk_type == FOURCC('m', 'o', 'o', 'v') && depth != 0) {
943 if (chunk_type == FOURCC('m', 'o', 'o', 'f') && !mMoofFound) {
949 if (chunk_type
3887 uint32_t chunk_type = ntohl(hdr[1]); local
[all...]

Completed in 736 milliseconds