| /third_party/pulseaudio/src/pulse/ |
| D | volume.h | 7 Copyright 2004-2006 Lennart Poettering 33 /** \page volume Volume Control 41 * The basic volume type in PulseAudio is the \ref pa_volume_t type. Most of 43 * can store the volume of all channels at once. 48 * There is no single well-defined meaning attached to the 100% volume for a 50 * volumes enabled, it means the maximum volume that the sound hardware is 52 * input volume to 100% unless the the user explicitly requests that (note that 53 * usually you shouldn't set the volume anyway if the user doesn't explicitly 54 * request it, instead, let PulseAudio decide the volume for the sink input). 55 * With flat volumes disabled the sink input volume is relative to the sink [all …]
|
| /third_party/pulseaudio/src/modules/alsa/mixer/paths/ |
| D | analog-output-headphones.conf | 18 ; See analog-output.conf.common for an explanation on the directives 22 description-key = analog-output-headphones 25 device.icon_name = audio-headphones 28 required-any = any 31 required-any = any 36 required-any = any 40 required-any = any 43 required-any = any 48 required-any = any 51 required-any = any [all …]
|
| D | analog-output-speaker.conf | 18 ; See analog-output.conf.common for an explanation on the directives 22 description-key = analog-output-speaker 25 device.icon_name = audio-speakers 60 required-any = any 63 required-any = any 68 required-any = any 72 [Jack Speaker - Output] 73 required-any = any 77 volume = merge 78 override-map.1 = all [all …]
|
| D | analog-output-speaker-always.conf | 19 ; See analog-output.conf.common for an explanation on the directives 23 description-key = analog-output-speaker 26 device.icon_name = audio-speakers 58 volume = merge 59 override-map.1 = all 60 override-map.2 = all-left,all-right 64 volume = merge 65 override-map.1 = all 66 override-map.2 = all-left,all-right 70 volume = off [all …]
|
| D | analog-output-lineout.conf | 18 description-key = analog-output-lineout 21 required-any = any 26 required-any = any 29 required-any = any 34 required-any = any 37 required-any = any 42 required-any = any 45 required-any = any 50 required-any = any 55 required-any = any [all …]
|
| D | analog-output-headphones-2.conf | 16 ; Path for the second headphone output on dual-headphone machines. 18 ; See analog-output.conf.common for an explanation on the directives 24 device.icon_name = audio-headphones 28 required-any = any 32 required-any = any 36 volume = merge 37 override-map.1 = all 38 override-map.2 = all-left,all-right 42 volume = merge 43 override-map.1 = all [all …]
|
| D | analog-input-linein.conf | 18 ; See analog-output.conf.common for an explanation on the directives 24 required-any = any 27 required-any = any 31 [Jack Line - Input] 32 required-any = any 36 volume = merge 37 override-map.1 = all 38 override-map.2 = all-left,all-right 41 required-any = any 43 volume = merge [all …]
|
| D | analog-output-mono.conf | 18 ; See analog-output.conf.common for an explanation on the directives 25 volume = merge 26 override-map.1 = all 27 override-map.2 = all-left,all-right 31 volume = off 36 volume = merge 37 override-map.1 = all 38 override-map.2 = all-left,all-right 45 volume = zero 49 volume = zero [all …]
|
| D | analog-input-internal-mic.conf | 19 ; See analog-output.conf.common for an explanation on the directives 23 description-key = analog-input-microphone-internal 44 required-any = any 48 volume = merge 49 override-map.1 = all 50 override-map.2 = all-left,all-right 53 required-any = any 55 volume = merge 56 override-map.1 = all 57 override-map.2 = all-left,all-right [all …]
|
| D | analog-input-internal-mic-always.conf | 19 ; See analog-output.conf.common for an explanation on the directives 23 description-key = analog-input-microphone-internal 43 volume = merge 44 override-map.1 = all 45 override-map.2 = all-left,all-right 49 volume = merge 50 override-map.1 = all 51 override-map.2 = all-left,all-right 54 name = input-boost-on 57 name = input-boost-off [all …]
|
| D | analog-input-headset-mic.conf | 18 ; See analog-output.conf.common for an explanation on the directives 22 description-key = analog-input-microphone-headset 25 required-any = any 30 required-any = any 43 volume = merge 44 override-map.1 = all 45 override-map.2 = all-left,all-right 48 required-any = any 50 volume = merge 51 override-map.1 = all [all …]
|
| D | analog-output.conf.common | 23 ; required-absent= directives a path might not be accepted as valid 31 ; When a device shall change its volume, PA will got through the list 32 ; of all elements with "volume = merge" and set the volume on the 35 ; requested volume by the volume that was set on this element, and 36 ; then go on to the next element with "volume = merge" and then set 37 ; that there, and so on. That way the first volume element in the 39 ; volume adjustment, with the remaining elements usually being set to 41 ; over all volume sliders and a very high granularity of volumes 57 ; # See parse_type() in alsa-mixer.c for supported values. 59 ; description-key = ... # The path description is looked up from a table in path_v… [all …]
|
| D | analog-output.conf | 16 ; Intended for the 'default' output. Note that a-o-speaker.conf has a 19 ; See analog-output.conf.common for an explanation on the directives 26 volume = merge 27 override-map.1 = all 28 override-map.2 = all-left,all-right 32 volume = merge 33 override-map.1 = all 34 override-map.2 = all-left,all-right 38 volume = off 42 volume = merge [all …]
|
| /third_party/alsa-utils/alsaloop/ |
| D | test.sh | 3 #DBG="gdb --args " 5 #DBG="valgrind --leak-check=full" 11 $DBG ./alsaloop -C hw:1,0 -P plughw:0,0 \ 12 --tlatency 50000 \ 13 --mixer "name='Master Playback Volume'@name='Master Playback Volume'" \ 14 --mixer "name='Master Playback Switch'@name='Master Playback Switch'" \ 15 --mixer "name='PCM Playback Volume'" \ 16 --ossmixer "Master@VOLUME" \ 17 --ossmixer "PCM@PCM" \ 25 -C hw:1,0,0 -P hw:0,0,0 --tlatency 50000 --thread 1 \ [all …]
|
| /third_party/ffmpeg/libavfilter/ |
| D | af_volume.c | 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 24 * audio volume filter 58 "volume", ///< last set value 68 { "volume", "set volume adjustment expression", 72 …{ "fixed", "select 8-bit fixed-point", 0, AV_OPT_TYPE_CONST, { .i64 = PRECISION_FIXED }, INT… 73 …{ "float", "select 32-bit floating-point", 0, AV_OPT_TYPE_CONST, { .i64 = PRECISION_FLOAT }, INT… 74 …{ "double", "select 64-bit floating-point", 0, AV_OPT_TYPE_CONST, { .i64 = PRECISION_DOUBLE }, INT… 75 …OFFSET(eval_mode), AV_OPT_TYPE_INT, {.i64 = EVAL_MODE_ONCE}, 0, EVAL_MODE_NB-1, .flags = A|F, "eva… 76 …{ "once", "eval volume expression once", 0, AV_OPT_TYPE_CONST, {.i64=EVAL_MODE_ONCE}, .flags = A… 77 …{ "frame", "eval volume expression per-frame", 0, AV_OPT_TYPE_CONST, {.i64=EVAL_M… [all …]
|
| /third_party/FatFs/documents/doc/ |
| D | setlabel.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 5 <meta http-equiv="Content-Style-Type" content="text/css"> 9 <title>FatFs - f_setlabel</title> 16 <p>The f_setlabel function sets/removes the label of a volume.</p> 19 …const TCHAR* <span class="arg">label</span> <span class="c">/* [IN] Volume label to be set */</sp… 28 <dd>Pointer to the null-terminated string that specifies the volume label to be set.</dd> 52 …volume label will be set to the volume specified by the drive prefix. Unix style volume ID cannot … 54 <li>Up to 11 bytes long as conversion of OEM code page at FAT volume.</li> 55 <li>Up to 11 characters long at exFAT volume.</li> [all …]
|
| /third_party/alsa-utils/alsamixer/ |
| D | alsamixer.1 | 3 alsamixer \- soundcard mixer for ALSA soundcard driver, with ncurses interface 15 \fI\-h, \-\-help\fP 19 \fI\-c, \-\-card\fP <card number or identification> 24 \fI\-D, \-\-device\fP <device identification> 28 \fI\-V, \-\-view\fP <mode> 32 \fI\-B, \-\-black-background\fP 36 \fI\-g, \-\-no\-color\fP 41 The top-left corner of \fBalsamixer\fP shows some basic 47 Volume bars are located below the basic information area. You can 49 The name of each control is shown in the bottom below the volume bars. [all …]
|
| /third_party/pulseaudio/man/ |
| D | pactl.1.xml.in | 1 <?xml version="1.0"?><!--*-nxml-*--> 3 <?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?> 5 <!-- 20 --> 26 <cmd>pactl <opt>--help</opt></cmd> 27 <cmd>pactl <opt>--version</opt></cmd> 39 <p><opt>-h | --help</opt></p> 45 <p><opt>--version</opt></p> 51 <p><opt>-s | --server</opt><arg>=SERVER</arg></p> 57 <p><opt>-f | --format</opt><arg>=FORMAT</arg></p> [all …]
|
| /third_party/icu/icu4c/source/test/testdata/cldr/units/ |
| D | unitsTest.txt | 2 # Copyright © 1991-2021 Unicode, Inc. 17 acceleration ; meter-per-square-second ; meter-per-square-second ; 1 * x ; 1,000.00 18 acceleration ; g-force ; meter-per-square-second ; 9.80665 * x ; 9806.65 19 angle ; arc-second ; revolution ; 0.0000625/81 * x ; 7.716049E-4 20 angle ; arc-minute ; revolution ; 0.00125/27 * x ; 0.0462963 24 area ; square-centimeter ; square-meter ; 0.0001 * x ; 0.1 25 area ; square-inch ; square-meter ; 0.00064516 * x ; 0.64516 26 area ; square-foot ; square-meter ; 0.09290304 * x ; 92.90304 27 area ; square-yard ; square-meter ; 0.83612736 * x ; 836.1274 28 area ; square-meter ; square-meter ; 1 * x ; 1,000.00 [all …]
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/cldr/units/ |
| D | unitsTest.txt | 2 # Copyright © 1991-2021 Unicode, Inc. 17 acceleration ; meter-per-square-second ; meter-per-square-second ; 1 * x ; 1,000.00 18 acceleration ; g-force ; meter-per-square-second ; 9.80665 * x ; 9806.65 19 angle ; arc-second ; revolution ; 0.0000625/81 * x ; 7.716049E-4 20 angle ; arc-minute ; revolution ; 0.00125/27 * x ; 0.0462963 24 area ; square-centimeter ; square-meter ; 0.0001 * x ; 0.1 25 area ; square-inch ; square-meter ; 0.00064516 * x ; 0.64516 26 area ; square-foot ; square-meter ; 0.09290304 * x ; 92.90304 27 area ; square-yard ; square-meter ; 0.83612736 * x ; 836.1274 28 area ; square-meter ; square-meter ; 1 * x ; 1,000.00 [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/ |
| D | SGIS_clip_band_hint.txt | 1 XXX - Not complete yet!!! 29 perform some amount of coarse-grained view volume clipping, this 30 information can be reused efficiently to turn clip-checking on or off. 32 2D viewport or, in some cases, 3D volume "scissoring" operations within 33 some coordinate range much faster that the host CPU could re-tesselate 37 volume that is an expansion of the clip-space view volume. This volume 39 efficient at rejecting fragments that lie outside the view volume than 40 it is at performing strict view volume clipping. This extended volume 42 to the normal view volume. Clip-checking can be turned on or off 61 planes have on the whether the clip-checking hint is honored or not. [all …]
|
| /third_party/openGLES/extensions/SGIS/ |
| D | SGIS_clip_band_hint.txt | 1 XXX - Not complete yet!!! 29 perform some amount of coarse-grained view volume clipping, this 30 information can be reused efficiently to turn clip-checking on or off. 32 2D viewport or, in some cases, 3D volume "scissoring" operations within 33 some coordinate range much faster that the host CPU could re-tesselate 37 volume that is an expansion of the clip-space view volume. This volume 39 efficient at rejecting fragments that lie outside the view volume than 40 it is at performing strict view volume clipping. This extended volume 42 to the normal view volume. Clip-checking can be turned on or off 61 planes have on the whether the clip-checking hint is honored or not. [all …]
|
| /third_party/pulseaudio/src/pulsecore/ |
| D | source.c | 4 Copyright 2004-2006 Lennart Poettering 36 #include <pulsecore/core-util.h> 37 #include <pulsecore/source-output.h> 39 #include <pulsecore/core-subscribe.h> 73 data->proplist = pa_proplist_new(); in pa_source_new_data_init() 74 …data->ports = pa_hashmap_new_full(pa_idxset_string_hash_func, pa_idxset_string_compare_func, NULL,… in pa_source_new_data_init() 82 pa_xfree(data->name); in pa_source_new_data_set_name() 83 data->name = pa_xstrdup(name); in pa_source_new_data_set_name() 89 if ((data->sample_spec_is_set = !!spec)) in pa_source_new_data_set_sample_spec() 90 data->sample_spec = *spec; in pa_source_new_data_set_sample_spec() [all …]
|
| /third_party/alsa-utils/alsactl/init/ |
| D | default | 2 # Default ALSA volume levels and setting when initialization database fails. 5 # - keep volumes at minimal level, but sound should be hearable 6 # - enable standard outputs for playback and main microphone for recording 15 ENV{pvolume}:="-20dB" 20 CTL{name}="Playback Volume",CTL{do_search}=="1", \ 26 CTL{name}="Master Playback Volume",CTL{do_search}=="1", \ 33 CTL{name}="Master Front Playback Volume",CTL{do_search}=="1", \ 40 CTL{name}="Master Digital Playback Volume",CTL{do_search}=="1", \ 46 CTL{name}="Line Out Playback Volume",PROGRAM!="__ctl_search",GOTO="" 47 # if master volume control is present, turn line out volume to max [all …]
|
| /third_party/exfatprogs/manpages/ |
| D | exfatlabel.8 | 3 exfatlabel \- Get or Set volume label or volume serial of an exFAT filesystem 7 .B \-i 9 .B \-V 16 .B exfatlabel \-V 19 Print or set volume label of an existing exFAT filesystem. 23 in the argument of exfatlabel, it will be written to the volume 25 it after reading the volume label field from the given device. If -i 26 or --volume-serial is given, it will switch to volume serial mode. 30 .BI \-i\ \-\-volume-serial 31 Switch to volume serial mode. [all …]
|