Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
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, uint3…
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 *s, pa_usec_t time_stamp);
44 pa_usec_t pa_smoother_2_translate(pa_smoother_2 *s, pa_usec_t time_difference);
[all …]
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, uint3… in pa_smoother_2_new() argument
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 *s, pa_usec_t time_stamp) { in pa_smoother_2_get()
[all …]
/third_party/pulseaudio/src/pulse/
Dinternal.h218 pa_smoother_2 *smoother;
/third_party/pulseaudio/src/modules/
Dmodule-esound-sink.c120 pa_smoother_2 *smoother;
Dmodule-solaris.c119 pa_smoother_2 *smoother;
Dmodule-combine-sink.c179 pa_smoother_2 *smoother;
Dmodule-tunnel.c263 pa_smoother_2 *smoother;
/third_party/pulseaudio/src/modules/raop/
Draop-sink.c105 pa_smoother_2 *smoother;
/third_party/pulseaudio/src/modules/alsa/
Dalsa-source.c153 pa_smoother_2 *smoother;
Dalsa-sink.c169 pa_smoother_2 *smoother;
/third_party/pulseaudio/src/modules/bluetooth/
Dmodule-bluez5-device.c148 pa_smoother_2 *read_smoother;