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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Dswresample.h320 * @see swr_set_compensation(), swr_drop_output(), and swr_inject_silence() are
384 * This function, along with swr_inject_silence(), is called by swr_next_pts()
405 int swr_inject_silence(struct SwrContext *s, int count);
H A Dswresample.c732 int swr_inject_silence(struct SwrContext *s, int count){ function
741 if ((ret = swr_inject_silence(s, MAX_SILENCE_STEP)) < 0)
804 if(delta > 0) ret = swr_inject_silence(s, delta / s->out_sample_rate);

Completed in 134 milliseconds