Searched refs:update_volume (Results 1 – 4 of 4) sorted by relevance
/third_party/pulseaudio/src/tests/ |
D | volume-ui.py | 178 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/ |
D | af_compand.c | 144 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()
|
D | af_mcompand.c | 167 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/ |
D | ffplay.c | 1511 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()
|