/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | rtptwcc.c | 46 guint8 packet_count[2]; member 616 guint16 packet_count; in rtp_twcc_manager_add_fci() local 643 packet_count = last->seqnum - first->seqnum + 1; in rtp_twcc_manager_add_fci() 648 GST_WRITE_UINT16_BE (header.packet_count, packet_count); in rtp_twcc_manager_add_fci() 657 first->seqnum, packet_count, GST_TIME_ARGS (base_time), fb_pkt_count); in rtp_twcc_manager_add_fci() 660 twcc->expected_recv_seqnum = first->seqnum + packet_count; in rtp_twcc_manager_add_fci() 703 GST_ERROR ("Could not fit: %u packets", packet_count); in rtp_twcc_manager_add_fci() 770 guint16 packet_count; in _many_packets_some_lost() local 777 packet_count = seqnum - first->seqnum + 1; in _many_packets_some_lost() 780 lost_packets = packet_count - received_packets; in _many_packets_some_lost() [all …]
|
D | rtpsource.c | 388 guint32 packet_count = 0; in rtp_source_create_stats() local 436 &packet_count, &octet_count); in rtp_source_create_stats() 442 "sr-packet-count", G_TYPE_UINT, (guint) packet_count, NULL); in rtp_source_create_stats() 1414 guint32 rtptime, guint32 packet_count, guint32 octet_count) in rtp_source_process_sr() argument 1424 packet_count, octet_count); in rtp_source_process_sr() 1436 curr->packet_count = packet_count; in rtp_source_process_sr() 1536 guint32 * packet_count, guint32 * octet_count) in rtp_source_get_new_sr() argument 1596 if (packet_count) in rtp_source_get_new_sr() 1597 *packet_count = src->stats.packets_sent; in rtp_source_get_new_sr() 1712 guint32 * rtptime, guint32 * packet_count, guint32 * octet_count) in rtp_source_get_last_sr() argument [all …]
|
D | rtpsource.h | 251 … guint32 rtptime, guint32 packet_count, guint32 octet_count); 257 … guint64 *ntptime, guint32 *rtptime, guint32 *packet_count, 264 guint32 *rtptime, guint32 *packet_count,
|
D | rtpstats.h | 42 guint32 packet_count; member
|
/third_party/libsnd/src/ |
D | ogg_speex.c | 156 int packet_count = 0 ; in spx_read_header() local 215 if (packet_count == 0) in spx_read_header() 224 else if (packet_count == 1) in spx_read_header() 227 else if (packet_count < 2 + spx->header.extra_headers) in spx_read_header() 230 packet_count ++ ; in spx_read_header() 236 psf_log_printf (psf, "packet_count %d\n", packet_count) ; in spx_read_header()
|
/third_party/ffmpeg/libavdevice/ |
D | jack.c | 47 sem_t packet_count; member 110 sem_post(&self->packet_count); in process_callback() 160 sem_init(&self->packet_count, 0, 0); in start_jack() 229 sem_destroy(&self->packet_count); in stop_jack() 288 if (sem_timedwait(&self->packet_count, &timeout)) { in audio_read_packet()
|
/third_party/gstreamer/gstplugins_bad/gst/asfmux/ |
D | gstasfparse.c | 82 guint64 packet_count = 0; in gst_asf_parse_parse_data_object() local 90 if (!gst_byte_reader_get_uint64_le (&reader, &packet_count)) in gst_asf_parse_parse_data_object() 93 if (asfparse->asfinfo->packets_count != packet_count) { in gst_asf_parse_parse_data_object() 96 asfparse->asfinfo->packets_count, packet_count); in gst_asf_parse_parse_data_object() 99 packet_count); in gst_asf_parse_parse_data_object()
|
D | gstasfobjects.h | 65 guint16 packet_count; member 83 guint16 packet_count; member
|
D | gstasfobjects.c | 345 payload->packet_count++; in gst_asf_put_payload() 393 payload->packet_count++; in gst_asf_put_subpayload()
|
D | gstasfmux.c | 1424 entry->packet_count = videopad->last_keyframe_packet_count; in gst_asf_mux_add_simple_index_entry() 1425 if (entry->packet_count > videopad->max_keyframe_packet_count) in gst_asf_mux_add_simple_index_entry() 1426 videopad->max_keyframe_packet_count = entry->packet_count; in gst_asf_mux_add_simple_index_entry() 1556 videopad->last_keyframe_packet_count = payload->packet_count; in gst_asf_mux_flush_payloads() 1729 entry->packet_number, entry->packet_count); in gst_asf_mux_push_simple_index() 1731 GST_WRITE_UINT16_LE (data + 4, entry->packet_count); in gst_asf_mux_push_simple_index()
|
/third_party/ffmpeg/libavformat/ |
D | avienc.c | 82 int packet_count; member 216 avio_wl32(pb, avist->packet_count); in avi_write_counters() 220 nb_frames = FFMAX(nb_frames, avist->packet_count); in avi_write_counters() 751 …ff_dlog(s, "dts:%s packet_count:%d stream_index:%d\n", av_ts2str(dts), avist->packet_count, stream… in write_skip_frames() 753 dts > avist->packet_count && par->codec_id != AV_CODEC_ID_XSUB && avist->packet_count) { in write_skip_frames() 755 if (dts - avist->packet_count > 60000) { in write_skip_frames() 756 …AV_LOG_ERROR, "Too large number of skipped frames %"PRId64" > 60000\n", dts - avist->packet_count); in write_skip_frames() 762 ff_dlog(s, "dup dts:%s packet_count:%d\n", av_ts2str(dts), avist->packet_count); in write_skip_frames() 877 avist->packet_count++; in avi_write_packet_internal() 947 if (nb_frames < avist->packet_count) in avi_write_trailer() [all …]
|
D | segafilmenc.c | 227 unsigned stabsize, headersize, packet_count; in film_write_header() local 239 packet_count = (headersize - 64) / 16; in film_write_header() 240 stabsize = 16 + 16 * packet_count; in film_write_header() 307 bytestream_put_be32(&ptr, packet_count); in film_write_header()
|
D | libmodplug.c | 51 int packet_count; ///< total number of audio packets member 301 var_values[VAR_TIME ] = modplug->packet_count * modplug->ts_per_packet; in modplug_read_packet() 345 pkt->pts = pkt->dts = modplug->packet_count++ * modplug->ts_per_packet; in modplug_read_packet() 359 modplug->packet_count = ts / modplug->ts_per_packet; in modplug_read_seek()
|
D | asfenc.c | 1012 uint32_t packet_number, uint16_t packet_count, in update_index() argument 1022 asf->next_packet_count = packet_count; in update_index() 1038 asf->index_ptr[i].packet_count = asf->next_packet_count; in update_index() 1044 asf->maximum_packet = FFMAX(asf->maximum_packet, packet_count); in update_index() 1046 asf->next_packet_count = packet_count; in update_index() 1091 uint16_t packet_count = asf->nb_packets - packet_number; in asf_write_packet() local 1092 ret = update_index(s, start_sec, packet_number, packet_count, offset); in asf_write_packet() 1115 avio_wl16(pb, index[i].packet_count); in asf_write_index()
|
D | asf.h | 67 uint16_t packet_count; member
|
D | rtpenc.h | 44 unsigned int packet_count; member
|
D | gxfenc.c | 84 unsigned packet_count; member 833 gxf->packet_count = 3; in gxf_write_header() 978 gxf->packet_count++; in gxf_write_packet() 979 if (gxf->packet_count == 100) { in gxf_write_packet() 982 gxf->packet_count = 0; in gxf_write_packet()
|
D | rtpdec.h | 182 unsigned int packet_count; member
|
D | rtpenc.c | 302 avio_wb32(s1->pb, s->packet_count); in rtcp_send_sr() 350 s->packet_count++; in ff_rtp_send_data()
|
/third_party/gstreamer/gstplugins_good/gst/dtmf/ |
D | gstdtmfsrc.h | 60 guint32 packet_count; member
|
D | gstdtmfsrc.c | 582 if (event->packet_count * dtmfsrc->interval < MIN_INTER_DIGIT_INTERVAL) { in gst_dtmf_src_create_next_tone_packet() 595 event->packet_count++; in gst_dtmf_src_create_next_tone_packet() 671 event->packet_count = 0; in gst_dtmf_src_create() 693 } else if (dtmfsrc->last_event->packet_count * dtmfsrc->interval >= in gst_dtmf_src_create()
|
/third_party/libusb/libusb/os/ |
D | haiku_usb_raw.h | 184 uint32 packet_count; member
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtpdec.c | 498 guint32 ssrc, rtptime, packet_count, octet_count; in gst_rtp_dec_chain_rtcp() local 503 &packet_count, &octet_count); in gst_rtp_dec_chain_rtcp() 507 ", RTP %u, PC %u, OC %u", ssrc, ntptime, rtptime, packet_count, in gst_rtp_dec_chain_rtcp()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtcpbuffer.h | 382 guint32 *packet_count, guint32 *octet_count); 387 guint32 packet_count, guint32 octet_count);
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpbin.c | 731 guint32 ssrc_in, packet_count, octet_count; in GST_START_TEST() local 823 &packet_count, &octet_count); in GST_START_TEST() 824 fail_unless_equals_int (packet_count, 2); in GST_START_TEST()
|