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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmov.c1696 unsigned int stts_index = 0; local
1778 current_dts += sc->stts_data[stts_index].duration;
1782 if (stts_index + 1 < sc->stts_count && stts_sample == sc->stts_data[stts_index].count) {
1784 stts_index++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmov.c2107 unsigned int stts_index = 0; local
2221 current_dts += sc->stts_data[stts_index].duration;
2225 if (stts_index + 1 < sc->stts_count && stts_sample == sc->stts_data[stts_index].count) {
2227 stts_index++;

Completed in 259 milliseconds