| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | effects.c | 105 free(ecp->effects); in sox_delete_effects_chain() 191 lsx_revalloc(chain->effects, chain->table_size); in sox_add_effect() 194 chain->effects[chain->length] = in sox_add_effect() 195 lsx_calloc(effp->flows, sizeof(chain->effects[chain->length][0])); in sox_add_effect() 196 chain->effects[chain->length][0] = *effp; in sox_add_effect() 199 chain->effects[chain->length][f] = eff0; in sox_add_effect() 200 chain->effects[chain->length][f].flow = f; in sox_add_effect() 201 chain->effects[chain->length][f].priv = lsx_memdup(eff0.priv, eff0.handler.priv_size); in sox_add_effect() 202 if (start(&chain->effects[chain->length][f]) != SOX_SUCCESS) { in sox_add_effect() 242 sox_effect_t *effp1 = chain->effects[n - 1]; in flow_effect() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/ |
| H A D | screenshot1 | 20 sox: effects chain: input 44100Hz 2 channels 16 bits (multi) 21 sox: effects chain: remix 44100Hz 2 channels 16 bits (multi) 22 sox: effects chain: norm 44100Hz 1 channels 16 bits 23 sox: effects chain: highpass 44100Hz 1 channels 16 bits 24 sox: effects chain: gain 44100Hz 1 channels 16 bits (multi) 25 sox: effects chain: rate 44100Hz 1 channels 16 bits 26 sox: effects chain: norm 48000Hz 1 channels 16 bits 27 sox: effects chain: dither 48000Hz 1 channels 16 bits 28 sox: effects chain: output 48000Hz 1 channels 16 bits (multi)
|
| H A D | FEATURES.in | 48 The audio effects/tools included in this release are as follows: 50 * Tone/filter effects 64 * Production effects 77 * Volume/level effects 88 * Editing effects 95 * Mixing effects 101 * Pitch/tempo effects 108 * Mastering effects 119 * Analysis `effects' 125 * Miscellaneous effects [all …]
|
| H A D | ChangeLog | 45 effects. (Ulrich Klauer) 56 o Speed optimization for effects that operate on channels 96 o Fix hang in several effects (rate, tempo, and those based on 173 o Fix to effects pipeline to let fade effect specify time from end of 176 o Enable support for --plot option on biquad and fir effects. (Ulrich Klauer) 178 o Fix newfile/restart effects when merging or mixing files. (Ulrich Klauer) 179 o Fix crashes in compand and mcompand effects. [3420893] (Ulrich Klauer) 182 o New hilbert and downsample effects. (Ulrich Klauer) 185 o Stricter syntax checking for several effects (might reveal bugs hidden 187 o Calculate output audio length for most effects. (Ulrich Klauer) [all …]
|
| H A D | sox.pc.in | 7 Description: Audio file format and effects library
|
| /OK3568_Linux_fs/kernel/Documentation/input/ |
| H A D | ff.rst | 17 effects. 73 - FF_CONSTANT can render constant force effects 74 - FF_PERIODIC can render periodic effects with the following waveforms: 83 - FF_RAMP can render ramp effects 86 - FF_DAMPER can simulate damper effects 87 - FF_RUMBLE rumble effects 105 Returns the number of effects the device can keep in its memory. 107 Uploading effects to the device 149 This makes room for new effects in the device's memory. Note that this also 152 Controlling the playback of effects [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/input/devices/ |
| H A D | iforce-protocol.rst | 16 specify force effects to I-Force 2.0 devices. None of this information comes 54 First, I describe effects that are sent by the device to the computer 74 Device effects states 96 00 Channel (when playing several effects at the same time, each must 236 Query number of effects 241 QUERY = 4e ('N'umber of effects) 243 The device should respond by sending the number of effects that can be played 245 ff 02 4e 14 CS would stand for 20 effects. 333 Bit 0 Stop all effects 350 Each device has a certain amount of memory to store parameters of effects. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | ff-core.c | 145 old = &ff->effects[id]; in input_ff_upload() 158 ff->effects[id] = *effect; in input_ff_upload() 330 ff->effects = kcalloc(max_effects, sizeof(struct ff_effect), in input_ff_create() 332 if (!ff->effects) { in input_ff_create() 374 kfree(ff->effects); in input_ff_destroy()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | ipv6.rst | 27 The possible values and their effects are: 49 The possible values and their effects are: 67 The possible values and their effects are:
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-g-output.rst | 47 pointer to this integer. Side effects are possible. For example outputs 50 effects applications must select an output before querying or
|
| H A D | vidioc-g-input.rst | 46 to this integer. Side effects are possible. For example inputs may 48 the current standard. Because of these possible side effects
|
| /OK3568_Linux_fs/buildroot/support/libtool/ |
| H A D | buildroot-libtool-v2.4.patch | 67 # The effects of -static are defined in a previous loop. 69 # didn't have a PIC flag, but the assumption that the effects
|
| H A D | buildroot-libtool-v2.4.4.patch | 73 # The effects of -static are defined in a previous loop. 75 # didn't have a PIC flag, but the assumption that the effects
|
| H A D | buildroot-libtool-v2.2.patch | 67 # The effects of -static are defined in a previous loop. 69 # didn't have a PIC flag, but the assumption that the effects
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xapp_xcompmgr/ |
| H A D | Config.in | 10 eye-candy effects.
|
| /OK3568_Linux_fs/kernel/Documentation/staging/ |
| H A D | speculation.rst | 5 This document explains potential effects of speculation, and how undesirable 6 effects can be mitigated portably using common APIs.
|
| /OK3568_Linux_fs/kernel/drivers/nvme/host/ |
| H A D | core.c | 1035 u32 effects = 0; in nvme_command_effects() local 1038 if (ns->head->effects) in nvme_command_effects() 1039 effects = le32_to_cpu(ns->head->effects->iocs[opcode]); in nvme_command_effects() 1040 if (effects & ~(NVME_CMD_EFFECTS_CSUPP | NVME_CMD_EFFECTS_LBCC)) in nvme_command_effects() 1043 opcode, effects); in nvme_command_effects() 1047 if (ctrl->effects) in nvme_command_effects() 1048 effects = le32_to_cpu(ctrl->effects->acs[opcode]); in nvme_command_effects() 1049 effects |= nvme_known_admin_effects(opcode); in nvme_command_effects() 1051 return effects; in nvme_command_effects() 1058 u32 effects = nvme_command_effects(ctrl, ns, opcode); in nvme_passthru_start() local [all …]
|
| /OK3568_Linux_fs/buildroot/package/jquery-ui/ |
| H A D | Config.in | 5 animation, advanced effects and high-level, themeable widgets,
|
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/libunwind-debian/ |
| H A D | 20150704-CVE-2015-3239_dwarf_i.h.patch | 8 /* REG is evaluated multiple times; it better be side-effects free! */
|
| /OK3568_Linux_fs/kernel/tools/memory-model/litmus-tests/ |
| H A D | R+poonceonces.litmus | 7 * classic counterintuitive litmus tests that illustrates the effects of
|
| H A D | R+fencembonceonces.litmus | 7 * counterintuitive litmus tests that illustrates the effects of store
|
| /OK3568_Linux_fs/buildroot/package/sox/ |
| H A D | Config.in | 8 It can also apply various effects to these sound files, and,
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5graphicaleffects/ |
| H A D | Config.in | 12 for adding visually impressive and configurable effects to
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/ |
| H A D | fimc-isp.c | 566 static const u8 effects[][2] = { in __ctrl_set_image_effect() local 575 for (i = 0; i < ARRAY_SIZE(effects); i++) { in __ctrl_set_image_effect() 576 if (effects[i][0] != value) in __ctrl_set_image_effect() 579 __is_set_isp_effect(is, effects[i][1]); in __ctrl_set_image_effect()
|
| /OK3568_Linux_fs/buildroot/package/caps/ |
| H A D | Config.in | 8 effects, signal processors and generators of often
|