Searched refs:cvolume (Results 1 – 17 of 17) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | tagstruct.c | 293 void pa_tagstruct_put_cvolume(pa_tagstruct *t, const pa_cvolume *cvolume) { in pa_tagstruct_put_cvolume() argument 297 pa_assert(cvolume); in pa_tagstruct_put_cvolume() 300 write_u8(t, cvolume->channels); in pa_tagstruct_put_cvolume() 302 for (i = 0; i < cvolume->channels; i ++) in pa_tagstruct_put_cvolume() 303 write_u32(t, cvolume->values[i]); in pa_tagstruct_put_cvolume() 560 int pa_tagstruct_get_cvolume(pa_tagstruct *t, pa_cvolume *cvolume) { in pa_tagstruct_get_cvolume() argument 564 pa_assert(cvolume); in pa_tagstruct_get_cvolume() 569 if (read_u8(t, &cvolume->channels) < 0 || cvolume->channels > PA_CHANNELS_MAX) in pa_tagstruct_get_cvolume() 572 for (i = 0; i < cvolume->channels; i ++) { in pa_tagstruct_get_cvolume() 573 if (read_u32(t, &cvolume->values[i]) < 0) in pa_tagstruct_get_cvolume()
|
D | play-memchunk.h | 31 pa_cvolume *cvolume,
|
D | play-memblockq.h | 42 pa_cvolume *cvolume,
|
D | cli-command.c | 534 pa_cvolume cvolume; in pa_cli_command_sink_volume() local 566 pa_cvolume_set(&cvolume, 1, volume); in pa_cli_command_sink_volume() 567 pa_sink_set_volume(sink, &cvolume, true, true); in pa_cli_command_sink_volume() 575 pa_cvolume cvolume; in pa_cli_command_sink_input_volume() local 618 pa_cvolume_set(&cvolume, 1, volume); in pa_cli_command_sink_input_volume() 619 pa_sink_input_set_volume(si, &cvolume, true, true); in pa_cli_command_sink_input_volume() 627 pa_cvolume cvolume; in pa_cli_command_source_volume() local 659 pa_cvolume_set(&cvolume, 1, volume); in pa_cli_command_source_volume() 660 pa_source_set_volume(source, &cvolume, true, true); in pa_cli_command_source_volume() 668 pa_cvolume cvolume; in pa_cli_command_source_output_volume() local [all …]
|
D | tagstruct.h | 83 void pa_tagstruct_put_cvolume(pa_tagstruct *t, const pa_cvolume *cvolume);
|
/third_party/pulseaudio/src/modules/alsa/mixer/samples/ |
D | USB Device 0x46d:0x9a4--USB Mixer | 2 Capabilities: cvolume cvolume-joined cswitch cswitch-joined
|
D | USB Audio--USB Mixer | 7 Capabilities: pvolume cvolume pswitch pswitch-joined cswitch cswitch-joined 14 …Capabilities: pvolume pvolume-joined cvolume cvolume-joined pswitch pswitch-joined cswitch cswitch…
|
D | Brooktree Bt878--Bt87x | 12 Capabilities: cvolume cvolume-joined
|
D | HDA Intel--Realtek ALC889A | 95 Capabilities: cvolume cswitch 101 Capabilities: cvolume cswitch
|
D | HDA Intel--Analog Devices AD1981 | 53 Capabilities: cvolume cswitch
|
D | Intel 82801CA-ICH3--Analog Devices AD1881A | 108 Capabilities: cvolume cswitch cswitch-joined
|
D | Ensoniq AudioPCI--Cirrus Logic CS4297A rev 3 | 115 Capabilities: cvolume cswitch cswitch-joined
|
D | ATI IXP--Realtek ALC655 rev 0 | 122 Capabilities: cvolume cswitch cswitch-joined
|
D | VIA 8237--C-Media Electronics CMI9761A+ | 124 Capabilities: cvolume cswitch cswitch-joined
|
D | VIA 8237--Analog Devices AD1888 | 131 Capabilities: cvolume cswitch
|
/third_party/alsa-utils/alsactl/init/ |
D | default | 16 ENV{cvolume}:="12dB" 264 CTL{write}!="$env{cvolume}",CTL{values}="$env{cpercent}"
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 147164 …d fix mixer track handling, in particular better handling of alsa's pvolume/pswitch/cvolume/cswi... 147177 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create separate
|