HomeSort by relevance Sort by last modified time
    Searched refs:PA_VOLUME_NORM (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
volume.h 65 * PA_VOLUME_NORM (100%) and to refrain from any calculations with
98 * < PA_VOLUME_NORM: decreased volume;
99 * PA_VOLUME_NORM: normal volume;
100 * > PA_VOLUME_NORM: increased volume */
104 #define PA_VOLUME_NORM (0x10000)
118 /** Set the volume of all channels to PA_VOLUME_NORM */
119 #define pa_cvolume_reset(a, n) pa_cvolume_set((a), (n), PA_VOLUME_NORM)
146 #define pa_cvolume_is_norm(a) pa_cvolume_channels_equal_to((a), PA_VOLUME_NORM)
148 /** Multiply two volumes specifications, return the result. This uses PA_VOLUME_NORM as neutral element of multiplication. This is only valid for software volumes! */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
volume.h 65 * PA_VOLUME_NORM (100%) and to refrain from any calculations with
98 * < PA_VOLUME_NORM: decreased volume;
99 * PA_VOLUME_NORM: normal volume;
100 * > PA_VOLUME_NORM: increased volume */
104 #define PA_VOLUME_NORM (0x10000)
118 /** Set the volume of all channels to PA_VOLUME_NORM */
119 #define pa_cvolume_reset(a, n) pa_cvolume_set((a), (n), PA_VOLUME_NORM)
146 #define pa_cvolume_is_norm(a) pa_cvolume_channels_equal_to((a), PA_VOLUME_NORM)
148 /** Multiply two volumes specifications, return the result. This uses PA_VOLUME_NORM as neutral element of multiplication. This is only valid for software volumes! */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
volume.h 65 * PA_VOLUME_NORM (100%) and to refrain from any calculations with
98 * < PA_VOLUME_NORM: decreased volume;
99 * PA_VOLUME_NORM: normal volume;
100 * > PA_VOLUME_NORM: increased volume */
104 #define PA_VOLUME_NORM (0x10000)
118 /** Set the volume of all channels to PA_VOLUME_NORM */
119 #define pa_cvolume_reset(a, n) pa_cvolume_set((a), (n), PA_VOLUME_NORM)
146 #define pa_cvolume_is_norm(a) pa_cvolume_channels_equal_to((a), PA_VOLUME_NORM)
148 /** Multiply two volumes specifications, return the result. This uses PA_VOLUME_NORM as neutral element of multiplication. This is only valid for software volumes! */
  /external/chromium_org/media/audio/pulse/
pulse_input.cc 137 return static_cast<double>(PA_VOLUME_NORM);
  /external/chromium_org/third_party/libjingle/source/talk/sound/
pulseaudiosoundsystem.cc 102 // PA_VOLUME_NORM (value 0x10000). It can also go beyond 100% up to
105 // PA_VOLUME_MUTED-PA_VOLUME_NORM. If the programmer exceeds kMaxVolume then
107 return PA_VOLUME_MUTED + (PA_VOLUME_NORM - PA_VOLUME_MUTED) *
114 pa_volume / PA_VOLUME_NORM;
    [all...]

Completed in 548 milliseconds