| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | fade.c | 47 priv_t * fade = (priv_t *) effp->priv; in sox_fade_getopts() local 63 fade->in_fadetype = *t_char; in sox_fade_getopts() 64 fade->out_fadetype = *t_char; in sox_fade_getopts() 72 fade->in_fadetype = 'l'; in sox_fade_getopts() 73 fade->out_fadetype = 'l'; in sox_fade_getopts() 76 fade->in_stop_str = lsx_strdup(argv[0]); in sox_fade_getopts() 78 n = lsx_parsesamples(0., fade->in_stop_str, &samples, 't'); in sox_fade_getopts() 82 fade->in_stop = samples; in sox_fade_getopts() 83 fade->out_start_str = fade->out_stop_str = 0; in sox_fade_getopts() 90 fade->out_stop_str = lsx_strdup(argv[t_argno]); in sox_fade_getopts() [all …]
|
| H A D | effects.h | 40 EFFECT(fade)
|
| H A D | Makefile.am | 62 fade.c fft4g.c fft4g.h fifo.h fir.c firfit.c flanger.c gain.c \
|
| /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 | 5 fade-out animations 26 + if (shell_output->fade.type == FADE_OUT) 29 if (!shell_output->fade.curtain) 32 shell_output->fade.animation = NULL; 34 switch (shell_output->fade.type) { 36 weston_curtain_destroy(shell_output->fade.curtain); 37 shell_output->fade.curtain = NULL; 47 } else if (shell_output->fade.animation) { 48 weston_fade_update(shell_output->fade.animation, tint); 53 shell_output->fade.animation = [all …]
|
| H A D | 0015-backend-drm-Support-selecting-monitors.patch | 104 + if (!shell_output->fade.curtain) 107 shell_output->fade.animation = NULL; 108 switch (shell_output->fade.type) { 111 shell_output->fade.animation = NULL; 114 - if (shell_output->fade.curtain) 115 - weston_curtain_destroy(shell_output->fade.curtain); 116 + if (shell_output->fade.curtain) { 117 + struct weston_curtain *curtain = shell_output->fade.curtain; 119 + shell_output->fade.curtain = NULL; 123 if (shell_output->fade.startup_timer) [all …]
|
| /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 | 5 fade-out animations 26 + if (shell_output->fade.type == FADE_OUT) 29 if (!shell_output->fade.view) 32 shell_output->fade.animation = NULL; 34 switch (shell_output->fade.type) { 36 weston_surface_destroy(shell_output->fade.view->surface); 37 shell_output->fade.view = NULL; 47 } else if (shell_output->fade.animation) { 48 weston_fade_update(shell_output->fade.animation, tint); 53 shell_output->fade.animation = [all …]
|
| H A D | 0013-backend-drm-Support-selecting-monitors.patch | 108 + if (!shell_output->fade.view) 111 shell_output->fade.animation = NULL; 112 switch (shell_output->fade.type) { 125 if (shell_output->fade.view) { 126 + struct weston_view *view = shell_output->fade.view; 127 + shell_output->fade.view = NULL; 130 - weston_surface_destroy(shell_output->fade.view->surface); 134 if (shell_output->fade.startup_timer)
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0067-desktop-shell-Delay-locking-when-having-pending-fade.patch | 5 fade-out animations 26 + if (shell_output->fade.type == FADE_OUT) 29 if (!shell_output->fade.curtain) 32 shell_output->fade.animation = NULL; 34 switch (shell_output->fade.type) { 36 weston_curtain_destroy(shell_output->fade.curtain); 37 shell_output->fade.curtain = NULL; 47 } else if (shell_output->fade.animation) { 48 weston_fade_update(shell_output->fade.animation, tint); 53 shell_output->fade.animation = [all …]
|
| H A D | 0015-backend-drm-Support-selecting-monitors.patch | 104 + if (!shell_output->fade.curtain) 107 shell_output->fade.animation = NULL; 108 switch (shell_output->fade.type) { 111 shell_output->fade.animation = NULL; 114 - if (shell_output->fade.curtain) 115 - weston_curtain_destroy(shell_output->fade.curtain); 116 + if (shell_output->fade.curtain) { 117 + struct weston_curtain *curtain = shell_output->fade.curtain; 119 + shell_output->fade.curtain = NULL; 123 if (shell_output->fade.startup_timer) [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/scripts/ |
| H A D | testtones.sh | 81 fade="fade h $fade_time $length $fade_time" 114 $input $output synth $length whitenoise $fade $gain 116 $input $output synth $length pinknoise $fade $gain 118 $input $output synth $length brownnoise $fade $gain 132 $input $output synth -j 0 sine %$note $fade $gain 143 $input $output synth sine $freq $fade $gain 152 $input $output synth $length sine $freq 0 25 $fade $gain 176 $input $output synth $length sine 9k synth sine mix 10k $fade $gain 178 $input $output synth $length sine 440 synth sine mix 445 $fade $gain 187 $input $output synth $length $shape $freq $fade gain -3 [all …]
|
| H A D | voice-cleanup.sh | 21 fade 0.1 \ 24 fade 0.1 \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/ |
| H A D | changes-5.14.0 | 22 - [QTBUG-76867] Added property to disable the automatic fade-in/fade-out
|
| H A D | changes-5.12.0 | 25 be changed (defaults are none for add, and item fade out for remove).
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/weston-init/ |
| H A D | weston.ini | 17 #startup-animation=fade 26 #animation=fade
|
| /OK3568_Linux_fs/kernel/Documentation/input/devices/ |
| H A D | iforce-protocol.rst | 126 0a-0b Address of attack and fade parameters, or ffff if none. 139 Attack and fade 149 05-06 Duration of fade. 150 07 Level at end of fade. 356 - attack and fade : 0e
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/ |
| H A D | FEATURES.in | 81 ** fade: Apply a fade-in and/or fade-out to the audio
|
| H A D | ChangeLog | 173 o Fix to effects pipeline to let fade effect specify time from end of 183 o Fix problem where fade would sometimes fail if specifying a fade-out 184 immediately after a fade-in. (robs) 645 o Can now `fade' out to EOF without giving file-length (if it can 1052 o Fixed fade's fade-out-length to match man page 1054 updates to the sample crossfade scripts. Also modified fade 1143 o Fixed bug in fade effect were it was impossible to do a 1276 o William Plant pointed out a bad pointer access in fade effect's 1344 o Geoff Kuenning Added support to fade and trim effect for specifying time 1401 o Added a new fade in/out effect from Ari Moisio. [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | default.css | 329 .highlight { -webkit-animation: target-fade 15s 1; -moz-animation: target-fade 15s 1; animation: ta… 330 @-webkit-keyframes target-fade { 0% { background-color: #D9EDF7; } 25% { background-color: #D9EDF7;… 331 @-moz-keyframes target-fade { 0% { background-color: #D9EDF7; } 25% { background-color: #D9EDF7; } … 332 @keyframes target-fade { 0% { background-color: #D9EDF7; } 25% { background-color: #D9EDF7; } 100% …
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/ |
| H A D | leds-lm3532.txt | 13 1000:1 dimming ratio with programmable fade in and fade out settings.
|
| /OK3568_Linux_fs/kernel/Documentation/leds/ |
| H A D | leds-blinkm.rst | 53 b) Sysfs group to control rgb, fade, hsb, scripts ...
|
| /OK3568_Linux_fs/kernel/drivers/staging/greybus/ |
| H A D | light.c | 203 u8 fade; \ 212 ret = kstrtou8(buf, 0, &fade); \ 217 if (channel->fade_##__dir == fade) \ 219 channel->fade_##__dir = fade; \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xscreensaver/files/ |
| H A D | tweak-app-defaults.patch | 25 -*fade: True 26 +*fade: False
|
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_ao.cpp | 322 AUDIO_FADE_S fade; in commandThread() local 323 RK_MPI_AO_GetMute(params->s32DevId, &mute, &fade); in commandThread()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | field-order.rst | 16 rates similar to film the image would fade out too quickly. Transmitting
|
| /OK3568_Linux_fs/kernel/drivers/leds/ |
| H A D | leds-blinkm.c | 60 u8 fade:1; /* fade on = 1, off = 0 */ member
|