Searched refs:nb_packets (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Drmenc.c25 int nb_packets; member in struct:__anon734
71 int nb_packets, packet_total_size, packet_max_size, size, packet_avg_size, i; local
88 nb_packets = 0;
96 nb_packets += stream->nb_packets;
106 if (nb_packets > 0)
107 packet_avg_size = packet_total_size / nb_packets;
111 put_be32(s, nb_packets); /* num packets */
163 if (stream->nb_packets > 0)
165 stream->nb_packets;
[all...]
H A Dasfenc.c319 put_le64(pb, asf->nb_packets); /* number of packets */
507 put_le64(pb, asf->nb_packets); /* nb packets */
518 asf->nb_packets = 0;
633 asf->nb_packets++;
766 packet_st = asf->nb_packets;
780 asf->index_ptr[i].packet_count = (uint16_t)(asf->nb_packets-packet_st);
781 asf->maximum_packet = FFMAX(asf->maximum_packet, (uint16_t)(asf->nb_packets-packet_st));
H A Dasf.h88 uint64_t nb_packets; ///< how many packets are there in the file, invalid if broadcasting member in struct:__anon625
H A Dmpegts.c1169 static int handle_packets(MpegTSContext *ts, int nb_packets) argument
1182 if (nb_packets != 0 && packet_num >= nb_packets)
1299 int pcr_pid, pid, nb_packets, nb_pcrs, ret, pcr_l; local
1316 nb_packets = 0;
1325 packet_count[nb_pcrs] = nb_packets;
1331 nb_packets++;
H A Drmdec.c43 int nb_packets; member in struct:__anon733
399 rm->nb_packets = get_be32(pb); /* number of packets */
400 if (!rm->nb_packets && (flags & 4))
401 rm->nb_packets = 3600 * 25;
H A Dasfdec.c206 asf->nb_packets = get_le64(pb);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffplay.c74 int nb_packets; member in struct:PacketQueue
249 q->nb_packets = 0;
284 q->nb_packets++;
323 q->nb_packets--;

Completed in 119 milliseconds