Searched refs:last_scr (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpegenc.c80 int64_t last_scr; /* current system clock */ member in struct:__anon3573
506 s->last_scr = AV_NOPTS_VALUE;
604 if ((s->packet_number % s->pack_header_freq) == 0 || s->last_scr != scr) {
608 s->last_scr= scr;
654 s->last_scr= scr;
951 int64_t scr= s->last_scr;
1049 s->last_scr += s->packet_size*90000LL / (s->mux_rate*50LL); //FIXME rounding and first few bytes of each packet
1054 s->last_scr += s->packet_size*90000LL / (s->mux_rate*50LL); //FIXME rounding and first few bytes of each packet
1063 if(remove_decoded_packets(ctx, s->last_scr) < 0)
1087 if (s->last_scr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmpegenc.c76 int64_t last_scr; /* current system clock */ member in struct:__anon2220
493 s->last_scr = 0;
677 if ((s->packet_number % s->pack_header_freq) == 0 || s->last_scr != scr) {
681 s->last_scr= scr;
727 s->last_scr= scr;
1040 int64_t scr= s->last_scr;
1133 s->last_scr += s->packet_size*90000LL / (s->mux_rate*50LL); //FIXME rounding and first few bytes of each packet
1138 s->last_scr += s->packet_size*90000LL / (s->mux_rate*50LL); //FIXME rounding and first few bytes of each packet
1147 if(remove_decoded_packets(ctx, s->last_scr) < 0)
1177 if(!s->last_scr)
[all...]

Completed in 173 milliseconds