HomeSort by relevance Sort by last modified time
    Searched defs:chunk_type (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/
fastboot.h 56 uint16_t chunk_type; /* 0xCAC1 -> raw; 0xCAC2 -> fill; 0xCAC3 -> don't care */ member in struct:chunk_header
  /frameworks/base/tools/aapt2/compile/
PngChunkFilter.cpp 121 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) {
  /system/core/libsparse/
sparse_format.h 47 __le16 chunk_type; /* 0xCAC1 -> raw; 0xCAC2 -> fill; 0xCAC3 -> don't care */ member in struct:chunk_header
  /external/iptables/extensions/
libxt_sctp.c 93 unsigned int chunk_type; member in struct:sctp_chunk_names
99 = { { .name = "DATA", .chunk_type = 0, .valid_flags = "----IUBE"},
100 { .name = "INIT", .chunk_type = 1, .valid_flags = "--------"},
101 { .name = "INIT_ACK", .chunk_type = 2, .valid_flags = "--------"},
102 { .name = "SACK", .chunk_type = 3, .valid_flags = "--------"},
103 { .name = "HEARTBEAT", .chunk_type = 4, .valid_flags = "--------"},
104 { .name = "HEARTBEAT_ACK", .chunk_type = 5, .valid_flags = "--------"},
105 { .name = "ABORT", .chunk_type = 6, .valid_flags = "-------T"},
106 { .name = "SHUTDOWN", .chunk_type = 7, .valid_flags = "--------"},
107 { .name = "SHUTDOWN_ACK", .chunk_type = 8, .valid_flags = "--------"}
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
Allocators.h 91 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::size() - 1])
    [all...]
  /frameworks/av/media/libstagefright/
ItemTable.cpp 120 int32_t chunk_type = ntohl(hdr[1]); local
145 MakeFourCCString(chunk_type, chunk);
154 status_t err = onChunkData(chunk_type, data_offset, chunk_data_size);
    [all...]
MPEG4Extractor.cpp 823 int32_t chunk_type = ntohl(hdr[1]); local
860 MakeFourCCString(chunk_type, chunk);
881 PathAdder autoAdder(&mPath, chunk_type);
889 if (chunk_type != FOURCC('m', 'd', 'a', 't') && chunk_data_size > kMaxAtomSize) {
897 if (chunk_type != FOURCC('c', 'p', 'r', 't')
898 && chunk_type != FOURCC('c', 'o', 'v', 'r')
916 switch(chunk_type) {
934 if (chunk_type == FOURCC('m', 'o', 'o', 'v') && depth != 0) {
939 if (chunk_type == FOURCC('m', 'o', 'o', 'v') && mInitCheck == OK) {
944 if (chunk_type == FOURCC('m', 'o', 'o', 'f') && !mMoofFound)
3940 uint32_t chunk_type = ntohl(hdr[1]); local
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 1558 png_uint_32 chunk_type; \/* From header *\/ member in struct:chunk
    [all...]

Completed in 144 milliseconds