Searched refs:chunk_type (Results 26 - 33 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Delectronicarts.c548 unsigned int chunk_type, chunk_size; local
553 chunk_type = avio_rl32(pb);
559 switch (chunk_type) {
663 partial_packet = chunk_type == MVIh_TAG;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c917 unsigned char chunk_type; local
932 chunk_type = sch->type;
950 chunk_type = sch->type;
954 event = sctp_events[chunk_type];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_proto_sctp.c220 int chunk_type)
224 pr_debug("Chunk type: %d\n", chunk_type);
226 switch (chunk_type) {
271 pr_debug("dir: %d cur_state: %s chunk_type: %d new_state: %s\n",
272 dir, sctp_conntrack_names[cur_state], chunk_type,
218 sctp_new_state(enum ip_conntrack_dir dir, enum sctp_conntrack cur_state, int chunk_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dg2meet.c671 int chunk_type, chunk_start; local
698 chunk_type = bytestream2_get_byte(&bc);
702 chunk_size, chunk_type);
705 switch (chunk_type) {
838 chunk_type);
H A Dwebp.c1331 uint32_t chunk_type, chunk_size; local
1363 chunk_type = bytestream2_get_le32(&gb);
1372 switch (chunk_type) {
1472 AV_WL32(chunk_str, chunk_type);
1478 AV_WL32(chunk_str, chunk_type);
H A Dcinepakenc.c475 static int write_chunk_header(unsigned char *buf, int chunk_type, int chunk_size) argument
477 buf[0] = chunk_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dvolumes.c1821 u64 chunk_type; local
1853 chunk_type = btrfs_chunk_type(leaf, chunk);
1856 if (chunk_type & BTRFS_BLOCK_GROUP_SYSTEM) {
H A Dctree.h1318 BTRFS_SETGET_FUNCS(chunk_type, struct btrfs_chunk, type, 64);

Completed in 70 milliseconds

12