Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/resampler/
H A Dpeaks.c29 struct peaks_data { /* data specific to the peak finder pseudo resampler */ struct
41 struct peaks_data *peaks_data; in peaks_resample() local
48 peaks_data = r->impl.data; in peaks_resample()
52 i = ((uint64_t) peaks_data->o_counter * r->i_ss.rate) / r->o_ss.rate; in peaks_resample()
53 i = i > peaks_data->i_counter ? i - peaks_data->i_counter : 0; in peaks_resample()
56 i_end = ((uint64_t) (peaks_data->o_counter + 1) * r->i_ss.rate) / r->o_ss.rate; in peaks_resample()
57 i_end = i_end > peaks_data->i_counter ? i_end - peaks_data in peaks_resample()
138 struct peaks_data *peaks_data; peaks_update_rates_or_reset() local
148 struct peaks_data *peaks_data; pa_resampler_peaks_init() local
[all...]

Completed in 1 milliseconds