Home
last modified time | relevance | path

Searched defs:volume (Results 1 – 25 of 133) sorted by relevance

123456

/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dvolume.c129 GstElement *volume; in setup_volume() local
142 cleanup_volume (GstElement * volume) in cleanup_volume()
159 GstElement *volume = gst_element_factory_make ("volume", NULL); in GST_START_TEST() local
188 GstElement *volume; in GST_START_TEST() local
228 GstElement *volume; in GST_START_TEST() local
277 GstElement *volume; in GST_START_TEST() local
326 GstElement *volume; in GST_START_TEST() local
376 GstElement *volume; in GST_START_TEST() local
423 GstElement *volume; in GST_START_TEST() local
462 GstElement *volume; in GST_START_TEST() local
[all …]
Dplaysink.c29 GstElement *pipe, *audiosink, *playsink, *fakesink, *volume, *src; in GST_START_TEST() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dstreamvolume.c100 gst_stream_volume_get_volume (GstStreamVolume * volume, in gst_stream_volume_get_volume()
122 gst_stream_volume_set_volume (GstStreamVolume * volume, in gst_stream_volume_set_volume()
141 gst_stream_volume_get_mute (GstStreamVolume * volume) in gst_stream_volume_get_mute()
157 gst_stream_volume_set_mute (GstStreamVolume * volume, gboolean mute) in gst_stream_volume_set_mute()
/third_party/gstreamer/gstplugins_base/tests/examples/audio/
Dvolume.c41 value_changed_callback (GtkWidget * widget, GstElement * volume) in value_changed_callback()
53 setup_gui (GstElement * volume) in setup_gui()
144 GstElement *volume; in main() local
Dmeson.build8 executable('volume', 'volume.c', build
Daudiomix.c46 setup_gui (GstElement * volume, gchar * file_name1, gchar * file_name2) in setup_gui()
130 GstElement *filesrc, *decodebin, *volume, *convert, *format; in make_mixer_channel() local
/third_party/ffmpeg/libavfilter/
Daf_volume.c181 int nb_samples, int volume) in scale_samples_u8()
189 int nb_samples, int volume) in scale_samples_u8_small()
197 int nb_samples, int volume) in scale_samples_s16()
207 int nb_samples, int volume) in scale_samples_s16_small()
217 int nb_samples, int volume) in scale_samples_s32()
/third_party/gstreamer/gstplugins_base/gst/volume/
Dgstvolume.c234 gdouble volume, gboolean mute) in volume_update_volume()
287 GstVolume *volume = GST_VOLUME (object); in gst_volume_dispose() local
366 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_double()
396 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_float()
442 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_int32_clamp()
530 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_int24_clamp()
573 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_int16_clamp()
621 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_int8_clamp()
651 gdouble volume; in volume_setup() local
691 gdouble volume; in volume_before_transform() local
/third_party/alsa-utils/amixer/
Dvolume_mapping.c122 double volume, in set_normalized_volume()
167 double volume, in set_normalized_playback_volume()
175 double volume, in set_normalized_capture_volume()
/third_party/alsa-utils/alsamixer/
Dvolume_mapping.c122 double volume, in set_normalized_volume()
167 double volume, in set_normalized_playback_volume()
175 double volume, in set_normalized_capture_volume()
/third_party/pulseaudio/src/pulsecore/
Dstream-util.c31 int pa_stream_get_volume_channel_map(const pa_cvolume *volume, const pa_channel_map *original_map, … in pa_stream_get_volume_channel_map()
Dplay-memchunk.c37 pa_cvolume *volume, in pa_play_memchunk()
Dmix.c38 static void calc_linear_integer_volume(int32_t linear[], const pa_cvolume *volume) { in calc_linear_integer_volume()
53 static void calc_linear_float_volume(float linear[], const pa_cvolume *volume) { in calc_linear_float_volume()
68 …nteger_stream_volumes(pa_mix_info streams[], unsigned nstreams, const pa_cvolume *volume, const pa… in calc_linear_integer_stream_volumes()
87 …_float_stream_volumes(pa_mix_info streams[], unsigned nstreams, const pa_cvolume *volume, const pa… in calc_linear_float_stream_volumes()
621 const pa_cvolume *volume, in pa_mix()
693 const pa_cvolume *volume) { in pa_volume_memchunk()
Dmix.h31 pa_cvolume volume; member
Dsink-input.c53 pa_cvolume volume; member
56 …ic struct volume_factor_entry *volume_factor_entry_new(const char *key, const pa_cvolume *volume) { in volume_factor_entry_new()
146 void pa_sink_input_new_data_set_volume(pa_sink_input_new_data *data, const pa_cvolume *volume) { in pa_sink_input_new_data_set_volume()
870 …eek(pa_sink_input *i, size_t slength /* in sink bytes */, pa_memchunk *chunk, pa_cvolume *volume) { in pa_sink_input_peek()
1262 void pa_sink_input_set_volume(pa_sink_input *i, const pa_cvolume *volume, bool save, bool absolute)… in pa_sink_input_set_volume()
1416 pa_cvolume *pa_sink_input_get_volume(pa_sink_input *i, pa_cvolume *volume, bool absolute) { in pa_sink_input_get_volume()
2388 void pa_sink_input_set_volume_direct(pa_sink_input *i, const pa_cvolume *volume) { in pa_sink_input_set_volume_direct()
Dplay-memblockq.c179 pa_cvolume *volume, in pa_memblockq_sink_input_new()
244 pa_cvolume *volume, in pa_play_memblockq()
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2sink.c80 gdouble volume; member
400 gst_wasapi2_sink_set_volume (GstWasapi2Sink * self, gdouble volume) in gst_wasapi2_sink_set_volume()
433 gfloat volume; in gst_wasapi2_sink_get_volume() local
Dgstwasapi2src.c80 gdouble volume; member
422 gst_wasapi2_src_set_volume (GstWasapi2Src * self, gdouble volume) in gst_wasapi2_src_set_volume()
455 gfloat volume; in gst_wasapi2_src_get_volume() local
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Ddtmf.c62 check_get_dtmf_event_message (GstBus * bus, gint number, gint volume) in check_get_dtmf_event_message()
130 guint number, guint volume, guint duration) in send_rtp_packet()
272 gboolean end, guint rtpts, guint ssrc, guint volume, guint number, in check_rtp_buffer()
/third_party/pulseaudio/src/modules/
Dmodule-match.c70 pa_volume_t volume; member
105 pa_volume_t volume = PA_VOLUME_NORM; in load_rules() local
/third_party/pulseaudio/src/pulse/
Dscache.c168 …text_play_sample(pa_context *c, const char *name, const char *dev, pa_volume_t volume, pa_context_… in pa_context_play_sample()
208 …le_with_proplist(pa_context *c, const char *name, const char *dev, pa_volume_t volume, const pa_pr… in pa_context_play_sample_with_proplist()
Dext-stream-restore.h41 …pa_cvolume volume; /**< The volume of the stream when it was seen last, if applicable an… member
/third_party/pulseaudio/src/modules/oss/
Doss-util.c249 int pa_oss_get_volume(int fd, unsigned long mixer, const pa_sample_spec *ss, pa_cvolume *volume) { in pa_oss_get_volume()
271 …a_oss_set_volume(int fd, unsigned long mixer, const pa_sample_spec *ss, const pa_cvolume *volume) { in pa_oss_set_volume()
/third_party/gstreamer/gstplugins_good/gst/dtmf/
Dgstdtmfcommon.h38 guint8 volume; /* power level of the tone, in dBm0 */ member
/third_party/skia/modules/audioplayer/
DSkAudioPlayer.h33 float volume() const { return fVolume; } // 0...1 in volume() function

123456