Home
last modified time | relevance | path

Searched refs:get_volume (Results 1 - 15 of 15) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Daf_compand.c124 static double get_volume(CompandContext *s, double in_lin) in get_volume() function
179 dst[i] = src[i] * get_volume(s, cp->volume); in compand_nodelay()
240 dst[oindex++] = dbuf[dindex] * get_volume(s, cp->volume); in compand_delay()
288 dst[i] = dbuf[dindex] * get_volume(s, cp->volume); in compand_drain()
H A Daf_mcompand.c146 static double get_volume(CompandT *s, double in_lin) in get_volume() function
510 level_out_lin = get_volume(&l->transfer_fn, level_in_lin); in mcompand_channel()
/third_party/pulseaudio/src/modules/oss/
H A Dmodule-oss.c630 if (u->sink && u->sink->get_volume) in unsuspend()
631 u->sink->get_volume(u->sink); in unsuspend()
632 if (u->source && u->source->get_volume) in unsuspend()
633 u->source->get_volume(u->source); in unsuspend()
1499 if (u->sink->get_volume) in pa__init()
1500 u->sink->get_volume(u->sink); in pa__init()
1509 if (u->source->get_volume) in pa__init()
1510 u->source->get_volume(u->source); in pa__init()
/third_party/alsa-lib/include/
H A Dmixer_abst.h87 int (*get_volume)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value); member
/third_party/pulseaudio/src/modules/
H A Dmodule-solaris.c455 s->get_volume(s); in sink_set_state_in_io_thread_cb()
516 s->get_volume(s); in source_set_state_in_io_thread_cb()
1100 u->sink->get_volume(u->sink); in pa__init()
1118 u->source->get_volume(u->source); in pa__init()
/third_party/alsa-lib/src/mixer/
H A Dsimple.c401 return sm_selem_ops(elem)->get_volume(elem, SM_PLAY, channel, value); in snd_mixer_selem_get_playback_volume()
733 return sm_selem_ops(elem)->get_volume(elem, SM_CAPT, channel, value); in snd_mixer_selem_get_capture_volume()
H A Dsimple_none.c1414 .get_volume = get_volume_ops,
/third_party/pulseaudio/src/pulsecore/
H A Dsource.c153 s->get_volume = NULL; in reset_callbacks()
481 s->get_volume = cb; in pa_source_set_get_volume_callback()
1854 if (!(s->flags & PA_SOURCE_DEFERRED_VOLUME) && s->get_volume) in pa_source_get_volume()
1855 s->get_volume(s); in pa_source_get_volume()
2192 if ((s->flags & PA_SOURCE_DEFERRED_VOLUME) && s->get_volume) { in pa_source_process_msg()
2193 s->get_volume(s); in pa_source_process_msg()
H A Dsink.c163 s->get_volume = NULL; in reset_callbacks()
533 s->get_volume = cb; in pa_sink_set_get_volume_callback()
2335 if (!(s->flags & PA_SINK_DEFERRED_VOLUME) && s->get_volume) in pa_sink_get_volume()
2336 s->get_volume(s); in pa_sink_get_volume()
2900 if ((s->flags & PA_SINK_DEFERRED_VOLUME) && s->get_volume) { in pa_sink_process_msg()
2901 s->get_volume(s); in pa_sink_process_msg()
H A Dsource.h162 pa_source_cb_t get_volume; /* may be NULL */ member
H A Dsink.h179 pa_sink_cb_t get_volume; /* may be NULL */ member
/third_party/alsa-lib/modules/mixer/simple/
H A Dsbase.c273 .get_volume = get_volume_ops,
H A Dpython.c495 .get_volume = get_volume_ops,
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-sink.c2799 if (u->sink->get_volume) in pa_alsa_sink_new()
2800 u->sink->get_volume(u->sink); in pa_alsa_sink_new()
H A Dalsa-source.c2457 if (u->source->get_volume) in pa_alsa_source_new()
2458 u->source->get_volume(u->source); in pa_alsa_source_new()

Completed in 28 milliseconds