Searched refs:pa_smoother_2 (Results 1 – 11 of 11) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | time-smoother_2.h | 23 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 …]
|
D | time-smoother_2.c | 33 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/ |
D | internal.h | 218 pa_smoother_2 *smoother;
|
/third_party/pulseaudio/src/modules/ |
D | module-esound-sink.c | 120 pa_smoother_2 *smoother;
|
D | module-solaris.c | 119 pa_smoother_2 *smoother;
|
D | module-combine-sink.c | 179 pa_smoother_2 *smoother;
|
D | module-tunnel.c | 263 pa_smoother_2 *smoother;
|
/third_party/pulseaudio/src/modules/raop/ |
D | raop-sink.c | 105 pa_smoother_2 *smoother;
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-source.c | 153 pa_smoother_2 *smoother;
|
D | alsa-sink.c | 169 pa_smoother_2 *smoother;
|
/third_party/pulseaudio/src/modules/bluetooth/ |
D | module-bluez5-device.c | 148 pa_smoother_2 *read_smoother;
|