Home
last modified time | relevance | path

Searched refs:resample_func (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libswresample/
Dresample.c488 int (*resample_func)(struct ResampleContext *c, void *dst, in multiple_resample() local
495 resample_func = (c->linear && (c->frac || c->dst_incr_mod)) ? in multiple_resample()
498 … *consumed = resample_func(c, dst->ch[i], src->ch[i], dst_size, i+1 == dst->ch_count); in multiple_resample()