Home
last modified time | relevance | path

Searched refs:muted (Results 1 - 25 of 29) sorted by relevance

12

/third_party/pulseaudio/src/modules/
H A Dmodule-stream-restore.c66 "restore_muted=<Save/restore muted states?> "
120 bool muted; member
268 static pa_dbus_arg_info entry_mute_updated_args[] = { { "muted", "b", NULL } };
497 dbus_bool_t muted; in send_mute_updated_signal() local
504 muted = e->muted; in send_mute_updated_signal()
507 pa_assert_se(dbus_message_append_args(signal_msg, DBUS_TYPE_BOOLEAN, &muted, DBUS_TYPE_INVALID)); in send_mute_updated_signal()
600 dbus_bool_t muted = FALSE; in handle_add_entry() local
619 dbus_message_iter_get_basic(&msg_iter, &muted); in handle_add_entry()
635 mute_updated = e->muted ! in handle_add_entry()
1021 bool muted:1; legacy_entry_read() member
2049 bool muted; extension_cb() local
[all...]
H A Dmodule-device-restore.c62 "restore_muted=<Save/restore muted states?> "
114 bool muted; member
369 pa_tagstruct_put_boolean(t, e->muted); in perportentry_write()
418 pa_tagstruct_get_boolean(t, &e->muted) < 0 || in perportentry_read()
486 r->muted = e->muted; in perportentry_copy()
502 (a->muted_valid && (a->muted != b->muted))) in perportentries_equal()
525 bool muted:1; in legacy_entry_read() member
578 (*perportentry)->muted in legacy_entry_read()
[all...]
H A Dstream-interaction.c119 if (!PA_SINK_INPUT(j)->muted && in find_trigger_stream()
123 if (!PA_SOURCE_OUTPUT(j)->muted && in find_trigger_stream()
178 else if (corked || i->muted) { in uncork_or_unduck()
180 if (i->muted) in uncork_or_unduck()
224 if (new_trigger && ((!corked && !j->muted) || u->duck)) { in apply_interaction_to_sink()
H A Dmodule-virtual-sink.c208 pa_sink_input_set_mute(u->sink_input, s->muted, s->save_muted); in sink_set_mute_cb()
474 pa_sink_mute_changed(u->sink, i->muted); in sink_input_mute_changed_cb()
H A Dmodule-virtual-surround-sink.c385 pa_sink_input_set_mute(u->sink_input, s->muted, s->save_muted); in sink_set_mute_cb()
698 pa_sink_mute_changed(u->sink, i->muted); in sink_input_mute_changed_cb()
H A Dmodule-virtual-source.c246 pa_source_output_set_mute(u->source_output, s->muted, s->save_muted); in source_set_mute_cb()
H A Dmodule-ladspa-sink.c462 pa_sink_input_set_mute(u->sink_input, s->muted, s->save_muted); in sink_set_mute_cb()
710 pa_sink_mute_changed(u->sink, i->muted); in sink_input_mute_changed_cb()
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/
H A DFunctionList.h28 bool muted = false; member in FunctionList
41 if (muted) std::fill(begin, end, 0); in operator ()()
75 muted = toMute; in mute()
/third_party/pulseaudio/src/pulsecore/
H A Dsource-output.c124 data->muted = mute; in pa_source_output_new_data_set_muted()
375 data->muted = false; in pa_source_output_new()
477 o->muted = data->muted; in pa_source_output_new()
489 o->thread_info.muted = o->muted; in pa_source_output_new()
712 o->thread_info.muted = o->muted; in pa_source_output_put()
775 volume_is_norm = pa_cvolume_is_norm(&o->thread_info.soft_volume) && !o->thread_info.muted; in pa_source_output_push()
815 if (o->thread_info.muted) { in pa_source_output_push()
[all...]
H A Dsink-input.h120 bool muted:1; member
250 bool muted:1; member
334 bool muted:1; member
H A Dsource-output.h107 bool muted:1; member
208 bool muted:1; member
272 bool muted:1; member
H A Dsink-input.c241 data->muted = mute; in pa_sink_input_new_data_set_muted()
489 data->muted = false; in pa_sink_input_new()
598 i->muted = data->muted; in pa_sink_input_new()
620 i->thread_info.muted = i->muted; in pa_sink_input_new()
920 i->thread_info.muted = i->muted; in pa_sink_input_put()
1010 volume_is_norm = pa_cvolume_is_norm(&i->thread_info.soft_volume) && !i->thread_info.muted; in pa_sink_input_peek()
1056 if (i->thread_info.muted) { in pa_sink_input_peek()
[all...]
H A Dsource.c125 data->muted = mute; in pa_source_new_data_set_muted()
222 data->muted = false; in pa_source_new()
282 s->muted = data->muted; in pa_source_new()
326 s->thread_info.soft_muted = s->muted; in pa_source_new()
662 s->thread_info.soft_muted = s->muted; in pa_source_put()
1890 old_muted = s->muted; in pa_source_set_mute()
1897 s->muted = mute; in pa_source_set_mute()
1934 return s->muted; in pa_source_get_mute()
1950 if (new_muted == s->muted) in pa_source_mute_changed()
[all...]
H A Dsink.c135 data->muted = mute; in pa_sink_new_data_set_muted()
236 data->muted = false; in pa_sink_new()
295 s->muted = data->muted; in pa_sink_new()
339 s->thread_info.soft_muted = s->muted; in pa_sink_new()
714 s->thread_info.soft_muted = s->muted; in pa_sink_put()
2371 old_muted = s->muted; in pa_sink_set_mute()
2378 s->muted = mute; in pa_sink_set_mute()
2415 return s->muted; in pa_sink_get_mute()
2431 if (new_muted == s->muted) in pa_sink_mute_changed()
[all...]
H A Dsource.h102 bool muted:1; member
321 bool muted:1; member
H A Dsink.h101 bool muted:1; member
387 bool muted:1; member
H A Dcli-text.c483 pa_yes_no(o->muted), in pa_source_output_list_to_string()
580 pa_yes_no(i->muted), in pa_sink_input_list_to_string()
H A Dprotocol-native.c348 bool muted, in record_stream_new()
393 pa_source_output_new_data_set_muted(&data, muted); in record_stream_new()
807 bool muted, in playback_stream_new()
880 pa_sink_input_new_data_set_muted(&data, muted); in playback_stream_new()
1743 muted = false, in command_create_playback_stream() local
1814 if (pa_tagstruct_get_boolean(t, &muted) < 0 || in command_create_playback_stream()
1926 muted_set = muted_set || muted; in command_create_playback_stream()
1928 s = playback_stream_new(c, sink, &ss, &map, formats, &attr, volume_set ? &volume : NULL, muted, muted_set, flags, p, adjust_latency, early_requests, relative_volume, syncid, &missing, &ret); in command_create_playback_stream()
2068 muted = false, in command_create_record_stream() local
2186 pa_tagstruct_get_boolean(t, &muted) < in command_create_record_stream()
340 record_stream_new( pa_native_connection *c, pa_source *source, pa_sample_spec *ss, pa_channel_map *map, pa_idxset *formats, pa_buffer_attr *attr, pa_cvolume *volume, bool muted, bool muted_set, pa_source_output_flags_t flags, pa_proplist *p, bool adjust_latency, bool early_requests, bool relative_volume, bool peak_detect, pa_sink_input *direct_on_input, int *ret) record_stream_new() argument
799 playback_stream_new( pa_native_connection *c, pa_sink *sink, pa_sample_spec *ss, pa_channel_map *map, pa_idxset *formats, pa_buffer_attr *a, pa_cvolume *volume, bool muted, bool muted_set, pa_sink_input_flags_t flags, pa_proplist *p, bool adjust_latency, bool early_requests, bool relative_volume, uint32_t syncid, uint32_t *missing, int *ret) playback_stream_new() argument
[all...]
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-mixer.h270 int pa_alsa_path_get_mute(pa_alsa_path *path, snd_mixer_t *m, bool *muted);
272 int pa_alsa_path_set_mute(pa_alsa_path *path, snd_mixer_t *m, bool muted);
H A Dalsa-sink.c1328 pa_alsa_path_select(u->mixer_path, setting, u->mixer_handle, u->sink->muted); in sync_mixer()
1655 pa_alsa_path_set_mute(u->mixer_path, u->mixer_handle, s->muted); in sink_set_mute_cb()
2259 pa_alsa_path_select(data->path, data->setting, u->mixer_handle, u->sink->muted); in setup_mixer()
2268 pa_alsa_path_select(u->mixer_path, NULL, u->mixer_handle, u->sink->muted); in setup_mixer()
2279 pa_alsa_path_select(u->mixer_path, u->mixer_path->settings, u->mixer_handle, u->sink->muted); in setup_mixer()
H A Dalsa-source.c1202 pa_alsa_path_select(u->mixer_path, setting, u->mixer_handle, u->source->muted); in sync_mixer()
1529 pa_alsa_path_set_mute(u->mixer_path, u->mixer_handle, s->muted); in source_set_mute_cb()
1963 pa_alsa_path_select(data->path, data->setting, u->mixer_handle, u->source->muted); in setup_mixer()
1972 pa_alsa_path_select(u->mixer_path, NULL, u->mixer_handle, u->source->muted); in setup_mixer()
1983 pa_alsa_path_select(u->mixer_path, u->mixer_path->settings, u->mixer_handle, u->source->muted); in setup_mixer()
/third_party/pulseaudio/src/modules/raop/
H A Draop-sink.c380 /* If we're muted we don't need to do anything. */ in sink_set_volume_cb()
381 if (s->muted) in sink_set_volume_cb()
416 if (s->muted) { in sink_set_mute_cb()
/third_party/pulseaudio/src/modules/dbus/
H A Diface-stream.c159 static pa_dbus_arg_info mute_updated_args[] = { { "muted", "b", NULL } };
786 new_mute = s->sink_input->muted; in mute_changed_cb()
909 s->mute = sink_input->muted; in pa_dbusiface_stream_new_playback()
/third_party/ffmpeg/fftools/
H A Dffplay.c251 int muted; member
1496 is->muted = !is->muted; in toggle_mute()
2459 if (!is->muted && is->audio_buf && is->audio_volume == SDL_MIX_MAXVOLUME) in sdl_audio_callback()
2463 if (!is->muted && is->audio_buf) in sdl_audio_callback()
3114 is->muted = 0; in stream_open()
/third_party/pulseaudio/src/modules/echo-cancel/
H A Dmodule-echo-cancel.c660 pa_source_output_set_mute(u->source_output, s->muted, s->save_muted); in source_set_mute_cb()
674 pa_sink_input_set_mute(u->sink_input, s->muted, s->save_muted); in sink_set_mute_cb()
1568 pa_sink_mute_changed(u->sink, i->muted); in sink_input_mute_changed_cb()

Completed in 52 milliseconds

12