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 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
volume.h
67
* volume values as opaque with a range from
PA_VOLUME_MUTED
(0%) to
103
*
PA_VOLUME_MUTED
: silence;
113
#define
PA_VOLUME_MUTED
((pa_volume_t) 0U)
132
#define PA_CLAMP_VOLUME(v) (PA_CLAMP_UNLIKELY((v),
PA_VOLUME_MUTED
, PA_VOLUME_MAX))
151
/** Set the volume of the first n channels to
PA_VOLUME_MUTED
*/
152
#define pa_cvolume_mute(a, n) pa_cvolume_set((a), (n),
PA_VOLUME_MUTED
)
204
*
PA_VOLUME_MUTED
. \since 0.9.16 */
213
* channel is selected the returned value will be
PA_VOLUME_MUTED
.
223
* channel is selected the returned value will be
PA_VOLUME_MUTED
.
234
#define pa_cvolume_is_muted(a) pa_cvolume_channels_equal_to((a),
PA_VOLUME_MUTED
)
[
all
...]
/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/webrtc/webrtc/modules/audio_device/linux/
audio_mixer_manager_pulse_linux.cc
367
minVolume = static_cast<uint32_t> (
PA_VOLUME_MUTED
);
926
minVolume = static_cast<uint32_t> (
PA_VOLUME_MUTED
);
1034
pa_volume_t paVolume =
PA_VOLUME_MUTED
; // Minimum possible value.
1063
pa_volume_t paVolume =
PA_VOLUME_MUTED
; // Minimum possible value.
1087
pa_volume_t paVolume =
PA_VOLUME_MUTED
; // Minimum possible value.
[
all
...]
/external/webrtc/webrtc/sound/
pulseaudiosoundsystem.cc
88
// PA's volume space goes from 0% at
PA_VOLUME_MUTED
(value 0) to 100% at
92
//
PA_VOLUME_MUTED
-PA_VOLUME_NORM. If the programmer exceeds kMaxVolume then
94
return
PA_VOLUME_MUTED
+ (PA_VOLUME_NORM -
PA_VOLUME_MUTED
) *
105
pa_volume_t pa_volume =
PA_VOLUME_MUTED
; // Minimum possible value.
[
all
...]
Completed in 477 milliseconds