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

  /external/u-boot/include/
sparse_format.h 36 __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/av/media/extractors/mp4/
ItemTable.cpp 131 int32_t chunk_type = ntohl(hdr[1]); local
156 MakeFourCCString(chunk_type, chunk);
165 status_t err = onChunkData(chunk_type, data_offset, chunk_data_size);
    [all...]
MPEG4Extractor.cpp 808 int32_t chunk_type = ntohl(hdr[1]); local
845 MakeFourCCString(chunk_type, chunk);
866 PathAdder autoAdder(&mPath, chunk_type);
874 if (chunk_type != FOURCC("mdat") && chunk_data_size > kMaxAtomSize) {
882 if (chunk_type != FOURCC("cprt")
883 && chunk_type != FOURCC("covr")
901 switch(chunk_type) {
919 if (chunk_type == FOURCC("moov") && depth != 0) {
924 if (chunk_type == FOURCC("moov") && mInitCheck == OK) {
929 if (chunk_type == FOURCC("moof") && !mMoofFound)
4853 uint32_t chunk_type = ntohl(hdr[1]); local
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 1557 png_uint_32 chunk_type; \/* From header *\/ member in struct:chunk
    [all...]

Completed in 419 milliseconds