HomeSort by relevance Sort by last modified time
    Searched full:pa_volume_t (Results 1 - 10 of 10) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/
volume.h 43 * The basic volume type in PulseAudio is the \ref pa_volume_t type. Most of
104 typedef uint32_t pa_volume_t; typedef
107 #define PA_VOLUME_NORM ((pa_volume_t) 0x10000U)
110 #define PA_VOLUME_MUTED ((pa_volume_t) 0U)
113 #define PA_VOLUME_MAX ((pa_volume_t) UINT32_MAX-1)
116 #define PA_VOLUME_INVALID ((pa_volume_t) UINT32_MAX)
121 pa_volume_t values[PA_CHANNELS_MAX]; /**< Per-channel volume */
139 pa_cvolume* pa_cvolume_set(pa_cvolume *a, unsigned channels, pa_volume_t v);
169 char *pa_volume_snprint(char *s, size_t l, pa_volume_t v);
179 char *pa_sw_volume_snprint_dB(char *s, size_t l, pa_volume_t v)
    [all...]
scache.h 104 pa_volume_t volume /**< Volume to play this sample with. Starting with 0.9.15 you may pass here PA_VOLUME_INVALID which will leave the decision about the volume to the server side which is a good idea. */ ,
116 pa_volume_t volume /**< Volume to play this sample with. Starting with 0.9.15 you may pass here PA_VOLUME_INVALID which will leave the decision about the volume to the server side which is a good idea. */ ,
introspect.h 224 pa_volume_t base_volume; /**< Some kind of "base" volume that refers to unamplified/unattenuated volume in the context of the output device. \since 0.9.15 */
301 pa_volume_t base_volume; /**< Some kind of "base" volume that refers to unamplified/unattenuated volume in the context of the input device. \since 0.9.15 */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
volume.h 43 * The basic volume type in PulseAudio is the \ref pa_volume_t type. Most of
104 typedef uint32_t pa_volume_t; typedef
107 #define PA_VOLUME_NORM ((pa_volume_t) 0x10000U)
110 #define PA_VOLUME_MUTED ((pa_volume_t) 0U)
113 #define PA_VOLUME_MAX ((pa_volume_t) UINT32_MAX-1)
116 #define PA_VOLUME_INVALID ((pa_volume_t) UINT32_MAX)
121 pa_volume_t values[PA_CHANNELS_MAX]; /**< Per-channel volume */
139 pa_cvolume* pa_cvolume_set(pa_cvolume *a, unsigned channels, pa_volume_t v);
169 char *pa_volume_snprint(char *s, size_t l, pa_volume_t v);
179 char *pa_sw_volume_snprint_dB(char *s, size_t l, pa_volume_t v)
    [all...]
scache.h 104 pa_volume_t volume /**< Volume to play this sample with. Starting with 0.9.15 you may pass here PA_VOLUME_INVALID which will leave the decision about the volume to the server side which is a good idea. */ ,
116 pa_volume_t volume /**< Volume to play this sample with. Starting with 0.9.15 you may pass here PA_VOLUME_INVALID which will leave the decision about the volume to the server side which is a good idea. */ ,
introspect.h 224 pa_volume_t base_volume; /**< Some kind of "base" volume that refers to unamplified/unattenuated volume in the context of the output device. \since 0.9.15 */
301 pa_volume_t base_volume; /**< Some kind of "base" volume that refers to unamplified/unattenuated volume in the context of the input device. \since 0.9.15 */
    [all...]
  /external/chromium_org/media/audio/pulse/
pulse.sigs 52 pa_cvolume* pa_cvolume_set(pa_cvolume* a, unsigned channels, pa_volume_t v);
pulse_input.cc 223 pa_volume_t volume = PA_VOLUME_MUTED; // Minimum possible value.
  /external/chromium_org/third_party/webrtc/sound/
pulseaudiosoundsystem.cc 83 static pa_volume_t CricketVolumeToPulseVolume(int volume) {
94 static int PulseVolumeToCricketVolume(pa_volume_t pa_volume) {
100 static pa_volume_t MaxChannelVolume(pa_cvolume *channel_volumes) {
101 pa_volume_t pa_volume = PA_VOLUME_MUTED; // Minimum possible value.
290 pa_volume_t pa_volume;
303 pa_volume_t pa_volume = CricketVolumeToPulseVolume(volume);
663 pa_volume_t pa_volume;
676 pa_volume_t pa_volume = CricketVolumeToPulseVolume(volume);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_mixer_manager_pulse_linux.cc 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...]

Completed in 159 milliseconds