Lines Matching defs:volume

101     pa_cvolume volume;             /* The volume clients are informed about */
102 pa_cvolume reference_ratio; /* The ratio of the stream's volume to the sink's reference volume */
103 pa_cvolume real_ratio; /* The ratio of the stream's volume to the sink's real volume */
104 /* volume_factor is an internally used "additional volume" that can be used
105 * by modules without having the volume visible to clients. volume_factor
113 pa_cvolume soft_volume; /* The internal software volume we apply to all PCM data while it passes through. Usually calculated as real_ratio * volume_factor */
115 pa_cvolume volume_factor_sink; /* A second volume factor in format of the sink this stream is connected to. */
122 /* if true then the volume and the mute state of this sink-input
234 * volume changes. Called from main context */
333 pa_cvolume volume;
356 void pa_sink_input_new_data_set_volume(pa_sink_input_new_data *data, const pa_cvolume *volume);
403 void pa_sink_input_set_volume(pa_sink_input *i, const pa_cvolume *volume, bool save, bool absolute);
406 pa_cvolume *pa_sink_input_get_volume(pa_sink_input *i, pa_cvolume *volume, bool absolute);
433 void pa_sink_input_peek(pa_sink_input *i, size_t length, pa_memchunk *chunk, pa_cvolume *volume);
476 * sink input volume is to call pa_sink_input_set_volume(), but the flat volume
478 * that pa_sink_input_set_volume() does. This function simply sets i->volume
480 void pa_sink_input_set_volume_direct(pa_sink_input *i, const pa_cvolume *volume);
483 * function, but the flat volume logic in sink.c currently needs a way to