| /third_party/libsnd/src/ |
| H A D | svx.c | 58 unsigned int volume ; member
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | mix.c | 38 static void calc_linear_integer_volume(int32_t linear[], const pa_cvolume *volume) { in calc_linear_integer_volume() argument 53 static void calc_linear_float_volume(float linear[], const pa_cvolume *volume) { in calc_linear_float_volume() argument 68 static void calc_linear_integer_stream_volumes(pa_mix_info streams[], unsigned nstreams, const pa_cvolume *volume, const pa_sample_spec *spec) { in calc_linear_integer_stream_volumes() argument 87 calc_linear_float_stream_volumes(pa_mix_info streams[], unsigned nstreams, const pa_cvolume *volume, const pa_sample_spec *spec) calc_linear_float_stream_volumes() argument 615 pa_mix( pa_mix_info streams[], unsigned nstreams, void *data, size_t length, const pa_sample_spec *spec, const pa_cvolume *volume, bool mute) pa_mix() argument 690 pa_volume_memchunk( pa_memchunk*c, const pa_sample_spec *spec, const pa_cvolume *volume) pa_volume_memchunk() argument [all...] |
| H A D | source-output.h | 97 pa_cvolume volume; /* The volume clients are informed about */ member 271 pa_cvolume volume, volume_factor, volume_factor_source; global() member [all...] |
| H A D | source.h | 320 pa_cvolume volume; global() member [all...] |
| H A D | sink-input.h | 101 pa_cvolume volume; /* The volume clients are informed about */ member 333 pa_cvolume volume; global() member [all...] |
| H A D | cli-command.c | 536 uint32_t volume; pa_cli_command_sink_volume() local 577 pa_volume_t volume; pa_cli_command_sink_input_volume() local 629 uint32_t volume; pa_cli_command_source_volume() local 670 pa_volume_t volume; pa_cli_command_source_output_volume() local [all...] |
| H A D | source-output.c | 88 void pa_source_output_new_data_set_volume(pa_source_output_new_data *data, const pa_cvolume *volume) { in pa_source_output_new_data_set_volume() argument 997 pa_source_output_set_volume(pa_source_output *o, const pa_cvolume *volume, bool save, bool absolute) pa_source_output_set_volume() argument 1097 pa_source_output_get_volume(pa_source_output *o, pa_cvolume *volume, bool absolute) pa_source_output_get_volume() argument 1912 pa_source_output_set_volume_direct(pa_source_output *o, const pa_cvolume *volume) pa_source_output_set_volume_direct() argument [all...] |
| H A D | protocol-esound.c | 643 pa_cvolume volume; in esd_proto_all_info() local 696 pa_cvolume volume; in esd_proto_all_info() local 779 pa_cvolume volume; esd_proto_stream_pan() local 797 pa_cvolume volume; esd_proto_sample_pan() local [all...] |
| /third_party/pulseaudio/src/modules/dbus/ |
| H A D | iface-sample.c | 353 dbus_uint32_t volume in handle_play() local 399 dbus_uint32_t volume = 0; handle_play_to_sink() local [all...] |
| H A D | iface-stream.c | 53 pa_cvolume volume; member 337 dbus_uint32_t volume[PA_CHANNELS_MAX]; in handle_get_volume() local 364 dbus_uint32_t *volume in handle_set_volume() local 527 dbus_uint32_t volume[PA_CHANNELS_MAX]; handle_get_all() local 752 dbus_uint32_t volume[PA_CHANNELS_MAX]; volume_changed_cb() local [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_compand.c | 42 double volume; member [all...] |
| H A D | af_mcompand.c | 71 double *volume; member [all...] |
| /third_party/ffmpeg/libavdevice/ |
| H A D | pulse_audio_enc.c | 333 static int pulse_set_volume(PulseData *s, double volume) in pulse_set_volume() argument
|
| /third_party/lzma/CPP/7zip/Archive/7z/ |
| H A D | 7zHandlerOut.cpp | 397 const CVolume *volume = 0;
in UpdateItems() local
|
| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | volume.c | 1834 ntfs_mount_error(const char *volume, const char *mntpoint, int err) ntfs_mount_error() argument [all...] |
| /third_party/ntfs-3g/ntfsprogs/ |
| H A D | ntfsfix.c | 97 char *volume; member [all...] |
| H A D | ntfscmp.c | 955 static ntfs_volume *mount_volume(const char *volume) in mount_volume() argument
|
| H A D | ntfsusermap.c | 209 static boolean open_volume(const char *volume) in open_volume() argument 236 static boolean close_volume(const char *volume) in close_volume() argument 779 outputmap(const char *volume, const char *dir) outputmap() argument [all...] |
| /third_party/pulseaudio/src/pulse/ |
| H A D | introspect.h | 274 pa_cvolume volume; /**< Volume of the sink */ global() member 379 pa_cvolume volume; /**< Volume of the source */ global() member 654 pa_cvolume volume; /**< The volume of this sink input. */ global() member 712 pa_cvolume volume; /**< The volume of this source output \\since 1.0 */ global() member 774 pa_cvolume volume; /**< Default volume of this entry */ global() member [all...] |
| H A D | introspect.c | 1416 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) { in pa_context_set_sink_volume_by_index() argument 1441 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) { in pa_context_set_sink_volume_by_name() argument 1516 pa_context_set_sink_input_volume(pa_context *c, uint32_t idx, const pa_cvolume *volume, pa_context_success_cb_t cb, void *userdata) pa_context_set_sink_input_volume() argument 1565 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) pa_context_set_source_volume_by_index() argument 1590 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) pa_context_set_source_volume_by_name() argument 1665 pa_context_set_source_output_volume(pa_context *c, uint32_t idx, const pa_cvolume *volume, pa_context_success_cb_t cb, void *userdata) pa_context_set_source_output_volume() argument [all...] |
| /third_party/pulseaudio/src/modules/ |
| H A D | stream-interaction.c | 42 pa_volume_t volume; member
|
| H A D | module-device-restore.c | 116 pa_cvolume volume; member 527 pa_cvolume volume; legacy_entry_read() member 532 pa_cvolume volume; legacy_entry_read() local [all...] |
| /third_party/python/Modules/ |
| H A D | ossaudiodev.c | 798 int channel, volume; in oss_mixer_get() local 821 int channel, volume, leftVol, rightVol; in oss_mixer_set() local
|
| /third_party/alsa-lib/src/mixer/ |
| H A D | simple_none.c | 1225 long volume, db_gain; in get_dB_ops() local 1098 convert_to_dB(snd_hctl_elem_t *ctl, struct selem_str *rec, long volume, long *db_gain) convert_to_dB() argument
|
| /third_party/pulseaudio/src/modules/bluetooth/ |
| H A D | backend-native.c | 139 pa_volume_t volume = (pa_volume_t) (( in hsp_gain_to_volume() local 151 static uint16_t volume_to_hsp_gain(pa_volume_t volume) { in volume_to_hsp_gain() argument 883 static pa_volume_t set_sink_volume(pa_bluetooth_transport *t, pa_volume_t volume) { in set_sink_volume() argument 908 set_source_volume(pa_bluetooth_transport *t, pa_volume_t volume) set_source_volume() argument [all...] |