get_delay         150 libavfilter/af_asyncts.c         if (nb_samples = get_delay(s)) {
get_delay         192 libavfilter/af_asyncts.c             s->pts = pts - get_delay(s);
get_delay         205 libavfilter/af_asyncts.c     delta    = pts - s->pts - get_delay(s);
get_delay         215 libavfilter/af_asyncts.c             int delay = get_delay(s);
get_delay         415 libswresample/resample.c   get_delay,
get_delay         101 libswresample/soxr_resample.c     create, destroy, process, flush, NULL /* set_compensation */, get_delay,
get_delay         797 libswresample/swresample.c         return s->resampler->get_delay(s, base);
get_delay          86 libswresample/swresample_internal.h   get_delay_func                get_delay;