Searched refs:pa_sink_input_new_data (Results 1 – 24 of 24) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | sink-input.h | 310 typedef struct pa_sink_input_new_data { struct 350 } pa_sink_input_new_data; argument 352 pa_sink_input_new_data* pa_sink_input_new_data_init(pa_sink_input_new_data *data); 353 void pa_sink_input_new_data_set_sample_spec(pa_sink_input_new_data *data, const pa_sample_spec *spe… 354 void pa_sink_input_new_data_set_channel_map(pa_sink_input_new_data *data, const pa_channel_map *map… 355 bool pa_sink_input_new_data_is_passthrough(pa_sink_input_new_data *data); 356 void pa_sink_input_new_data_set_volume(pa_sink_input_new_data *data, const pa_cvolume *volume); 357 void pa_sink_input_new_data_add_volume_factor(pa_sink_input_new_data *data, const char *key, const … 358 void pa_sink_input_new_data_add_volume_factor_sink(pa_sink_input_new_data *data, const char *key, c… 359 void pa_sink_input_new_data_set_muted(pa_sink_input_new_data *data, bool mute); [all …]
|
D | sink-input.c | 165 pa_sink_input_new_data* pa_sink_input_new_data_init(pa_sink_input_new_data *data) { in pa_sink_input_new_data_init() 181 void pa_sink_input_new_data_set_sample_spec(pa_sink_input_new_data *data, const pa_sample_spec *spe… in pa_sink_input_new_data_set_sample_spec() 188 void pa_sink_input_new_data_set_channel_map(pa_sink_input_new_data *data, const pa_channel_map *map… in pa_sink_input_new_data_set_channel_map() 195 bool pa_sink_input_new_data_is_passthrough(pa_sink_input_new_data *data) { in pa_sink_input_new_data_is_passthrough() 207 void pa_sink_input_new_data_set_volume(pa_sink_input_new_data *data, const pa_cvolume *volume) { in pa_sink_input_new_data_set_volume() 215 void pa_sink_input_new_data_add_volume_factor(pa_sink_input_new_data *data, const char *key, const … in pa_sink_input_new_data_add_volume_factor() 226 void pa_sink_input_new_data_add_volume_factor_sink(pa_sink_input_new_data *data, const char *key, c… in pa_sink_input_new_data_add_volume_factor_sink() 237 void pa_sink_input_new_data_set_muted(pa_sink_input_new_data *data, bool mute) { in pa_sink_input_new_data_set_muted() 244 bool pa_sink_input_new_data_set_sink(pa_sink_input_new_data *data, pa_sink *s, bool save, bool requ… in pa_sink_input_new_data_set_sink() 285 bool pa_sink_input_new_data_set_formats(pa_sink_input_new_data *data, pa_idxset *formats) { in pa_sink_input_new_data_set_formats() [all …]
|
D | play-memblockq.c | 184 pa_sink_input_new_data data; in pa_memblockq_sink_input_new()
|
D | sound-file-stream.c | 236 pa_sink_input_new_data data; in pa_play_file()
|
D | protocol-simple.c | 522 pa_sink_input_new_data data; in pa_simple_protocol_connect()
|
D | protocol-esound.c | 386 pa_sink_input_new_data sdata; in esd_proto_stream_play()
|
D | protocol-native.c | 995 pa_sink_input_new_data data; in playback_stream_new()
|
/third_party/pulseaudio/src/modules/ |
D | module-position-event-sounds.c | 70 static pa_hook_result_t sink_input_fixate_hook_callback(pa_core *core, pa_sink_input_new_data *data… in sink_input_fixate_hook_callback()
|
D | module-sine.c | 123 pa_sink_input_new_data data; in pa__init()
|
D | module-match.c | 212 static pa_hook_result_t sink_input_fixate_hook_callback(pa_core *c, pa_sink_input_new_data *si, str… in sink_input_fixate_hook_callback()
|
D | module-allow-passthrough.c | 163 static pa_hook_result_t sink_input_new_cb(pa_core *core, pa_sink_input_new_data *new_data, struct u… in sink_input_new_cb()
|
D | module-intended-roles.c | 68 static pa_hook_result_t sink_input_new_hook_callback(pa_core *c, pa_sink_input_new_data *new_data, … in sink_input_new_hook_callback()
|
D | module-remap-sink.c | 337 pa_sink_input_new_data sink_input_data; in pa__init()
|
D | module-suspend-on-idle.c | 112 static pa_hook_result_t sink_input_fixate_hook_cb(pa_core *c, pa_sink_input_new_data *data, struct … in sink_input_fixate_hook_cb()
|
D | module-virtual-sink.c | 483 pa_sink_input_new_data sink_input_data; in pa__init()
|
D | module-stream-restore.c | 1438 static pa_hook_result_t sink_input_new_hook_callback(pa_core *c, pa_sink_input_new_data *new_data, … in sink_input_new_hook_callback() 1486 static pa_hook_result_t sink_input_fixate_hook_callback(pa_core *c, pa_sink_input_new_data *new_dat… in sink_input_fixate_hook_callback()
|
D | module-virtual-surround-sink.c | 710 pa_sink_input_new_data sink_input_data; in pa__init()
|
D | module-ladspa-sink.c | 1003 pa_sink_input_new_data sink_input_data; in pa__init()
|
D | module-device-manager.c | 972 static pa_hook_result_t sink_input_new_hook_callback(pa_core *c, pa_sink_input_new_data *new_data, … in sink_input_new_hook_callback()
|
D | module-combine-sink.c | 1156 pa_sink_input_new_data data; in output_create_sink_input()
|
D | module-loopback.c | 1553 pa_sink_input_new_data sink_input_data; in pa__init()
|
D | module-equalizer-sink.c | 1112 pa_sink_input_new_data sink_input_data; in pa__init()
|
/third_party/pulseaudio/src/modules/rtp/ |
D | module-rtp-recv.c | 480 pa_sink_input_new_data data; in session_new()
|
/third_party/pulseaudio/src/modules/echo-cancel/ |
D | module-echo-cancel.c | 1721 pa_sink_input_new_data sink_input_data; in pa__init()
|