/third_party/pulseaudio/src/modules/alsa/mixer/paths/ |
D | analog-output.conf | 25 switch = mute 31 switch = mute 41 switch = mute 47 switch = mute 53 switch = mute 59 switch = mute 65 switch = mute 71 switch = mute 77 switch = mute
|
D | analog-output-mono.conf | 24 switch = mute 35 switch = mute 44 switch = mute 48 switch = mute 52 switch = mute 56 switch = mute 60 switch = mute 66 switch = mute
|
D | analog-output-headphones-2.conf | 35 switch = mute 41 switch = mute 54 switch = mute 59 switch = mute 65 switch = mute 74 switch = mute 89 switch = mute
|
D | analog-output-headphones.conf | 63 switch = mute 69 switch = mute 84 switch = mute 91 switch = mute 100 switch = mute 105 switch = mute 118 switch = mute 131 switch = mute
|
D | analog-output-lineout.conf | 91 switch = mute 97 switch = mute 103 switch = mute 110 switch = mute
|
D | analog-input-headset-mic.conf | 42 switch = mute 56 switch = mute 63 switch = mute
|
D | analog-input-linein.conf | 35 switch = mute 42 switch = mute 49 switch = mute
|
D | analog-input-video.conf | 24 switch = mute 47 switch = mute
|
D | analog-input-aux.conf | 25 switch = mute 44 switch = mute
|
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/ |
D | gstwasapi2sink.c | 79 gboolean mute; member 101 static void gst_wasapi2_sink_set_mute (GstWasapi2Sink * self, gboolean mute); 188 self->mute = DEFAULT_MUTE; in gst_wasapi2_sink_init() 276 gst_wasapi2_ring_buffer_set_mute (ringbuffer, self->mute); in gst_wasapi2_sink_change_state() 344 gst_wasapi2_sink_set_mute (GstWasapi2Sink * self, gboolean mute) in gst_wasapi2_sink_set_mute() argument 351 self->mute = mute; in gst_wasapi2_sink_set_mute() 358 hr = gst_wasapi2_ring_buffer_set_mute (ringbuffer, mute); in gst_wasapi2_sink_set_mute() 374 gboolean mute; in gst_wasapi2_sink_get_mute() local 379 mute = self->mute; in gst_wasapi2_sink_get_mute() 385 hr = gst_wasapi2_ring_buffer_get_mute (ringbuffer, &mute); in gst_wasapi2_sink_get_mute() [all …]
|
D | gstwasapi2src.c | 79 gboolean mute; member 101 static void gst_wasapi2_src_set_mute (GstWasapi2Src * self, gboolean mute); 199 self->mute = DEFAULT_MUTE; in gst_wasapi2_src_init() 295 gst_wasapi2_ring_buffer_set_mute (ringbuffer, self->mute); in gst_wasapi2_src_change_state() 367 gst_wasapi2_src_set_mute (GstWasapi2Src * self, gboolean mute) in gst_wasapi2_src_set_mute() argument 374 self->mute = mute; in gst_wasapi2_src_set_mute() 381 hr = gst_wasapi2_ring_buffer_set_mute (ringbuffer, mute); in gst_wasapi2_src_set_mute() 396 gboolean mute; in gst_wasapi2_src_get_mute() local 401 mute = self->mute; in gst_wasapi2_src_get_mute() 407 hr = gst_wasapi2_ring_buffer_get_mute (ringbuffer, &mute); in gst_wasapi2_src_get_mute() [all …]
|
D | gstwasapi2ringbuffer.h | 42 gboolean mute); 45 gboolean * mute);
|
/third_party/node/deps/npm/node_modules/mute-stream/test/ |
D | basic.js | 57 ms.mute() 61 ms.mute() 81 ms.mute() 85 ms.mute() 161 ms.mute() 165 ms.mute() 170 ms.mute() 192 ms.mute() 196 ms.mute() 201 ms.mute()
|
/third_party/node/deps/npm/node_modules/mute-stream/ |
D | README.md | 1 # mute-stream 11 var MuteStream = require('mute-stream') 17 ms.mute() 22 // can also be used to mute incoming data 31 ms.mute() 51 ## ms.mute()
|
/third_party/alsa-lib/include/sound/uapi/ |
D | tlv.h | 58 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) \ argument 62 ((mute) ? SNDRV_CTL_TLVD_DB_SCALE_MUTE : 0)) 63 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name, min, step, mute) \ argument 65 SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) \
|
/third_party/ffmpeg/libavdevice/ |
D | pulse_audio_enc.c | 49 int mute; member 101 if (s->mute < 0 || (s->mute && !i->mute) || (!s->mute && i->mute)) { in pulse_audio_sink_input_cb() 102 s->mute = i->mute; in pulse_audio_sink_input_cb() 103 …vdevice_dev_to_app_control_message(h, AV_DEV_TO_APP_MUTE_STATE_CHANGED, &s->mute, sizeof(s->mute)); in pulse_audio_sink_input_cb() 326 s->mute, pulse_context_result, s); in pulse_set_mute() 606 s->mute = -1; in pulse_write_header() 725 if (!s->mute) { in pulse_control_message() 726 s->mute = 1; in pulse_control_message() 731 if (s->mute) { in pulse_control_message() 732 s->mute = 0; in pulse_control_message() [all …]
|
/third_party/gstreamer/gstplugins_good/ext/pulse/ |
D | pulsesrc.c | 276 pulsesrc->mute = DEFAULT_MUTE; in gst_pulsesrc_init() 455 psrc->mute = i->mute; in gst_pulsesrc_source_output_info_cb() 471 gboolean * mute) in gst_pulsesrc_get_source_output_info() argument 498 if (mute) in gst_pulsesrc_get_source_output_info() 499 *mute = pulsesrc->mute; in gst_pulsesrc_get_source_output_info() 514 if (mute) in gst_pulsesrc_get_source_output_info() 515 *mute = pulsesrc->mute; in gst_pulsesrc_get_source_output_info() 523 if (mute) in gst_pulsesrc_get_source_output_info() 524 *mute = pulsesrc->mute; in gst_pulsesrc_get_source_output_info() 675 gst_pulsesrc_set_stream_mute (GstPulseSrc * pulsesrc, gboolean mute) in gst_pulsesrc_set_stream_mute() argument [all …]
|
/third_party/pulseaudio/shell-completion/bash/ |
D | pulseaudio | 122 set-sink-mute set-source-mute set-sink-input-mute 123 set-source-output-mute set-sink-formats set-port-latency-offset 164 set-*-mute) COMPREPLY=($(compgen -W 'true false toggle' -- "$cur")) ;; 265 set-sink-mute set-source-mut set-sink-input-mute 266 set-source-output-mute update-sink-proplist update-source-proplist 313 set-*-mute) COMPREPLY=($(compgen -W 'true false' -- "$cur"));;
|
/third_party/pulseaudio/shell-completion/zsh/ |
D | _pulseaudio | 261 'set-sink-mute: mute a sink' 262 'set-source-mute: mute a source' 263 'set-sink-input-mute: mute a stream' 264 'set-source-output-mute: mute a recording stream' 408 # We're completing the first parameter after "set-sink-mute". 411 # We're completing the second parameter after "set-sink-mute". 418 # We're completing the first parameter after "set-source-mute". 422 # "set-source-mute". 430 # "set-sink-input-mute". Even though the function name is 436 # "set-sink-input-mute". [all …]
|
/third_party/pulseaudio/src/pulse/ |
D | introspect.h | 269 int mute; /**< Mute switch of the sink */ member 307 pa_operation* pa_context_set_sink_mute_by_index(pa_context *c, uint32_t idx, int mute, pa_context_s… 310 pa_operation* pa_context_set_sink_mute_by_name(pa_context *c, const char *name, int mute, pa_contex… 374 int mute; /**< Mute switch of the sink */ member 412 pa_operation* pa_context_set_source_mute_by_index(pa_context *c, uint32_t idx, int mute, pa_context… 415 pa_operation* pa_context_set_source_mute_by_name(pa_context *c, const char *name, int mute, pa_cont… 642 int mute; /**< Stream muted \since 0.9.7 */ member 669 pa_operation* pa_context_set_sink_input_mute(pa_context *c, uint32_t idx, int mute, pa_context_succ… 696 int mute; /**< Stream muted \since 1.0 */ member 721 pa_operation* pa_context_set_source_output_mute(pa_context *c, uint32_t idx, int mute, pa_context_s…
|
/third_party/gstreamer/gstplugins_base/gst/volume/ |
D | gstvolume.c | 234 gdouble volume, gboolean mute) in volume_update_volume() argument 239 GST_DEBUG_OBJECT (self, "configure mute %d, volume %f", mute, volume); in volume_update_volume() 241 if (mute) { in volume_update_volume() 346 self->mute = DEFAULT_PROP_MUTE; in gst_volume_init() 652 gboolean mute; in volume_setup() local 656 mute = self->mute; in volume_setup() 659 res = volume_update_volume (self, info, volume, mute); in volume_setup() 692 gboolean mute; in volume_before_transform() local 707 mute = self->mute; in volume_before_transform() 710 if ((volume != self->current_volume) || (mute != self->current_mute)) { in volume_before_transform() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/opensles/ |
D | openslessink.c | 88 gst_opensles_ringbuffer_set_mute (rb, sink->mute); in gst_opensles_sink_create_ringbuffer() 210 sink->mute = g_value_get_boolean (value); in gst_opensles_sink_set_property() 212 gst_opensles_ringbuffer_set_mute (rb, sink->mute); in gst_opensles_sink_set_property() 234 g_value_set_boolean (value, sink->mute); in gst_opensles_sink_get_property() 289 sink->mute = DEFAULT_MUTE; in gst_opensles_sink_init()
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | gstfakeaudiosink.c | 84 self->mute = FALSE; in gst_fake_audio_sink_init() 122 g_value_set_boolean (value, self->mute); in gst_fake_audio_sink_get_property() 141 self->mute = g_value_get_boolean (value); in gst_fake_audio_sink_set_property()
|
/third_party/alsa-lib/src/control/ |
D | tlv.c | 225 int min, step, mute; in snd_tlv_convert_to_dB() local 228 mute = (tlv[SNDRV_CTL_TLVO_DB_SCALE_MUTE_AND_STEP] >> 16) & 1; in snd_tlv_convert_to_dB() 229 if (mute && volume <= rangemin) in snd_tlv_convert_to_dB() 333 int min, step, max, mute; in snd_tlv_convert_from_dB() local 336 mute = tlv[SNDRV_CTL_TLVO_DB_SCALE_MUTE_AND_STEP] & 0x10000; in snd_tlv_convert_from_dB() 340 mute) in snd_tlv_convert_from_dB()
|
/third_party/ffmpeg/libavresample/ |
D | dither.c | 44 int mute; member 179 if (state->mute > c->mute_reset_threshold) in quantize_triangular_ns() 197 if (state->mute > c->mute_dither_threshold) { in quantize_triangular_ns() 205 state->mute++; in quantize_triangular_ns() 207 state->mute = 0; in quantize_triangular_ns() 430 state->mute = c->mute_reset_threshold + 1; in ff_dither_alloc()
|