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

/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/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...]
/frameworks/av/media/extractors/mp4/
H A DItemTable.cpp128 int32_t chunk_type = ntohl(hdr[1]); local
153 MakeFourCCString(chunk_type, chunk);
162 status_t err = onChunkData(chunk_type, data_offset, chunk_data_size);
H A DMPEG4Extractor.cpp753 int32_t chunk_type = ntohl(hdr[1]); local
790 MakeFourCCString(chunk_type, chunk);
811 PathAdder autoAdder(&mPath, chunk_type);
819 if (chunk_type != FOURCC('m', 'd', 'a', 't') && chunk_data_size > kMaxAtomSize) {
827 if (chunk_type != FOURCC('c', 'p', 'r', 't')
828 && chunk_type != FOURCC('c', 'o', 'v', 'r')
846 switch(chunk_type) {
864 if (chunk_type == FOURCC('m', 'o', 'o', 'v') && depth != 0) {
869 if (chunk_type == FOURCC('m', 'o', 'o', 'v') && mInitCheck == OK) {
874 if (chunk_type
4016 uint32_t chunk_type = ntohl(hdr[1]); local
[all...]

Completed in 141 milliseconds