Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-device.c148 pa_smoother_2 *read_smoother; member
150 pa_smoother *read_smoother; member
512 pa_assert(u->read_smoother); in bt_process_push()
543 pa_smoother_2_resume(u->read_smoother, tstamp); in bt_process_push()
544 pa_smoother_2_put(u->read_smoother, tstamp, u->read_index); in bt_process_push()
546 pa_smoother_put(u->read_smoother, tstamp, pa_bytes_to_usec(u->read_index, &u->decoder_sample_spec)); in bt_process_push()
547 pa_smoother_resume(u->read_smoother, tstamp, true); in bt_process_push()
607 if (u->read_smoother) { in teardown_stream()
609 pa_smoother_2_free(u->read_smoother); in teardown_stream()
611 pa_smoother_free(u->read_smoother); in teardown_stream()
[all...]

Completed in 3 milliseconds