/third_party/ffmpeg/libavformat/ |
D | sga.c | 42 int packet_type; member 237 av_log(s, AV_LOG_DEBUG, "packet_type: %X\n", sga->packet_type); in print_stats() 249 sga->packet_type = sga->sector[0]; in update_type_size() 252 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 …]
|
D | mmst.c | 100 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 …]
|
D | lxfdec.c | 52 uint32_t video_format, packet_type, extended_size; member 151 lxf->packet_type = bytestream_get_le32(&p); in get_packet_header() 155 switch (lxf->packet_type) { in get_packet_header() 304 stream = lxf->packet_type; in lxf_read_packet()
|
/third_party/ffmpeg/libavcodec/ |
D | g729dec.c | 412 G729Formats packet_type; in decode_frame() local 434 packet_type = FORMAT_G729_8K; in decode_frame() 441 packet_type = FORMAT_G729D_6K4; in decode_frame() 521 if (packet_type == FORMAT_G729D_6K4) { in decode_frame() 545 switch (packet_type) { in decode_frame() 583 if (packet_type == FORMAT_G729D_6K4) { in decode_frame() 619 if (packet_type == FORMAT_G729D_6K4) { in decode_frame() 656 if (packet_type == FORMAT_G729D_6K4) { in decode_frame()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | kate.c | 232 unsigned char packet_type; in check_buffers() local 245 packet_type = (0x80 | i); in check_buffers() 246 fail_unless (info.data[0] == packet_type); in check_buffers() 250 packet_type = 0x7f; in check_buffers() 251 fail_unless (info.data[0] == packet_type); in check_buffers() 254 packet_type = 0; in check_buffers()
|
/third_party/ffmpeg/libavfilter/ |
D | af_hdcd.c | 909 hdcd_pf packet_type; member 1473 detect->packet_type = HDCD_PVER_NONE; in hdcd_detect_reset() 1494 if (state->code_counterA) detect->packet_type |= HDCD_PVER_A; in hdcd_detect_onech() 1495 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/lwip/src/apps/netbiosns/ |
D | netbiosns.c | 175 PACK_STRUCT_FIELD(u16_t packet_type); 442 resp->packet_type = PP_HTONS(0x21); in netbiosns_recv()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | check_output.py | 493 packet_type = stdin.read(4) variable 494 if packet_type == b'':
|
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/ |
D | gstdvdspu.c | 986 guint8 packet_type; in gst_dvd_spu_subpic_chain() local 1003 packet_type = *ptr++; in gst_dvd_spu_subpic_chain() 1010 if (packet_type == 0x80 && ptr != end) { in gst_dvd_spu_subpic_chain()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | flvmux.c | 363 check_buf_type_timestamp (GstBuffer * buf, gint packet_type, gint timestamp) in check_buf_type_timestamp() argument 367 fail_unless_equals_int (packet_type, map.data[0]); in check_buf_type_timestamp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | wpa_auth.h | 29 u8 packet_type; /* FT_PACKET_REQUEST/FT_PACKET_RESPONSE */ member
|
D | wpa_auth_ft.c | 3389 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/ |
D | wpa_auth.h | 29 u8 packet_type; /* FT_PACKET_REQUEST/FT_PACKET_RESPONSE */ member
|
D | wpa_auth_ft.c | 3616 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()
|