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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drmenc.c27 int nb_packets; member in struct:__anon3618
73 int nb_packets, packet_total_size, packet_max_size, size, packet_avg_size, i; local
90 nb_packets = 0;
98 nb_packets += stream->nb_packets;
108 if (nb_packets > 0)
109 packet_avg_size = packet_total_size / nb_packets;
113 avio_wb32(s, nb_packets); /* num packets */
165 if (stream->nb_packets > 0)
167 stream->nb_packets;
[all...]
H A Dasfenc.c195 uint64_t nb_packets; ///< how many packets are there in the file, invalid if broadcasting member in struct:__anon3454
405 avio_wl64(pb, asf->nb_packets); /* number of packets */
644 avio_wl64(pb, asf->nb_packets); /* nb packets */
656 asf->nb_packets = 0;
764 asf->nb_packets++;
934 packet_number = asf->nb_packets;
943 uint16_t packet_count = asf->nb_packets - packet_number;
H A Drmdec.c60 int nb_packets; member in struct:__anon3617
563 rm->nb_packets = avio_rb32(pb); /* number of packets */
564 if (!rm->nb_packets && (flags & 4))
565 rm->nb_packets = 3600 * 25;
H A Dmpegts.c2248 static int handle_packets(MpegTSContext *ts, int nb_packets) argument
2278 if (nb_packets != 0 && packet_num >= nb_packets ||
2410 int pcr_pid, pid, nb_packets, nb_pcrs, ret, pcr_l; local
2428 nb_packets = 0;
2438 packet_count[nb_pcrs] = nb_packets;
2446 nb_packets++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drmenc.c27 int nb_packets; member in struct:__anon2263
73 int nb_packets, packet_total_size, packet_max_size, size, packet_avg_size, i; local
90 nb_packets = 0;
98 nb_packets += stream->nb_packets;
108 if (nb_packets > 0)
109 packet_avg_size = packet_total_size / nb_packets;
113 avio_wb32(s, nb_packets); /* num packets */
165 if (stream->nb_packets > 0)
167 stream->nb_packets;
[all...]
H A Dasfenc.c198 uint64_t nb_packets; ///< how many packets are there in the file, invalid if broadcasting member in struct:__anon2117
347 avio_wl64(pb, asf->nb_packets); /* number of packets */
547 avio_wl64(pb, asf->nb_packets); /* nb packets */
558 asf->nb_packets = 0;
673 asf->nb_packets++;
806 packet_st = asf->nb_packets;
820 asf->index_ptr[i].packet_count = (uint16_t)(asf->nb_packets-packet_st);
821 asf->maximum_packet = FFMAX(asf->maximum_packet, (uint16_t)(asf->nb_packets-packet_st));
H A Drmdec.c54 int nb_packets; member in struct:__anon2262
510 rm->nb_packets = avio_rb32(pb); /* number of packets */
511 if (!rm->nb_packets && (flags & 4))
512 rm->nb_packets = 3600 * 25;
H A Dmpegts.c1772 static int handle_packets(MpegTSContext *ts, int nb_packets) argument
1802 if (nb_packets != 0 && packet_num >= nb_packets)
1915 int pcr_pid, pid, nb_packets, nb_pcrs, ret, pcr_l; local
1932 nb_packets = 0;
1941 packet_count[nb_pcrs] = nb_packets;
1947 nb_packets++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffplay.c114 int nb_packets; member in struct:PacketQueue
395 q->nb_packets++;
451 q->nb_packets = 0;
501 q->nb_packets--;
1226 if (is->video_stream >= 0 && is->videoq.nb_packets <= MIN_FRAMES / 2 ||
1227 is->audio_stream >= 0 && is->audioq.nb_packets <= MIN_FRAMES / 2) {
1229 } else if ((is->video_stream < 0 || is->videoq.nb_packets > MIN_FRAMES * 2) &&
1230 (is->audio_stream < 0 || is->audioq.nb_packets > MIN_FRAMES * 2)) {
1723 is->videoq.nb_packets) {
2402 if (is->audioq.nb_packets
[all...]
H A Dffmpeg.h321 uint64_t nb_packets; member in struct:InputStream
H A Dffmpeg.c1277 total_packets += ist->nb_packets;
1282 ist->nb_packets, ist->data_size);
3361 ist->nb_packets++;
3414 if (ist->nb_packets == 1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davplay.c89 int nb_packets; member in struct:PacketQueue
308 q->nb_packets = 0;
343 q->nb_packets++;
382 q->nb_packets--;
2524 && (is->videoq .nb_packets > MIN_FRAMES || is->video_stream < 0)
2525 && (is->subtitleq.nb_packets > MIN_FRAMES || is->subtitle_stream < 0))) {

Completed in 263 milliseconds