Home
last modified time | relevance | path

Searched refs:o_fz (Results 1 - 2 of 2) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dresampler.h88 size_t i_fz, o_fz, w_fz, w_sz; member
H A Dresampler.c390 r->o_fz = pa_frame_size(b); in pa_resampler_new()
552 out_length = out_length / r->o_fz; in pa_resampler_request()
604 return out_length * r->o_fz; in pa_resampler_result()
1602 fit_buf(r, &r->from_work_format_buf, r->o_fz * n_frames, &r->from_work_format_buf_size, 0); in convert_from_work_format()
1628 size_t tempLength = r->i_fz * RESAMPLER_CACHE_SIZE_RATIO * r->o_fz; in pa_resampler_run()
1662 r->out_frames += buf->length / r->o_fz; in pa_resampler_run()

Completed in 3 milliseconds