Searched refs:get_delay (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libswresample/ |
H A D | soxr_resample.c | 99 static int64_t get_delay(struct SwrContext *s, int64_t base){ in get_delay() function 127 create, destroy, process, flush, NULL /* set_compensation */, get_delay,
|
H A D | swresample_internal.h | 87 get_delay_func get_delay; member
|
H A D | resample.c | 512 static int64_t get_delay(struct SwrContext *s, int64_t base){ in get_delay() function 614 get_delay,
|
H A D | swresample.c | 973 return s->resampler->get_delay(s, base); in swr_get_delay()
|
Completed in 5 milliseconds