Home
last modified time | relevance | path

Searched defs:in_n_frames (Results 1 – 7 of 7) sorted by relevance

/third_party/pulseaudio/src/pulsecore/resampler/
Dspeex.c57 …d speex_resample_float(pa_resampler *r, const pa_memchunk *input, unsigned in_n_frames, pa_memchun… in speex_resample_float()
93 static unsigned speex_resample_int(pa_resampler *r, const pa_memchunk *input, unsigned in_n_frames,… in speex_resample_int()
Dlibsamplerate.c28 …libsamplerate_resample(pa_resampler *r, const pa_memchunk *input, unsigned in_n_frames, pa_memchun… in libsamplerate_resample()
Dtrivial.c33 static unsigned trivial_resample(pa_resampler *r, const pa_memchunk *input, unsigned in_n_frames, p… in trivial_resample()
Dsoxr.c29 …c unsigned resampler_soxr_resample(pa_resampler *r, const pa_memchunk *input, unsigned in_n_frames, in resampler_soxr_resample()
Dffmpeg.c33 static unsigned ffmpeg_resample(pa_resampler *r, const pa_memchunk *input, unsigned in_n_frames, pa… in ffmpeg_resample()
Dpeaks.c37 static unsigned peaks_resample(pa_resampler *r, const pa_memchunk *input, unsigned in_n_frames, pa_… in peaks_resample()
/third_party/pulseaudio/src/pulsecore/
Dresampler.c1340 unsigned in_n_samples, out_n_samples, in_n_frames, out_n_frames; in remap_channels() local
1407 unsigned in_n_frames, out_n_frames, leftover_n_frames; in resample() local