Searched refs:last_ts (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dflvenc.c64 int64_t last_ts; ///< last timestamp for each stream member in struct:FLVStreamContext
211 sc->last_ts = -1;
361 put_avc_eos_tag(pb, sc->last_ts);
435 if (enc->codec_id == CODEC_ID_SPEEX && ts - sc->last_ts > 160) {
441 if (sc->last_ts < ts)
442 sc->last_ts = ts;
H A Davidec.c997 int64_t last_ts; local
1002 last_ts = st->index_entries[st->nb_index_entries - 1].timestamp;
1003 if(!ast->remaining && ts > last_ts)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dflvenc.c69 int64_t last_ts; ///< last timestamp for each stream member in struct:FLVStreamContext
269 sc->last_ts = -1;
449 put_avc_eos_tag(pb, sc->last_ts);
543 if (enc->codec_id == AV_CODEC_ID_SPEEX && ts - sc->last_ts > 160)
548 if (sc->last_ts < ts)
549 sc->last_ts = ts;
H A Dhdsenc.c51 int64_t frag_start_ts, last_ts; member in struct:OutputStream
170 duration = c->streams[0].last_ts * av_q2d(s->streams[0]->time_base);
239 cur_media_time = os->last_ts;
549 os->last_ts = pkt->dts;
561 hds_flush(s, &c->streams[i], 1, c->streams[i].last_ts);
H A Davidec.c1276 int64_t last_ts; local
1281 last_ts = st->index_entries[st->nb_index_entries - 1].timestamp;
1282 if (!ast->remaining && ts > last_ts)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dzconf.l37 static int last_ts, first_ts;
197 last_ts = ts;
228 first_ts = last_ts;
249 last_ts = first_ts = 0;
H A Dlex.zconf.c808 static int last_ts, first_ts; variable
1280 last_ts = ts;
1325 first_ts = last_ts;
2319 last_ts = first_ts = 0;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.l36 static int last_ts, first_ts;
196 last_ts = ts;
222 first_ts = last_ts;
243 last_ts = first_ts = 0;
H A Dlex.zconf.c771 static int last_ts, first_ts; variable
1207 last_ts = ts;
1247 first_ts = last_ts;
2210 last_ts = first_ts = 0;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dzconf.l32 static int last_ts, first_ts;
194 last_ts = ts;
221 first_ts = last_ts;
242 last_ts = first_ts = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dlog.h284 db_timespec last_ts; /* Last time of insert in temp db. */ member in struct:__log
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/
H A Dbeacon.c344 unsigned long last_ts; local
387 last_ts = bce->ts_jiffies;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/python/
H A Dsched-migration.py318 last_ts = self.data[-1]
320 for cpu in last_ts.rqs:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.h334 int64_t last_ts; member in struct:InputFile
H A Dffmpeg.c3443 && (is->iformat->flags & AVFMT_TS_DISCONT) && ifile->last_ts != AV_NOPTS_VALUE) {
3445 int64_t delta = pkt_dts - ifile->last_ts;
3495 ifile->last_ts = av_rescale_q(pkt.dts, ist->st->time_base, AV_TIME_BASE_Q);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_record.c1095 lp->rcvd_ts = lp->last_ts;
1141 __os_gettime(env, &lp->last_ts, 1);

Completed in 341 milliseconds