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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmov.c1929 int64_t total_sample_count=0; local
1977 && total_sample_count > 100
1978 && sample_duration/10 > duration / total_sample_count)
1979 sample_duration = duration / total_sample_count;
1981 total_sample_count+=sample_count;
1987 sc->nb_frames_for_fps += total_sample_count;
1992 st->nb_frames= total_sample_count;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmov.c1603 int64_t total_sample_count=0; local
1641 total_sample_count+=sample_count;
1644 st->nb_frames= total_sample_count;

Completed in 279 milliseconds