Searched refs:pa_sink_input_new_data (Results 1 – 24 of 24) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | sink-input.h | 286 typedef struct pa_sink_input_new_data { struct 326 } pa_sink_input_new_data; argument 328 pa_sink_input_new_data* pa_sink_input_new_data_init(pa_sink_input_new_data *data); 329 void pa_sink_input_new_data_set_sample_spec(pa_sink_input_new_data *data, const pa_sample_spec *spe… 330 void pa_sink_input_new_data_set_channel_map(pa_sink_input_new_data *data, const pa_channel_map *map… 331 bool pa_sink_input_new_data_is_passthrough(pa_sink_input_new_data *data); 332 void pa_sink_input_new_data_set_volume(pa_sink_input_new_data *data, const pa_cvolume *volume); 333 void pa_sink_input_new_data_add_volume_factor(pa_sink_input_new_data *data, const char *key, const … 334 void pa_sink_input_new_data_add_volume_factor_sink(pa_sink_input_new_data *data, const char *key, c… 335 void pa_sink_input_new_data_set_muted(pa_sink_input_new_data *data, bool mute); [all …]
|
D | sink-input.c | 104 pa_sink_input_new_data* pa_sink_input_new_data_init(pa_sink_input_new_data *data) { in pa_sink_input_new_data_init() 120 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() 127 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() 134 bool pa_sink_input_new_data_is_passthrough(pa_sink_input_new_data *data) { in pa_sink_input_new_data_is_passthrough() 146 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() 154 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() 165 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() 176 void pa_sink_input_new_data_set_muted(pa_sink_input_new_data *data, bool mute) { in pa_sink_input_new_data_set_muted() 183 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() 224 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 | 975 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 | 334 pa_sink_input_new_data sink_input_data; in pa__init()
|
D | module-virtual-sink.c | 480 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-surround-sink.c | 595 pa_sink_input_new_data sink_input_data; in pa__init()
|
D | module-stream-restore.c | 1474 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() 1522 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-ladspa-sink.c | 1000 pa_sink_input_new_data sink_input_data; in pa__init()
|
D | module-combine-sink.c | 982 pa_sink_input_new_data data; in output_create_sink_input()
|
D | module-loopback.c | 1301 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-equalizer-sink.c | 1109 pa_sink_input_new_data sink_input_data; in pa__init()
|
/third_party/pulseaudio/src/modules/rtp/ |
D | module-rtp-recv.c | 479 pa_sink_input_new_data data; in session_new()
|
/third_party/pulseaudio/src/modules/echo-cancel/ |
D | module-echo-cancel.c | 1709 pa_sink_input_new_data sink_input_data; in pa__init()
|