| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | silence.c | 69 priv_t * silence = (priv_t *) effp->priv; in clear_rms() local 71 memset(silence->window, 0, in clear_rms() 72 silence->window_size * sizeof(double)); in clear_rms() 74 silence->window_current = silence->window; in clear_rms() 75 silence->window_end = silence->window + silence->window_size; in clear_rms() 76 silence->rms_sum = 0; in clear_rms() 81 priv_t * silence = (priv_t *) effp->priv; in sox_silence_getopts() local 88 silence->leave_silence = sox_false; in sox_silence_getopts() 93 silence->leave_silence = sox_true; in sox_silence_getopts() 101 silence->start = sox_false; in sox_silence_getopts() [all …]
|
| H A D | effects.h | 69 EFFECT(silence)
|
| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | pcm_misc.c | 39 unsigned char silence[8]; /* silence data to fill */ member 53 .silence = {}, 57 .silence = { 0x80 }, 61 .silence = {}, 65 .silence = {}, 69 .silence = { 0x00, 0x80 }, 73 .silence = { 0x80, 0x00 }, 77 .silence = {}, 81 .silence = {}, 85 .silence = { 0x00, 0x00, 0x80 }, [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/ |
| H A D | sun_bell.c | 49 static short silence[BELL_SAMPLES]; /* "The Sound of Silence" */ in xf86OSRingBell() local 67 memset(silence, 0, sizeof(silence)); in xf86OSRingBell() 133 iov[iovcnt].iov_base = (char *) silence; in xf86OSRingBell() 134 iov[iovcnt++].iov_len = sizeof(silence); in xf86OSRingBell()
|
| /OK3568_Linux_fs/kernel/drivers/atm/ |
| H A D | uPD98402.c | 188 static unsigned long silence = 0; in uPD98402_int() local 202 (time_after(jiffies, silence) || silence == 0)) { in uPD98402_int() 205 silence = (jiffies+HZ/2)|1; in uPD98402_int()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/ |
| H A D | jemalloc.patch | 12 …loc-5.2.1/configure ${AUTOCONF_HOST_OPT} --with-lg-quantum=3 --enable-cc-silence --prefix=<INSTALL… 13 …ONF_HOST_OPT} --with-jemalloc-prefix=je_ --with-lg-quantum=3 --enable-cc-silence --prefix=<INSTALL…
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/ |
| H A D | FEATURES.in | 89 ** pad: Pad (usually) the ends of the audio with silence 90 ** silence: Remove portions of silence from the audio
|
| H A D | ChangeLog | 240 silence. (robs) 346 o Fix [2254919] silence doesn't trim digital silence correctly. (robs) 447 o Fix [2332343] 'silence' segfault with certain lengths. (cbagwell) 448 o Fix `silence' empty output file with A-law input. (robs) 546 Of most use with trim and silence effects. (cbagwell) 768 o Add option to silence effect to leave periods of silence 769 in and only strip out extra silence. (Mark Schreiber) 863 o Added silence padding effect. (robs) 993 o Fixed problems in silence effect related to removing multiple 994 periods of silence from the middle of the sound file. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/vc04_services/bcm2835-audio/ |
| H A D | vc_vchi_audioserv_defs.h | 66 s16 silence; member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/vlan/vlan-1.9/ |
| H A D | 0001-Add-printf-format-and-silence-format-security-warnin.patch | 4 Subject: [PATCH] Add printf format and silence format-security warnings
|
| /OK3568_Linux_fs/kernel/sound/core/oss/ |
| H A D | pcm_plugin.c | 673 const unsigned char *silence; in snd_pcm_area_silence() local 682 silence = snd_pcm_format_silence_64(format); in snd_pcm_area_silence() 683 if (! silence) in snd_pcm_area_silence() 705 memcpy(dst, silence, width); in snd_pcm_area_silence()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/ |
| H A D | quiet-debugfs.patch | 4 Subject: [PATCH] e2fsprogs: silence debugfs
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/test/ |
| H A D | README | 60 400 samples samples of silence, 64 400 sample more of silence.
|
| /OK3568_Linux_fs/buildroot/package/hplip/ |
| H A D | 0002-configure.in-fix-AM_INIT_AUTOMAKE-call.patch | 11 files in subdirectories. This allows to silence a huge amount of
|
| /OK3568_Linux_fs/buildroot/package/libsvgtiny/ |
| H A D | 0003-Hopefully-silence-warnings-about-inlines-and-non-inlines-calling-one.patch | 4 Subject: Hopefully silence warnings about inlines and non inlines calling one
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/vlan/ |
| H A D | vlan_1.9.bb | 9 file://0001-Add-printf-format-and-silence-format-security-warnin.patch \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/fwts/fwts/ |
| H A D | 0003-Remove-Werror-from-build.patch | 27 `pkg-config --silence-errors --cflags json-c` \
|
| /OK3568_Linux_fs/kernel/Documentation/sound/designs/ |
| H A D | oss-emulation.rst | 159 no-silence 160 do not fill silence ahead to avoid clicks 196 The ``partial-frag`` and ``no-silence`` commands have been added recently. 199 filled. The latter stops writing the silence data ahead
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
| H A D | 0001-add-explict-static_cast-size_t-to-maxMemoryUsageByte.patch | 10 src/mongo/db/pipeline/document_source_group.cpp:377:22: note: insert an explicit cast to silence th…
|
| /OK3568_Linux_fs/kernel/sound/oss/dmasound/ |
| H A D | dmasound.h | 121 void (*silence)(void); member
|
| /OK3568_Linux_fs/buildroot/package/fwts/ |
| H A D | 0001-build-do-not-use-Werror.patch | 56 `pkg-config --silence-errors --cflags json-c` \
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/perl/Perf-Trace-Util/ |
| H A D | README | 26 XS(boot_Perf__Trace__Context) to silence a warning/error.
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/scripts/ |
| H A D | testcd.sh | 181 newname silence $LENGTH
|
| H A D | testtones.sh | 106 next_file silence
|
| /OK3568_Linux_fs/kernel/sound/pci/hda/ |
| H A D | Kconfig | 249 avoiding 2-3 sec silence during playback start. This mechanism 252 consumption when HDMI receiver is plugged-in). 2-3 sec silence
|