Home
last modified time | relevance | path

Searched refs:update_volume (Results 1 – 4 of 4) sorted by relevance

/third_party/pulseaudio/src/tests/
Dvolume-ui.py178 def update_volume(update_channels = True, update_fade = True, update_balance = True, update_scale =… function
199 update_volume(update_fade = False)
203 update_volume(update_balance = False)
207 update_volume(update_scale = False)
211 update_volume(update_channels = False)
261 update_volume()
/third_party/ffmpeg/libavfilter/
Daf_compand.c144 static void update_volume(ChanParam *cp, double in) in update_volume() function
207 update_volume(cp, fabs(src[i])); in compand_nodelay()
248 update_volume(cp, fabs(in)); in compand_delay()
Daf_mcompand.c167 static void update_volume(CompBand *cb, double in, int ch) in update_volume() function
534 update_volume(l, fabs(ibuf[i]), ch); in mcompand_channel()
/third_party/ffmpeg/fftools/
Dffplay.c1511 static void update_volume(VideoState *is, int sign, double step) in update_volume() function
3309 update_volume(cur_stream, 1, SDL_VOLUME_STEP); in event_loop()
3313 update_volume(cur_stream, -1, SDL_VOLUME_STEP); in event_loop()