Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dtime-smoother_2.h23 typedef struct pa_smoother_2 pa_smoother_2; typedef
26 pa_smoother_2* pa_smoother_2_new(pa_usec_t window, pa_usec_t time_stamp, uint32_t frame_size, uint32_t rate);
28 void pa_smoother_2_free(pa_smoother_2* s);
30 void pa_smoother_2_reset(pa_smoother_2 *s, pa_usec_t time_stamp);
32 void pa_smoother_2_pause(pa_smoother_2 *s, pa_usec_t time_stamp);
34 void pa_smoother_2_resume(pa_smoother_2 *s, pa_usec_t time_stamp);
37 void pa_smoother_2_put(pa_smoother_2 *s, pa_usec_t time_stamp, int64_t byte_count);
40 int64_t pa_smoother_2_get_delay(pa_smoother_2 *s, pa_usec_t time_stamp, uint64_t byte_count);
42 pa_usec_t pa_smoother_2_get(pa_smoother_2 *
[all...]
H A Dtime-smoother_2.c33 struct pa_smoother_2 { struct
78 pa_smoother_2* pa_smoother_2_new(pa_usec_t window, pa_usec_t time_stamp, uint32_t frame_size, uint32_t rate) { in pa_smoother_2_new()
79 pa_smoother_2 *s; in pa_smoother_2_new()
83 s = pa_xnew(pa_smoother_2, 1); in pa_smoother_2_new()
97 void pa_smoother_2_free(pa_smoother_2* s) { in pa_smoother_2_free()
104 void pa_smoother_2_set_rate(pa_smoother_2 *s, pa_usec_t time_stamp, uint32_t rate) { in pa_smoother_2_set_rate()
117 void pa_smoother_2_set_sample_spec(pa_smoother_2 *s, pa_usec_t time_stamp, pa_sample_spec *spec) { in pa_smoother_2_set_sample_spec()
134 void pa_smoother_2_put(pa_smoother_2 *s, pa_usec_t time_stamp, int64_t byte_count) { in pa_smoother_2_put()
261 int64_t pa_smoother_2_get_delay(pa_smoother_2 *s, pa_usec_t time_stamp, uint64_t byte_count) { in pa_smoother_2_get_delay()
284 pa_usec_t pa_smoother_2_get(pa_smoother_2 *
[all...]
/third_party/pulseaudio/src/pulse/
H A Dinternal.h218 pa_smoother_2 *smoother;
/third_party/pulseaudio/src/modules/
H A Dmodule-esound-sink.c120 pa_smoother_2 *smoother;
H A Dmodule-solaris.c119 pa_smoother_2 *smoother;
H A Dmodule-combine-sink.c179 pa_smoother_2 *smoother;
H A Dmodule-tunnel.c264 pa_smoother_2 *smoother;
/third_party/pulseaudio/src/modules/raop/
H A Draop-sink.c105 pa_smoother_2 *smoother;
/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-device.c148 pa_smoother_2 *read_smoother;
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-sink.c169 pa_smoother_2 *smoother;
H A Dalsa-source.c153 pa_smoother_2 *smoother;

Completed in 25 milliseconds