Home
last modified time | relevance | path

Searched refs:fade_out (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Decho.c61 size_t fade_out; member
158 echo->fade_out = echo->maxsamples; in sox_echo_start()
215 while ( ( done < *osamp ) && ( done < echo->fade_out ) ) { in sox_echo_drain()
232 echo->fade_out--; in sox_echo_drain()
236 if (echo->fade_out == 0) in sox_echo_drain()
H A Dchorus.c86 unsigned int fade_out; member
230 chorus->fade_out = chorus->maxsamples; in sox_chorus_start()
289 while ( ( done < *osamp ) && ( done < chorus->fade_out ) ) { in sox_chorus_drain()
309 chorus->fade_out--; in sox_chorus_drain()
313 if (chorus->fade_out == 0) in sox_chorus_drain()
H A Dsplice.c76 double fade_out = cos(i * fade_step); /* constant RMS level (`power') */ in splice() local
78 double d = in1[k] * fade_out + in2[k] * fade_in; in splice()
87 double fade_out = 1 - fade_in; /* constant peak level (`gain') */ in splice() local
89 double d = in1[k] * fade_out + in2[k] * fade_in; in splice()
98 double fade_out = 1 - fade_in; /* constant peak level (`gain') */ in splice() local
100 double d = in1[k] * fade_out + in2[k] * fade_in; in splice()
H A Dtempo.c95 float fade_out = 1.0f - fade_in; in tempo_overlap() local
97 output[k] = in1[k] * fade_out + in2[k] * fade_in; in tempo_overlap()
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dadp5520.h199 u8 fade_out; /* Backlight Fade-Out Timer */ member
255 u8 fade_out; /* Backlight Fade-Out Timer */ member
/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-adp5520.c87 pdata->fade_out)); in adp5520_led_prepare()
/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Dlight.c25 u8 fade_out; member
335 req.fade_out = channel->fade_out; in gb_lights_fade_set()
/OK3568_Linux_fs/kernel/drivers/video/backlight/
H A Dadp5520_bl.c127 pdata->fade_out)); in adp5520_bl_setup()
/OK3568_Linux_fs/kernel/include/linux/greybus/
H A Dgreybus_protocols.h1742 __u8 fade_out; member