Searched refs:time_sample (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.c2700 int sample, time_sample; local
2713 time_sample = 0;
2715 int next = time_sample + sc->ctts_data[i].count;
2718 sc->ctts_sample = sc->current_sample - time_sample;
2721 time_sample = next;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmov.c3781 int sample, time_sample; local
3794 time_sample = 0;
3796 int next = time_sample + sc->ctts_data[i].count;
3799 sc->ctts_sample = sc->current_sample - time_sample;
3802 time_sample = next;

Completed in 112 milliseconds