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

  /system/extras/ext4_utils/
sparse_format.h 38 __le16 chunk_type; /* 0xCAC1 -> raw; 0xCAC2 -> fill; 0xCAC3 -> don't care */ member in struct:chunk_header
simg2img.c 174 switch (chunk_header.chunk_type) {
193 fprintf(stderr, "Unknown chunk type 0x%4.4x\n", chunk_header.chunk_type);
output_file.c 163 chunk_header.chunk_type = CHUNK_TYPE_DONT_CARE;
225 chunk_header.chunk_type = CHUNK_TYPE_RAW;
  /external/iptables/extensions/
libip6t_sctp.c 110 unsigned int chunk_type; member in struct:sctp_chunk_names
116 = { { .name = "DATA", .chunk_type = 0, .valid_flags = "-----UBE"},
117 { .name = "INIT", .chunk_type = 1, .valid_flags = "--------"},
118 { .name = "INIT_ACK", .chunk_type = 2, .valid_flags = "--------"},
119 { .name = "SACK", .chunk_type = 3, .valid_flags = "--------"},
120 { .name = "HEARTBEAT", .chunk_type = 4, .valid_flags = "--------"},
121 { .name = "HEARTBEAT_ACK", .chunk_type = 5, .valid_flags = "--------"},
122 { .name = "ABORT", .chunk_type = 6, .valid_flags = "-------T"},
123 { .name = "SHUTDOWN", .chunk_type = 7, .valid_flags = "--------"},
124 { .name = "SHUTDOWN_ACK", .chunk_type = 8, .valid_flags = "--------"}
    [all...]
libipt_sctp.c 111 unsigned int chunk_type; member in struct:sctp_chunk_names
117 = { { .name = "DATA", .chunk_type = 0, .valid_flags = "-----UBE"},
118 { .name = "INIT", .chunk_type = 1, .valid_flags = "--------"},
119 { .name = "INIT_ACK", .chunk_type = 2, .valid_flags = "--------"},
120 { .name = "SACK", .chunk_type = 3, .valid_flags = "--------"},
121 { .name = "HEARTBEAT", .chunk_type = 4, .valid_flags = "--------"},
122 { .name = "HEARTBEAT_ACK", .chunk_type = 5, .valid_flags = "--------"},
123 { .name = "ABORT", .chunk_type = 6, .valid_flags = "-------T"},
124 { .name = "SHUTDOWN", .chunk_type = 7, .valid_flags = "--------"},
125 { .name = "SHUTDOWN_ACK", .chunk_type = 8, .valid_flags = "--------"}
    [all...]
  /frameworks/base/media/libstagefright/
MPEG4Extractor.cpp 422 uint32_t chunk_type = ntohl(hdr[1]); local
442 MakeFourCCString(chunk_type, chunk);
462 PathAdder autoAdder(&mPath, chunk_type);
466 if (chunk_type != FOURCC('c', 'p', 'r', 't')
484 switch(chunk_type) {
498 if (chunk_type == FOURCC('s', 't', 'b', 'l')) {
516 if (chunk_type == FOURCC('t', 'r', 'a', 'k')) {
572 } else if (chunk_type == FOURCC('m', 'o', 'o', 'v')) {
715 FourCC2MIME(chunk_type))) {
720 FourCC2MIME(chunk_type))) {
    [all...]

Completed in 604 milliseconds