Searched refs:fade_type (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | splice.c | 49 enum {Cosine_2, Cosine_4, Triangular} fade_type; member 72 if (p->fade_type == Cosine_4) { in splice() 83 else if (p->fade_type == Cosine_2) { in splice() 133 p->splices[i].search = p->fade_type == Cosine_4? 0 : p->splices[i].overlap; in parse() 172 if (!strcmp(*argv, "-t")) p->fade_type = Triangular, --argc, ++argv; in create() 173 else if (!strcmp(*argv, "-q")) p->fade_type = Cosine_4 , --argc, ++argv; in create() 174 else if (!strcmp(*argv, "-h")) p->fade_type = Cosine_2 , --argc, ++argv; in create() 193 if (p->fade_type == Cosine_4 && effp->in_signal.mult) in start()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0068-desktop-shell-Delay-locking-when-having-pending-fade.patch | 46 @@ -3705,6 +3711,9 @@ shell_fade(struct desktop_shell *shell, enum fade_type type)
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0066-desktop-shell-Delay-locking-when-having-pending-fade.patch | 46 @@ -4131,6 +4137,9 @@ shell_fade(struct desktop_shell *shell, enum fade_type type)
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0067-desktop-shell-Delay-locking-when-having-pending-fade.patch | 46 @@ -3705,6 +3711,9 @@ shell_fade(struct desktop_shell *shell, enum fade_type type)
|