HomeSort by relevance Sort by last modified time
    Searched defs:PA_VOLUME_NORM (Results 1 - 3 of 3) 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! */

Completed in 634 milliseconds