Searched refs:ts_off (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Ddv1394.c1878 u32 begin_ts, ts_cyc, ts_off; local
1904 ts_off = 0;
1906 ts_cyc += ts_off/3072;
1907 ts_off %= 3072;
1909 next_frame->assigned_timestamp = ((ts_cyc&0xF) << 12) + ts_off;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_opt.c1582 int64_t ts_off = av_rescale_q(start_time - ifile->ts_offset, local
1588 if (in_ch->end < ts_off)
1590 if (rt != INT64_MAX && in_ch->start > rt + ts_off)
1599 out_ch->start = FFMAX(0, in_ch->start - ts_off);
1600 out_ch->end = FFMIN(rt, in_ch->end - ts_off);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c3796 int64_t ts_off = av_rescale_q(ofile->start_time - ifile->ts_offset, local
3802 if (in_ch->end < ts_off)
3804 if (rt != INT64_MAX && in_ch->start > rt + ts_off)
3813 out_ch->start = FFMAX(0, in_ch->start - ts_off);
3814 out_ch->end = FFMIN(rt, in_ch->end - ts_off);
H A Dffmpeg.c1871 int64_t ts_off = av_rescale_q(start_time - input_files[infile].ts_offset, local
1877 if (in_ch->end < ts_off)
1879 if (rt != INT64_MAX && in_ch->start > rt + ts_off)
1888 out_ch->start = FFMAX(0, in_ch->start - ts_off);
1889 out_ch->end = FFMIN(rt, in_ch->end - ts_off);

Completed in 68 milliseconds