Home
last modified time | relevance | path

Searched refs:packet_len (Results 1 – 25 of 35) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Ddvdsub_parser.c31 int packet_len; member
51 pc->packet_len = AV_RB16(buf); in dvdsub_parse()
52 if (pc->packet_len == 0) /* HD-DVD subpicture packet */ in dvdsub_parse()
53 pc->packet_len = AV_RB32(buf+2); in dvdsub_parse()
55 if ((unsigned)pc->packet_len > INT_MAX - AV_INPUT_BUFFER_PADDING_SIZE) { in dvdsub_parse()
56 av_log(avctx, AV_LOG_ERROR, "packet length %d is invalid\n", pc->packet_len); in dvdsub_parse()
59 pc->packet = av_malloc(pc->packet_len + AV_INPUT_BUFFER_PADDING_SIZE); in dvdsub_parse()
62 if (pc->packet_index + buf_size <= pc->packet_len) { in dvdsub_parse()
65 if (pc->packet_index >= pc->packet_len) { in dvdsub_parse()
67 *poutbuf_size = pc->packet_len; in dvdsub_parse()
/third_party/ffmpeg/libavformat/
Drtspenc.c153 uint32_t packet_len = AV_RB32(ptr); in ff_rtsp_tcp_write_packet() local
163 if (packet_len > size || packet_len < 2) in ff_rtsp_tcp_write_packet()
171 AV_WB16(interleave_header + 2, packet_len); in ff_rtsp_tcp_write_packet()
172 ffurl_write(rt->rtsp_hd_out, interleaved_packet, 4 + packet_len); in ff_rtsp_tcp_write_packet()
173 ptr += packet_len; in ff_rtsp_tcp_write_packet()
174 size -= packet_len; in ff_rtsp_tcp_write_packet()
Dmovenchint.c328 uint32_t packet_len = AV_RB32(data); in write_hint_packets() local
335 if (packet_len > size || packet_len <= 12) in write_hint_packets()
339 data += packet_len; in write_hint_packets()
340 size -= packet_len; in write_hint_packets()
344 if (packet_len > trk->max_packet_size) in write_hint_packets()
345 trk->max_packet_size = packet_len; in write_hint_packets()
380 packet_len -= 12; in write_hint_packets()
384 describe_payload(data, packet_len, out, &entries, &trk->sample_queue); in write_hint_packets()
385 data += packet_len; in write_hint_packets()
386 size -= packet_len; in write_hint_packets()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpmp2tpay.c140 guint packet_len; in gst_rtp_mp2t_pay_flush() local
144 packet_len = gst_rtp_buffer_calc_packet_len (avail, 0, 0); in gst_rtp_mp2t_pay_flush()
147 towrite = MIN (packet_len, mtu); in gst_rtp_mp2t_pay_flush()
185 guint size, avail, packet_len; in gst_rtp_mp2t_pay_handle_buffer() local
206 packet_len = gst_rtp_buffer_calc_packet_len (avail + size, 0, 0); in gst_rtp_mp2t_pay_handle_buffer()
211 packet_len, rtpmp2tpay->duration + duration)) { in gst_rtp_mp2t_pay_handle_buffer()
Dgstrtpmpvpay.c199 guint packet_len; in gst_rtp_mpv_pay_flush() local
204 packet_len = gst_rtp_buffer_calc_packet_len (avail + 4, 0, 0); in gst_rtp_mpv_pay_flush()
206 towrite = MIN (packet_len, GST_RTP_BASE_PAYLOAD_MTU (rtpmpvpay)); in gst_rtp_mpv_pay_flush()
259 guint avail, packet_len; in gst_rtp_mpv_pay_handle_buffer() local
292 packet_len = gst_rtp_buffer_calc_packet_len (avail, 4, 0); in gst_rtp_mpv_pay_handle_buffer()
294 packet_len); in gst_rtp_mpv_pay_handle_buffer()
297 packet_len, rtpmpvpay->duration)) { in gst_rtp_mpv_pay_handle_buffer()
Dgstrtpac3pay.c266 guint packet_len; in gst_rtp_ac3_pay_flush() local
271 packet_len = gst_rtp_buffer_calc_packet_len (2 + avail, 0, 0); in gst_rtp_ac3_pay_flush()
274 towrite = MIN (packet_len, mtu); in gst_rtp_ac3_pay_flush()
286 if (towrite < packet_len) { in gst_rtp_ac3_pay_flush()
356 guint packet_len; in gst_rtp_ac3_pay_handle_buffer() local
414 packet_len = gst_rtp_buffer_calc_packet_len (2 + avail + map.size, 0, 0); in gst_rtp_ac3_pay_handle_buffer()
419 packet_len, rtpac3pay->duration + duration)) { in gst_rtp_ac3_pay_handle_buffer()
Dgstrtpmpapay.c205 guint packet_len; in gst_rtp_mpa_pay_flush() local
210 packet_len = gst_rtp_buffer_calc_packet_len (4 + avail, 0, 0); in gst_rtp_mpa_pay_flush()
213 towrite = MIN (packet_len, GST_RTP_BASE_PAYLOAD_MTU (rtpmpapay)); in gst_rtp_mpa_pay_flush()
271 guint packet_len; in gst_rtp_mpa_pay_handle_buffer() local
289 packet_len = gst_rtp_buffer_calc_packet_len (4 + avail + size, 0, 0); in gst_rtp_mpa_pay_handle_buffer()
294 packet_len, rtpmpapay->duration + duration)) { in gst_rtp_mpa_pay_handle_buffer()
Dgstrtpmp4vpay.c274 guint packet_len; in gst_rtp_mp4v_pay_flush() local
278 packet_len = gst_rtp_buffer_calc_packet_len (avail, 0, 0); in gst_rtp_mp4v_pay_flush()
281 towrite = MIN (packet_len, mtu); in gst_rtp_mp4v_pay_flush()
434 guint packet_len; in gst_rtp_mp4v_pay_handle_buffer() local
564 packet_len = gst_rtp_buffer_calc_packet_len (avail + size, 0, 0); in gst_rtp_mp4v_pay_handle_buffer()
567 packet_len, rtpmp4vpay->duration + duration)) { in gst_rtp_mp4v_pay_handle_buffer()
Dgstrtpmp4apay.c386 guint packet_len; in gst_rtp_mp4a_pay_handle_buffer() local
403 packet_len = gst_rtp_buffer_calc_packet_len (header_len + size, 0, 0); in gst_rtp_mp4a_pay_handle_buffer()
404 towrite = MIN (packet_len, mtu); in gst_rtp_mp4a_pay_handle_buffer()
411 packet_len, payload_len); in gst_rtp_mp4a_pay_handle_buffer()
Dgstrtpg723pay.c196 guint payload_len, packet_len; in gst_rtp_g723_pay_handle_buffer() local
223 packet_len = gst_rtp_buffer_calc_packet_len (payload_len, 0, 0); in gst_rtp_g723_pay_handle_buffer()
225 if (gst_rtp_base_payload_is_filled (payload, packet_len, packet_dur)) { in gst_rtp_g723_pay_handle_buffer()
Dgstrtpmp4gpay.c474 guint packet_len; in gst_rtp_mp4g_pay_flush() local
479 packet_len = gst_rtp_buffer_calc_packet_len (avail, 0, 0); in gst_rtp_mp4g_pay_flush()
483 towrite = MIN (packet_len, mtu - 4); in gst_rtp_mp4g_pay_flush()
490 packet_len, payload_len); in gst_rtp_mp4g_pay_flush()
Dgstrtpamrpay.c256 guint packet_len, mtu; in gst_rtp_amr_pay_handle_buffer() local
313 packet_len = gst_rtp_buffer_calc_packet_len (payload_len, 0, 0); in gst_rtp_amr_pay_handle_buffer()
314 if (packet_len > mtu) in gst_rtp_amr_pay_handle_buffer()
Dgstrtpceltpay.c395 guint i, ssize, packet_len; in gst_rtp_celt_pay_handle_buffer() local
440 packet_len = gst_rtp_buffer_calc_packet_len (payload_len, 0, 0); in gst_rtp_celt_pay_handle_buffer()
442 if (gst_rtp_base_payload_is_filled (basepayload, packet_len, packet_dur)) { in gst_rtp_celt_pay_handle_buffer()
Dgstrtpgstpay.c289 guint packet_len; in gst_rtp_gst_pay_create_from_adapter() local
296 packet_len = gst_rtp_buffer_calc_packet_len (8 + avail, 0, 0); in gst_rtp_gst_pay_create_from_adapter()
299 towrite = MIN (packet_len, mtu); in gst_rtp_gst_pay_create_from_adapter()
312 GST_DEBUG_OBJECT (rtpgstpay, "new packet len %u, frag %u", packet_len, in gst_rtp_gst_pay_create_from_adapter()
/third_party/boost/libs/spirit/classic/example/intermediate/
Dipv4_opt.cpp49 char packet_len, header_len; member
54 : packet_len(0),header_len(0){} in ipv4_data()
67 >> anychar_p[var(data.packet_len) = arg1] in ipv4()
157 cout << "packet length = " << as_byte(data.packet_len) << endl; in parse_ipv4()
Dipv4.cpp137 char packet_len, header_len; member
142 : packet_len(0),header_len(0){} in ipv4_data()
155 >> anychar_p[var(self.data.packet_len) = arg1] in definition()
248 cout << "packet length = " << as_byte(data.packet_len) << endl; in parse_ipv4()
/third_party/openssl/ssl/
Dpacket.c113 pkt->subs->packet_len = lenchars - GETBUF(pkt); in wpacket_intern_init_len()
201 if ((pkt->curr - sub->lenbytes) == sub->packet_len) { in wpacket_intern_close()
207 sub->packet_len = 0; in wpacket_intern_close()
213 && !put_value(&GETBUF(pkt)[sub->packet_len], packlen, in wpacket_intern_close()
292 sub->packet_len = 0; in WPACKET_start_sub_packet_len__()
299 sub->packet_len = lenchars - GETBUF(pkt); in WPACKET_start_sub_packet_len__()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Deth_p_oui.c166 size_t packet_len; in eth_p_oui_send() local
170 packet_len = sizeof(*ethhdr) + sizeof(global_oui) + 1 + len; in eth_p_oui_send()
171 packet = os_zalloc(packet_len); in eth_p_oui_send()
188 ret = l2_packet_send(iface->l2, NULL, 0, packet, packet_len); in eth_p_oui_send()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Deth_p_oui.c166 size_t packet_len; in eth_p_oui_send() local
170 packet_len = sizeof(*ethhdr) + sizeof(global_oui) + 1 + len; in eth_p_oui_send()
171 packet = os_zalloc(packet_len); in eth_p_oui_send()
188 ret = l2_packet_send(iface->l2, NULL, 0, packet, packet_len); in eth_p_oui_send()
/third_party/gstreamer/gstplugins_bad/gst/mpegpsmux/
Dpsmuxstream.c349 guint8 packet_len; in psmux_stream_pes_header_length() local
354 packet_len = 6; in psmux_stream_pes_header_length()
359 packet_len += 3; in psmux_stream_pes_header_length()
361 packet_len += 10; in psmux_stream_pes_header_length()
363 packet_len += 5; in psmux_stream_pes_header_length()
368 packet_len += 3; in psmux_stream_pes_header_length()
372 return packet_len; in psmux_stream_pes_header_length()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/
Dtsmuxstream.c556 guint8 packet_len; in tsmux_stream_pes_header_length() local
561 packet_len = 6; in tsmux_stream_pes_header_length()
566 packet_len += 3; in tsmux_stream_pes_header_length()
568 packet_len += 10; in tsmux_stream_pes_header_length()
570 packet_len += 5; in tsmux_stream_pes_header_length()
575 packet_len += 3; in tsmux_stream_pes_header_length()
579 g_assert (packet_len <= stream->pi.pes_header_length + 6 + 3); in tsmux_stream_pes_header_length()
580 packet_len = stream->pi.pes_header_length + 6 + 3; in tsmux_stream_pes_header_length()
584 return packet_len; in tsmux_stream_pes_header_length()
/third_party/gstreamer/gstplugins_bad/gst/asfmux/
Dgstasfobjects.c576 guint32 packet_len; in gst_asf_parse_packet_from_data() local
641 packet_len_type, &packet_len)) in gst_asf_parse_packet_from_data()
653 packet_len + padd_len != packet_size) { in gst_asf_parse_packet_from_data()
655 "match expected size %u", packet_len, padd_len, packet_size); in gst_asf_parse_packet_from_data()
666 if (packet_len == packet_size) { in gst_asf_parse_packet_from_data()
701 packet_len, padd_len, send_time, duration, in gst_asf_parse_packet_from_data()
704 packet->packet_size = packet_len; in gst_asf_parse_packet_from_data()
/third_party/gstreamer/gstreamer/gst/
Dgstpluginloader.c1064 guint32 to_read, packet_len, tag; in read_one() local
1089 packet_len = GST_READ_UINT32_BE (l->rx_buf + 4); in read_one()
1090 if (packet_len + HEADER_SIZE > BUF_MAX_SIZE) { in read_one()
1097 if (packet_len > 0) { in read_one()
1098 if (packet_len + HEADER_SIZE >= l->rx_buf_size) { in read_one()
1100 l->rx_buf_size, packet_len + HEADER_SIZE + BUF_GROW_EXTRA); in read_one()
1101 l->rx_buf_size = packet_len + HEADER_SIZE + BUF_GROW_EXTRA; in read_one()
1106 to_read = packet_len; in read_one()
1124 l->rx_buf + HEADER_SIZE, packet_len); in read_one()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpvp8.c460 const gint packet_len = header_len + expected; in GST_START_TEST() local
465 fail_unless_equals_int (map.size, packet_len); in GST_START_TEST()
481 const gint packet_len = header_len + expected; in GST_START_TEST() local
486 fail_unless_equals_int (map.size, packet_len); in GST_START_TEST()
502 const gint packet_len = header_len + expected; in GST_START_TEST() local
507 fail_unless_equals_int (map.size, packet_len); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstspu-pgs.c687 guint16 packet_len; in gstspu_exec_pgs_buffer() local
705 packet_len = GST_READ_UINT16_BE (pos); in gstspu_exec_pgs_buffer()
708 if (pos + packet_len > end) { in gstspu_exec_pgs_buffer()
709 PGS_DUMP ("Invalid packet length %u (only have %u bytes)\n", packet_len, in gstspu_exec_pgs_buffer()
714 if (parse_pgs_packet (dvdspu, type, pos, packet_len)) in gstspu_exec_pgs_buffer()
717 pos += packet_len; in gstspu_exec_pgs_buffer()

12