Home
last modified time | relevance | path

Searched +full:- +full:- +full:volume (Results 1 – 25 of 1032) sorted by relevance

12345678910>>...42

/third_party/glib/gio/
Dgunixvolume.c1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
3 /* GIO - GLib Input, Output and Streaming Library
5 * Copyright (C) 2006-2007 Red Hat, Inc.
48 GUnixMount *mount; /* owned by volume monitor */
72 GUnixVolume *volume; in G_DEFINE_TYPE_WITH_CODE() local
74 volume = G_UNIX_VOLUME (object); in G_DEFINE_TYPE_WITH_CODE()
76 if (volume->volume_monitor != NULL) in G_DEFINE_TYPE_WITH_CODE()
77 g_object_unref (volume->volume_monitor); in G_DEFINE_TYPE_WITH_CODE()
79 if (volume->mount) in G_DEFINE_TYPE_WITH_CODE()
80 _g_unix_mount_unset_volume (volume->mount, volume); in G_DEFINE_TYPE_WITH_CODE()
[all …]
Dgvolume.c1 /* GIO - GLib Input, Output and Streaming Library
3 * Copyright (C) 2006-2007 Red Hat, Inc.
34 * @short_description: Volume management
37 * The #GVolume interface represents user-visible objects that can be
60 * ## Volume Identifiers # {#volume-identifier}
63 * operating system object behind a volume (e.g. for passing a volume
65 * allows to obtain an 'identifier' for the volume. There can be
70 * Use g_volume_get_identifier() to obtain an identifier for a volume.
74 * when the gvfs hal volume monitor is in use. Other volume monitors
89 * Emitted when the volume has been changed. in G_DEFINE_INTERFACE()
[all …]
Dgvolume.h1 /* GIO - GLib Input, Output and Streaming Library
3 * Copyright (C) 2006-2007 Red Hat, Inc.
40 #define G_VOLUME_IDENTIFIER_KIND_HAL_UDI "hal-udi" GLIB_DEPRECATED_MACRO_IN_2_58
47 #define G_VOLUME_IDENTIFIER_KIND_UNIX_DEVICE "unix-device"
68 #define G_VOLUME_IDENTIFIER_KIND_NFS_MOUNT "nfs-mount"
73 * The string used to obtain the volume class with g_volume_get_identifier().
75 * Known volume classes include `device`, `network`, and `loop`. Other
79 * instances into different sections - for example a file manager or
94 * @changed: Changed signal that is emitted when the volume's state has changed.
99 …* @get_drive: Gets a #GDrive the volume is located on. Returns %NULL if the #GVolume is not associ…
[all …]
Dgwin32mount.c1 /* GIO - GLib Input, Output and Streaming Library
3 * Copyright (C) 2006-2007 Red Hat, Inc.
46 GWin32Volume *volume; /* owned by volume monitor */ member
49 /* why does all this stuff need to be duplicated? It is in volume already! */
73 if (mount->volume_monitor != NULL) in G_DEFINE_TYPE_WITH_CODE()
74 g_object_unref (mount->volume_monitor); in G_DEFINE_TYPE_WITH_CODE()
76 if (mount->volume) in G_DEFINE_TYPE_WITH_CODE()
77 _g_win32_volume_unset_mount (mount->volume, mount); in G_DEFINE_TYPE_WITH_CODE()
79 /* TODO: g_warn_if_fail (volume->volume == NULL); */ in G_DEFINE_TYPE_WITH_CODE()
81 if (mount->icon != NULL) in G_DEFINE_TYPE_WITH_CODE()
[all …]
Dgunixmount.c1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
3 /* GIO - GLib Input, Output and Streaming Library
5 * Copyright (C) 2006-2007 Red Hat, Inc.
53 GUnixVolume *volume; /* owned by volume monitor */ member
79 if (mount->volume_monitor != NULL) in G_DEFINE_TYPE_WITH_CODE()
80 g_object_unref (mount->volume_monitor); in G_DEFINE_TYPE_WITH_CODE()
82 if (mount->volume) in G_DEFINE_TYPE_WITH_CODE()
83 _g_unix_volume_unset_mount (mount->volume, mount); in G_DEFINE_TYPE_WITH_CODE()
85 /* TODO: g_warn_if_fail (volume->volume == NULL); */ in G_DEFINE_TYPE_WITH_CODE()
86 g_object_unref (mount->icon); in G_DEFINE_TYPE_WITH_CODE()
[all …]
/third_party/pulseaudio/src/pulse/
Dvolume.h7 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/gstreamer/gstplugins_base/tests/check/elements/
Dvolume.c3 * unit test for volume
20 * Boston, MA 02110-1301, USA.
59 "audio/x-raw, " \
66 "audio/x-raw, " \
73 "audio/x-raw, " \
80 "audio/x-raw, " \
87 "audio/x-raw, " \
94 "audio/x-raw, " \
101 "audio/x-raw, " \
108 "audio/x-raw, " \
[all …]
/third_party/pulseaudio/src/modules/alsa/mixer/paths/
Danalog-output-speaker.conf18 ; 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 …]
Danalog-output-headphones.conf18 ; 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 …]
Danalog-output-speaker-always.conf19 ; 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 …]
Danalog-output-lineout.conf18 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 …]
Danalog-input-linein.conf18 ; 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 …]
Danalog-output-headphones-2.conf16 ; 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 …]
Danalog-output-mono.conf18 ; 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 …]
Danalog-input-internal-mic.conf19 ; 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 …]
/third_party/gstreamer/gstplugins_base/gst/volume/
Dgstvolume.c1 /* -*- c-basic-offset: 2 -*-
5 * Copyright (C) 1999-2001 Erik Walthinsen <omega@cse.ogi.edu>
22 * Boston, MA 02110-1301, USA.
26 * SECTION:element-volume
27 * @title: volume
29 * The volume element changes the volume of the audio data.
33 * gst-launch-1.0 -v -m audiotestsrc ! volume volume=0.5 ! level ! fakesink silent=TRUE
36 * (peak values are around -6 dB and RMS around -9 dB) compared to
37 * the same pipeline without the volume element.
61 /* the volume factor is a range from 0.0 to (arbitrary) VOLUME_MAX_DOUBLE = 10.0
[all …]
/third_party/alsa-utils/alsaloop/
Dtest.sh3 #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/FatFs/documents/doc/
Dsetlabel.html1 <!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>
52volume 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/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2src.c20 * Boston, MA 02110-1301, USA.
24 * SECTION:element-wasapi2src
32 * gst-launch-1.0 -v wasapi2src ! fakesink
36 * gst-launch-1.0 -v wasapi2src low-latency=true ! fakesink
80 gdouble volume; member
103 static void gst_wasapi2_src_set_volume (GstWasapi2Src * self, gdouble volume);
119 gobject_class->finalize = gst_wasapi2_src_finalize; in gst_wasapi2_src_class_init()
120 gobject_class->set_property = gst_wasapi2_src_set_property; in gst_wasapi2_src_class_init()
121 gobject_class->get_property = gst_wasapi2_src_get_property; in gst_wasapi2_src_class_init()
130 g_param_spec_boolean ("low-latency", "Low latency", in gst_wasapi2_src_class_init()
[all …]
Dgstwasapi2sink.c22 * Boston, MA 02110-1301, USA.
26 * SECTION:element-wasapi2sink
34 * gst-launch-1.0 -v audiotestsrc ! wasapi2sink
38 * gst-launch-1.0 -v audiotestsink samplesperbuffer=160 ! wasapi2sink low-latency=true
80 gdouble volume; member
103 static void gst_wasapi2_sink_set_volume (GstWasapi2Sink * self, gdouble volume);
120 gobject_class->finalize = gst_wasapi2_sink_finalize; in gst_wasapi2_sink_class_init()
121 gobject_class->set_property = gst_wasapi2_sink_set_property; in gst_wasapi2_sink_class_init()
122 gobject_class->get_property = gst_wasapi2_sink_get_property; in gst_wasapi2_sink_class_init()
131 g_param_spec_boolean ("low-latency", "Low latency", in gst_wasapi2_sink_class_init()
[all …]
/third_party/ffmpeg/libavfilter/
Daf_volume.c19 * 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/glib/gio/tests/
Dvolumemonitor.c6 do_mount_tests (GDrive *drive, GVolume *volume, GMount *mount) in do_mount_tests() argument
18 g_assert (v == volume); in do_mount_tests()
39 do_volume_tests (GDrive *drive, GVolume *volume) in do_volume_tests() argument
46 name = g_volume_get_name (volume); in do_volume_tests()
50 d = g_volume_get_drive (volume); in do_volume_tests()
55 mount = g_volume_get_mount (volume); in do_volume_tests()
58 do_mount_tests (drive, volume, mount); in do_volume_tests()
62 uuid = g_volume_get_uuid (volume); in do_volume_tests()
67 g_assert (v == volume); in do_volume_tests()
88 for (l = volumes; l; l = l->next) in do_drive_tests()
[all …]
/third_party/alsa-utils/alsamixer/
Dalsamixer.13 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\-g, \-\-no\-color\fP
37 The top-left corner of \fBalsamixer\fP shows some basic
43 Volume bars are located below the basic information area. You can
45 The name of each control is shown in the bottom below the volume bars.
48 Each mixer control with volume capability shows a box and the current
[all …]
/third_party/e2fsprogs/contrib/
De2croncheck3 # e2croncheck -- run e2fsck automatically out of /etc/cron.weekly
11 # Make sure you customize "VG" so it is your LVM volume group name,
12 # "VOLUME" so it is the name of the filesystem's logical volume,
13 # and "EMAIL" to be your e-mail address
22 VOLUME=root
26 TMPFILE=`mktemp ${TMPDIR:-/tmp}/e2fsck.log.XXXXXXXXXX`
28 OPTS="-Fttv -C0"
29 #OPTS="-Fttv -E fragcheck"
31 set -e
33 lvcreate -s -L ${SNAPSIZE} -n "${VOLUME}-snap" "${VG}/${VOLUME}"
[all …]
/third_party/e2fsprogs/misc/
De2label.8.in1 .\" -*- nroff -*-
7 e2label \- Change the label on an ext2/ext3/ext4 file system
12 .I volume-label
16 will display or change the volume label on the ext2, ext3, or ext4
21 .I volume-label
24 will simply display the current volume label.
27 .I volume-label
30 will set the volume label to be
31 .IR volume-label .
32 Ext2 volume labels can be at most 16 characters long; if
[all …]

12345678910>>...42