Home
last modified time | relevance | path

Searched defs:fade_step (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsplice.c73 double fade_step = M_PI_2 / overlap; in splice() local
84 double fade_step = M_PI / overlap; in splice() local
95 double fade_step = 1. / overlap; in splice() local
H A Dtempo.c91 float fade_step = 1.0f / (float) t->overlap; in tempo_overlap() local
/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw_device.c59 int fade_step = aw_dev->fade_step; in aw_dev_fade_in() local
84 int fade_step = aw_dev->fade_step; in aw_dev_fade_out() local
H A Daw_device.h433 unsigned int fade_step; member