Home
last modified time | relevance | path

Searched refs:packet_type (Results 1 – 17 of 17) sorted by relevance

/third_party/ffmpeg/libavformat/
Dsga.c43 int packet_type; member
238 av_log(s, AV_LOG_DEBUG, "packet_type: %X\n", sga->packet_type); in print_stats()
250 sga->packet_type = sga->sector[0]; in update_type_size()
253 sga->packet_type = 0; in update_type_size()
360 if (sga->packet_type == 0xCD || in sga_packet()
361 sga->packet_type == 0xCB || in sga_packet()
362 sga->packet_type == 0xC9 || in sga_packet()
363 sga->packet_type == 0xC8 || in sga_packet()
364 sga->packet_type == 0xC7 || in sga_packet()
365 sga->packet_type == 0xC6 || in sga_packet()
[all …]
Dmmst.c100 static void start_command_packet(MMSTContext *mmst, MMSCSPacketType packet_type) in start_command_packet() argument
113 bytestream_put_le16(&mms->write_out_ptr, packet_type); in start_command_packet()
248 MMSSCPacketType packet_type= -1; in get_tcp_server_response() local
257 packet_type = SC_PKT_CANCEL; in get_tcp_server_response()
261 packet_type = SC_PKT_NO_DATA; in get_tcp_server_response()
263 return packet_type; in get_tcp_server_response()
301 packet_type= AV_RL16(mms->in_buffer+36); in get_tcp_server_response()
304 … "Server sent a message with packet type 0x%x and error status code 0x%08x\n", packet_type, hr); in get_tcp_server_response()
342 packet_type = SC_PKT_ASF_HEADER; in get_tcp_server_response()
359 packet_type = SC_PKT_ASF_MEDIA; in get_tcp_server_response()
[all …]
Dlxfdec.c53 uint32_t video_format, packet_type, extended_size; member
152 lxf->packet_type = bytestream_get_le32(&p); in get_packet_header()
156 switch (lxf->packet_type) { in get_packet_header()
305 stream = lxf->packet_type; in lxf_read_packet()
/third_party/ffmpeg/libavcodec/
Dg729dec.c414 G729Formats packet_type; in decode_frame() local
436 packet_type = FORMAT_G729_8K; in decode_frame()
443 packet_type = FORMAT_G729D_6K4; in decode_frame()
523 if (packet_type == FORMAT_G729D_6K4) { in decode_frame()
547 switch (packet_type) { in decode_frame()
585 if (packet_type == FORMAT_G729D_6K4) { in decode_frame()
621 if (packet_type == FORMAT_G729D_6K4) { in decode_frame()
658 if (packet_type == FORMAT_G729D_6K4) { in decode_frame()
/third_party/ffmpeg/libavfilter/
Daf_hdcd.c910 hdcd_pf packet_type; member
1474 detect->packet_type = HDCD_PVER_NONE; in hdcd_detect_reset()
1495 if (state->code_counterA) detect->packet_type |= HDCD_PVER_A; in hdcd_detect_onech()
1496 if (state->code_counterB) detect->packet_type |= HDCD_PVER_B; in hdcd_detect_onech()
1676 pf_str[s->detect.packet_type], in uninit()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dlayout_mbuf_1_0.h104 uint32_t packet_type; /**< L2/L3/L4 and tunnel information. */ member
Dlayout_mbuf.h103 uint32_t packet_type; /**< L2/L3/L4 and tunnel information. */ member
/third_party/lwip/src/apps/netbiosns/
Dnetbiosns.c175 PACK_STRUCT_FIELD(u16_t packet_type);
442 resp->packet_type = PP_HTONS(0x21); in netbiosns_recv()
/third_party/mesa3d/src/amd/compiler/tests/
Dcheck_output.py493 packet_type = stdin.read(4) variable
494 if packet_type == b'':
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dlayout_mbuf.rs245 pub packet_type: u32,
429 ::std::ptr::addr_of!((*ptr).packet_type) as usize - ptr as usize in bindgen_test_layout_rte_mbuf__bindgen_ty_2()
436 stringify!(packet_type) in bindgen_test_layout_rte_mbuf__bindgen_ty_2()
Dlayout_mbuf_1_0.rs290 pub packet_type: __BindgenUnionField<u32>, field
481 ::std::ptr::addr_of!((*ptr).packet_type) as usize - ptr as usize in bindgen_test_layout_rte_mbuf__bindgen_ty_2()
488 stringify!(packet_type) in bindgen_test_layout_rte_mbuf__bindgen_ty_2()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwpa_auth.h29 u8 packet_type; /* FT_PACKET_REQUEST/FT_PACKET_RESPONSE */ member
Dwpa_auth_ft.c3389 frame->packet_type = FT_PACKET_REQUEST; in wpa_ft_action_rx()
3480 frame->packet_type = FT_PACKET_RESPONSE; in wpa_ft_send_rrb_auth_resp()
4341 frame->frame_type, frame->packet_type, alen, in wpa_ft_rrb_rx()
4384 if (frame->packet_type == FT_PACKET_REQUEST) { in wpa_ft_rrb_rx()
4403 } else if (frame->packet_type == FT_PACKET_RESPONSE) { in wpa_ft_rrb_rx()
4421 "packet_type %d", frame->packet_type); in wpa_ft_rrb_rx()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwpa_auth_ft.c3616 frame->packet_type = FT_PACKET_REQUEST; in wpa_ft_action_rx()
3707 frame->packet_type = FT_PACKET_RESPONSE; in wpa_ft_send_rrb_auth_resp()
4573 frame->frame_type, frame->packet_type, alen, in wpa_ft_rrb_rx()
4616 if (frame->packet_type == FT_PACKET_REQUEST) { in wpa_ft_rrb_rx()
4635 } else if (frame->packet_type == FT_PACKET_RESPONSE) { in wpa_ft_rrb_rx()
4652 "packet_type %d", frame->packet_type); in wpa_ft_rrb_rx()
Dwpa_auth.h29 u8 packet_type; /* FT_PACKET_REQUEST/FT_PACKET_RESPONSE */ member
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h76725 __u8 packet_type; member
76831 struct packet_type { struct
76836 int (*func)(struct sk_buff *, struct net_device *, struct packet_type *, struct net_device *); argument
76837 void (*list_func)(struct list_head *, struct packet_type *, struct net_device *); argument
76838 bool (*id_match)(struct packet_type *, struct sock *); argument
89535 struct packet_type prot_hook;
89590 struct packet_type prot_hook;
/third_party/libabigail/tests/data/test-diff-dwarf-abixml/
DPR25409-librte_bus_dpaa.so.20.0.abi2468 …<var-decl name='packet_type' type-id='type-id-7' visibility='default' filepath='../../dpdk/lib/lib…