OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PA_VOLUME_MUTED
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/
volume.h
67
* volume values as opaque with a range from
PA_VOLUME_MUTED
(0%) to
100
*
PA_VOLUME_MUTED
: silence;
110
#define
PA_VOLUME_MUTED
((pa_volume_t) 0U)
135
/** Set the volume of all channels to
PA_VOLUME_MUTED
*/
136
#define pa_cvolume_mute(a, n) pa_cvolume_set((a), (n),
PA_VOLUME_MUTED
)
188
*
PA_VOLUME_MUTED
. \since 0.9.16 */
197
* channel is selected the returned value will be
PA_VOLUME_MUTED
.
207
* channel is selected the returned value will be
PA_VOLUME_MUTED
.
218
#define pa_cvolume_is_muted(a) pa_cvolume_channels_equal_to((a),
PA_VOLUME_MUTED
)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
volume.h
67
* volume values as opaque with a range from
PA_VOLUME_MUTED
(0%) to
100
*
PA_VOLUME_MUTED
: silence;
110
#define
PA_VOLUME_MUTED
((pa_volume_t) 0U)
135
/** Set the volume of all channels to
PA_VOLUME_MUTED
*/
136
#define pa_cvolume_mute(a, n) pa_cvolume_set((a), (n),
PA_VOLUME_MUTED
)
188
*
PA_VOLUME_MUTED
. \since 0.9.16 */
197
* channel is selected the returned value will be
PA_VOLUME_MUTED
.
207
* channel is selected the returned value will be
PA_VOLUME_MUTED
.
218
#define pa_cvolume_is_muted(a) pa_cvolume_channels_equal_to((a),
PA_VOLUME_MUTED
)
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_mixer_manager_pulse_linux.cc
363
minVolume = static_cast<uint32_t> (
PA_VOLUME_MUTED
);
971
minVolume = static_cast<uint32_t> (
PA_VOLUME_MUTED
);
1086
pa_volume_t paVolume =
PA_VOLUME_MUTED
; // Minimum possible value.
1116
pa_volume_t paVolume =
PA_VOLUME_MUTED
; // Minimum possible value.
1141
pa_volume_t paVolume =
PA_VOLUME_MUTED
; // Minimum possible value.
[
all
...]
/external/chromium_org/media/audio/pulse/
pulse_input.cc
223
pa_volume_t volume =
PA_VOLUME_MUTED
; // Minimum possible value.
/external/chromium_org/third_party/webrtc/sound/
pulseaudiosoundsystem.cc
84
// PA's volume space goes from 0% at
PA_VOLUME_MUTED
(value 0) to 100% at
88
//
PA_VOLUME_MUTED
-PA_VOLUME_NORM. If the programmer exceeds kMaxVolume then
90
return
PA_VOLUME_MUTED
+ (PA_VOLUME_NORM -
PA_VOLUME_MUTED
) *
101
pa_volume_t pa_volume =
PA_VOLUME_MUTED
; // Minimum possible value.
[
all
...]
Completed in 1397 milliseconds