Searched refs:ts_end (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dass.h63 * @param ts_end end timestamp for this dialog (in 1/100 second unit)
74 int ts_start, int ts_end, int raw);
H A Dsrtdec.c186 static const char *read_ts(const char *buf, int *ts_start, int *ts_end, argument
195 &hs, &ms, &ss, ts_start, &he, &me, &se, ts_end,
200 *ts_end = 100*(se + 60*(me + 60*he)) + *ts_end /10;
211 int ts_start, ts_end, x1 = -1, y1 = -1, x2 = -1, y2 = -1; local
222 ptr = read_ts(ptr, &ts_start, &ts_end, &x1, &y1, &x2, &y2);
227 ff_ass_add_rect(sub, buffer, ts_start, ts_end, 0);
H A Dass.c96 int ts_start, int ts_end, int raw)
98 int len = 0, dlen, duration = ts_end - ts_start;
104 ts_to_string(s_end, sizeof(s_end), ts_end );
95 ff_ass_add_rect(AVSubtitle *sub, const char *dialog, int ts_start, int ts_end, int raw) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmovtextdec.c63 int ts_start, ts_end; local
92 ts_end = av_rescale_q(avpkt->pts + avpkt->duration,
103 ff_ass_add_rect(sub, buf.str, ts_start, ts_end-ts_start, 0);
H A Dsrtdec.c196 static const char *read_ts(const char *buf, int *ts_start, int *ts_end, argument
205 &hs, &ms, &ss, ts_start, &he, &me, &se, ts_end,
211 *ts_end = 100*(se + 60*(me + 60*he)) + *ts_end /10;
222 int ts_start, ts_end, x1 = -1, y1 = -1, x2 = -1, y2 = -1; local
241 ptr = read_ts(ptr, &ts_start, &ts_end, &x1, &y1, &x2, &y2);
249 ts_end = av_rescale_q(avpkt->pts + avpkt->duration,
255 ff_ass_add_rect(sub, buffer, ts_start, ts_end-ts_start, 0);
H A Dffwavesynth.c83 int64_t ts_start, ts_end; member in struct:ws_interval
213 if (ts >= in->ts_end)
266 in->ts_end = AV_RL64(edata + 8);
270 if (in->ts_start < cur_ts || in->ts_end <= in->ts_start)
273 dt = in->ts_end - in->ts_start;
369 if (ts >= in->ts_end) {
411 if (ts >= in->ts_end)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Djacosubdec.c109 int ts_start, ts_end; local
116 ts_end = (he*3600 + me*60 + se) * jacosub->timeres + fe;
121 if (sscanf(buf, "@%u @%u %n", &ts_start, &ts_end, &len) == 2)
128 ts_end = (ts_end + jacosub->shift) * 100 / jacosub->timeres;
130 *duration = ts_start + ts_end;
H A Dwebvttdec.c83 int64_t ts_start, ts_end; local
124 if ((ts_end = read_ts(p)) == AV_NOPTS_VALUE)
147 sub->duration = ts_end - ts_start;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py33 (self.ts_start, self.ts_end) = sched_tracer.interval()
146 self.width_virtual = self.us_to_px(self.ts_end - self.ts_start)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddvb_net.c345 const u8 *ts, *ts_end, *from_where = NULL; local
359 for (ts = buf, ts_end = buf + buf_len; ts < ts_end; /* no default incr. */ ) {

Completed in 115 milliseconds