Searched defs:in_n_frames (Results 1 – 7 of 7) sorted by relevance
/third_party/pulseaudio/src/pulsecore/resampler/ |
D | speex.c | 57 …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()
|
D | libsamplerate.c | 28 …libsamplerate_resample(pa_resampler *r, const pa_memchunk *input, unsigned in_n_frames, pa_memchun… in libsamplerate_resample()
|
D | trivial.c | 33 static unsigned trivial_resample(pa_resampler *r, const pa_memchunk *input, unsigned in_n_frames, p… in trivial_resample()
|
D | soxr.c | 29 …c unsigned resampler_soxr_resample(pa_resampler *r, const pa_memchunk *input, unsigned in_n_frames, in resampler_soxr_resample()
|
D | ffmpeg.c | 33 static unsigned ffmpeg_resample(pa_resampler *r, const pa_memchunk *input, unsigned in_n_frames, pa… in ffmpeg_resample()
|
D | peaks.c | 37 static unsigned peaks_resample(pa_resampler *r, const pa_memchunk *input, unsigned in_n_frames, pa_… in peaks_resample()
|
/third_party/pulseaudio/src/pulsecore/ |
D | resampler.c | 1340 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
|