Searched defs:out_n_frames (Results 1 - 7 of 7) sorted by relevance
/third_party/pulseaudio/src/pulsecore/resampler/ |
H A D | peaks.c | 37 static unsigned peaks_resample(pa_resampler *r, const pa_memchunk *input, unsigned in_n_frames, pa_memchunk *output, unsigned *out_n_frames) { in peaks_resample() argument
|
H A D | ffmpeg.c | 33 static unsigned ffmpeg_resample(pa_resampler *r, const pa_memchunk *input, unsigned in_n_frames, pa_memchunk *output, unsigned *out_n_frames) { in ffmpeg_resample() argument
|
H A D | libsamplerate.c | 28 static unsigned libsamplerate_resample(pa_resampler *r, const pa_memchunk *input, unsigned in_n_frames, pa_memchunk *output, unsigned *out_n_frames) { in libsamplerate_resample() argument
|
H A D | trivial.c | 33 static unsigned trivial_resample(pa_resampler *r, const pa_memchunk *input, unsigned in_n_frames, pa_memchunk *output, unsigned *out_n_frames) { in trivial_resample() argument
|
H A D | speex.c | 57 static unsigned speex_resample_float(pa_resampler *r, const pa_memchunk *input, unsigned in_n_frames, pa_memchunk *output, unsigned *out_n_frames) { in speex_resample_float() argument 93 static unsigned speex_resample_int(pa_resampler *r, const pa_memchunk *input, unsigned in_n_frames, pa_memchunk *output, unsigned *out_n_frames) { in speex_resample_int() argument
|
H A D | soxr.c | 29 resampler_soxr_resample(pa_resampler *r, const pa_memchunk *input, unsigned in_n_frames, pa_memchunk *output, unsigned *out_n_frames) resampler_soxr_resample() argument
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | resampler.c | 1492 unsigned in_n_samples, out_n_samples, in_n_frames, out_n_frames; in remap_channels() local 1559 unsigned in_n_frames, out_n_frames, leftover_n_frames; in resample() local
|
Completed in 5 milliseconds