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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
volume.h 44 * the time, applications will use the aggregated pa_cvolume structure that
73 * To handle the pa_cvolume structure, the PulseAudio library provides a
76 * \li pa_cvolume_valid() - Tests if a pa_cvolume structure is valid.
77 * \li pa_cvolume_equal() - Tests if two pa_cvolume structures are identical.
78 * \li pa_cvolume_channels_equal_to() - Tests if all channels of a pa_cvolume
80 * \li pa_cvolume_is_muted() - Tests if all channels of a pa_cvolume
82 * \li pa_cvolume_is_norm() - Tests if all channels of a pa_cvolume structure
84 * \li pa_cvolume_set() - Set the first n channels of a pa_cvolume structure to
86 * \li pa_cvolume_reset() - Set the first n channels of a pa_cvolume structure
88 * \li pa_cvolume_mute() - Set the first n channels of a pa_cvolume structur
135 typedef struct pa_cvolume { struct
138 } pa_cvolume; typedef in typeref:struct:pa_cvolume
    [all...]
introspect.h 218 pa_cvolume volume; /**< Volume of the sink */
251 pa_operation* pa_context_set_sink_volume_by_index(pa_context *c, uint32_t idx, const pa_cvolume *volume, pa_context_success_cb_t cb, void *userdata);
254 pa_operation* pa_context_set_sink_volume_by_name(pa_context *c, const char *name, const pa_cvolume *volume, pa_context_success_cb_t cb, void *userdata);
298 pa_cvolume volume; /**< Volume of the source */
331 pa_operation* pa_context_set_source_volume_by_index(pa_context *c, uint32_t idx, const pa_cvolume *volume, pa_context_success_cb_t cb, void *userdata);
334 pa_operation* pa_context_set_source_volume_by_name(pa_context *c, const char *name, const pa_cvolume *volume, pa_context_success_cb_t cb, void *userdata);
520 pa_cvolume volume; /**< The volume of this sink input */
549 pa_operation* pa_context_set_sink_input_volume(pa_context *c, uint32_t idx, const pa_cvolume *volume, pa_context_success_cb_t cb, void *userdata);
578 pa_cvolume volume; /**< The volume of this source output \since 1.0 */
    [all...]
ext-stream-restore.h 43 pa_cvolume volume; /**< The volume of the stream when it was seen last, if applicable and saved */
stream.h 440 const pa_cvolume *volume /**< Initial volume, or NULL for default */,
    [all...]
  /external/webrtc/webrtc/sound/
pulseaudiosoundsystem.cc 104 static pa_volume_t MaxChannelVolume(pa_cvolume *channel_volumes) {
255 pa_cvolume channel_volumes;
338 pa_cvolume channel_volumes;
381 pa_cvolume* channel_volumes;
511 pa_cvolume **channel_volumes) {
632 pa_cvolume channel_volumes;
684 pa_cvolume channel_volumes;
776 pa_cvolume* channel_volumes;
925 pa_cvolume **channel_volumes) {
    [all...]
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_mixer_manager_pulse_linux.cc 271 pa_cvolume cVolumes;
828 pa_cvolume cVolumes;
    [all...]
audio_device_pulse_linux.cc     [all...]

Completed in 137 milliseconds