Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dresampler.c1436 unsigned in_n_samples, out_n_samples; in convert_to_work_format() local
1457 in_n_samples = out_n_samples = (unsigned) ((input->length / r->i_fz) * r->i_ss.channels); in convert_to_work_format()
1461 out_n_samples += (unsigned) (leftover_length / r->w_sz); in convert_to_work_format()
1464 …fit_buf(r, &r->to_work_format_buf, r->w_sz * out_n_samples, &r->to_work_format_buf_size, leftover_… in convert_to_work_format()
1481 unsigned in_n_samples, out_n_samples, in_n_frames, out_n_frames; in remap_channels() local
1510 out_n_samples = out_n_frames * r->o_ss.channels; in remap_channels()
1511 fit_buf(r, &r->remap_buf, out_n_samples * r->w_sz, &r->remap_buf_size, leftover_length); in remap_channels()