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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Disom.h125 int dts_shift; ///< dts shift when ctts is negative member in struct:MOVStreamContext
H A Dmov.c1683 sc->dts_shift = FFMAX(sc->dts_shift, -duration);
1686 av_dlog(c->fc, "dts shift %d\n", sc->dts_shift);
1727 current_dts -= sc->dts_shift;
2672 pkt->pts = pkt->dts + sc->dts_shift + sc->ctts_data[sc->ctts_index].duration;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Disom.h137 int dts_shift; ///< dts shift when ctts is negative member in struct:MOVStreamContext
H A Dmov.c2002 sc->dts_shift = FFMAX(sc->dts_shift, -duration);
2057 av_dlog(c->fc, "dts shift %d\n", sc->dts_shift);
2141 current_dts -= sc->dts_shift;
3753 pkt->pts = pkt->dts + sc->dts_shift + sc->ctts_data[sc->ctts_index].duration;

Completed in 175 milliseconds